Thanks a lot for reply! Now pluggins are loaded but there is some trouble still exist. Codeblocks did not find any templates!?
Thus when I starting new project I can not choose start ccp project for example. The list is totally empty in any of categories (Projects, build targets, files , custom , user templates). Where did codeblocks searching the templates?
Below is log of starting process:
Scanning for lexers in /usr/share/codeblocks/lexers/...
Found 41 lexers
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_bash
Loading lexer_batch
Loading lexer_caml
Loading lexer_cg
Loading lexer_cpp
Loading lexer_css
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_prg
Loading lexer_properties
Loading lexer_python
Loading lexer_rc
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 0 tools
Scanning for plugins in /home/eugene/.codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /usr/lib64/codeblocks/plugins
Loaded 24 plugins
Loading:
Autosave
ToDoList
AutoVersioning
BrowseTracker
BYOGames
CB_Koders
CodeSnippets
CodeStat
cbDragScroll
EnvVars
HelpPlugin
HeaderFixup
cbKeyBinder
lib_finder
Profiler
Exporter
SymTab
RegExTestbed
ThreadSearch
Valgrind
wxSmith
wxSmithMime
wxSmithContribItems
HexEditor
IncrementalSearch
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
If I see it right, you have no scripted-wizard.
It's either disabled, or it was not compiled, even if I see the that you have enabled it explicitely when running "./configure".
By the way you should not have to enable it explicitely, because that's done by default (as all the core-plugins are).
You also seem to miss some other plugins.
Here's the list from my C::B on windows at work, no linux available at the moment:
Loaded 35 plugins
Loading:
AStylePlugin
Autosave
AutoVersioning
BrowseTracker
BYOGames
CB_Koders
ClassWizard
CodeCompletion
CodeSnippets
CodeStat
Compiler
copystrings
Debugger
FilesExtensionHandler
DevPakUpdater
cbDragScroll
EnvVars
Exporter
HeaderFixup
HelpPlugin
HexEditor
IncrementalSearch
cbKeyBinder
lib_finder
OpenFilesList
Profiler
ProjectsImporter
RegExTestbed
SymTab
ThreadSearch
ToDoList
wxSmith
wxSmithMime
wxSmithContribItems
WindowsXPLookNFeel
I'm not 100% sure, but I think the only plugins that are windows-only are devpak and WindowsXPLookAndFeel, and mos likely copystrings, because I added it to automake-system yesterday.