User forums > General (but related to Code::Blocks)
New CMake generator using Code::Blocks' internal build system
Benjamin Eikel:
The Debian packages from the branch install the plugins into "/usr/lib/codeblocks/plugins". Is that correct? During startup, Code::Blocks tries to find them in "/usr/share/codeblocks/plugins".
Jenna:
The libs should be in in /usr/lib/codeblocks/plugins and the appropriate zip-files (which contain at least the manifest-file) should be installed in /usr/share/codeblocks (for the non-gui-stuff it's codeblocks_con instead of codeblocks (currently just libcompiler.so and compiler.zip.
Benjamin Eikel:
Hmmm, I have to following files there:
--- Code: ---$ ls /usr/lib/codeblocks_con/plugins/
libcompiler.so
$ ls /usr/lib/codeblocks/plugins/
libabbreviations.so libcb_koders.so libcompiler.so libDoxyBlocks.so libFileManager.so liblib_finder.so libRegExTestbed.so libtodo.so
libastyle.so libCccc.so libcopystrings.so libdragscroll.so libheaderfixup.so libMouseSap.so libReopenEditor.so libToolsPlus.so
libautosave.so libclasswizard.so libCppCheck.so libEditorConfig.so libhelp_plugin.so libNassiShneiderman.so libscriptedwizard.so libValgrind.so
libAutoVersioning.so libcodecompletion.so libCscope.so libEditorTweaks.so libHexEditor.so libopenfileslist.so libSpellChecker.so libwxSmithAui.so
libBrowseTracker.so libcodesnippets.so libdebugger.so libenvvars.so libIncrementalSearch.so libProfiler.so libSymTab.so libwxsmithcontribitems.so
libbyogames.so libcodestat.so libdefaultmimehandler.so libexporter.so libkeybinder.so libprojectsimporter.so libThreadSearch.so libwxsmith.so
$ ls /usr/share/codeblocks_con/
compiler.zip scripts
$ ls /usr/share/codeblocks
abbreviations.zip cb_koders.zip compiler.zip DoxyBlocks.zip FileManager.zip IncrementalSearch.zip MouseSap.zip ReopenEditor.zip start_here.zip ToolsPlus.zip
astyle.zip Cccc.zip copystrings.zip dragscroll.zip headerfixup.zip keybinder.zip NassiShneiderman.zip resources.zip SymTab.zip Valgrind.zip
autosave.zip classwizard.zip CppCheck.zip EditorConfig.zip help_plugin.zip lexers openfileslist.zip scriptedwizard.zip templates wxSmithAui.zip
AutoVersioning.zip codecompletion.zip Cscope.zip EditorTweaks.zip HexEditor.zip lib_finder Profiler.zip scripts ThreadSearch.zip wxsmithcontribitems.zip
BrowseTracker.zip codesnippets.zip debugger.zip envvars.zip icons lib_finder.zip projectsimporter.zip SpellChecker tips.txt wxsmith.zip
byogames.zip codestat.zip defaultmimehandler.zip exporter.zip images manager_resources.zip RegExTestbed.zip SpellChecker.zip todo.zip
--- End code ---
But when starting the GUI with codeblocks, the Plugins -> Manage plugins... dialog is empty. There are no plugins. I am not able to create any projects (new project dialog is empty, too). I already tried to merge the Subversion trunk (no changes for me there) and to delete my ~/.codeblocks folder.
After startup, the Code::Blocks tool view shows:
--- Code: ---...
Loading lexer_vhdl
Loading lexer_postscript
Configured 0 tools
Scanning for plugins in /home/benjamin/.codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /usr/share/codeblocks/plugins
Running startup script
Script plugin registered: Find Broken Files plugin
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
--- End code ---
The path "/usr/share/codeblocks/plugins" does not exist. Is that perhaps a problem because of the Debian packages? Should I try to compile and use it directly without the packaging in between?
Jenna:
i will look into it.
The plugins-folder below share/codeblocks should not exist (I wrote it from memory, sorry).
Jenna:
The issue should be fixed now.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version