Code::Blocks Forums

User forums => Help => Topic started by: Blue112 on March 01, 2008, 02:05:45 am

Title: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: Blue112 on March 01, 2008, 02:05:45 am
Hello everyone.

I'm on Ubuntu 7.10 and I have a problem with using C::B.
When I start it, it sends me the following error :

http://blue112.no-ip.info/screens/010308020027.jpg

Quote
Scanning for lexers in /usr/share/codeblocks/lexers/...
Found 32 lexers
[...]
Loading lexer_xml
Loading lexer_cg
Loading lexer_properties
Loading lexer_latex
Scanning for plugins in /home/blue112/.codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /usr/share/codeblocks/plugins
/usr/share/codeblocks/plugins/libtodo.so: not loaded (missing symbols?)
/usr/share/codeblocks/plugins/libcompiler.so: not loaded (missing symbols?)
/usr/share/codeblocks/plugins/liblib_finder.so: not loaded (missing symbols?)

Loaded 26 plugins
Loading:
[...]
HelpPlugin
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'

So, there is a problem with some plugins... C::B doesn't work at all without it.
Reinstallation don't fix the problem.

I'm on Ubuntu Gutsy 7.10. I use C::B 8.02.

Thank.

I'm french so please excuse my english ._.
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: Blue112 on March 05, 2008, 03:15:20 pm
Can anybody help me ?

This problem won't fix alone and I've no idea about the way to take :roll: :(
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: pasgui on March 05, 2008, 06:10:54 pm
Hi,

Did you try to rename the ~/.codeblocks directory and run again CB ?

Best regards, pasgui
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: Blue112 on March 06, 2008, 11:53:21 pm
Thank you for the answer but that makes no change :(

The error still the same...
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: mandrav on March 07, 2008, 09:21:50 am
How did you install C::B? From a .deb package (which one?) or did you build it yourself? (how?)
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: Blue112 on March 08, 2008, 01:54:06 am
I've install C::B from the debs packages that I found here :

http://www.codeblocks.org/downloads/5

I've picked the codeblocks_8.02-0ubuntu1.deb.tar.gz package.
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: pasgui on March 08, 2008, 09:05:29 am
I've picked the codeblocks_8.02-0ubuntu1.deb.tar.gz package.

Which package (.deb) did you install ?
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: Blue112 on March 09, 2008, 11:18:03 pm
I've installed all the packages that are into the tar.gz file :

Quote
codeblocks_8.02-0ubuntu1_i386.deb
codeblocks-dbg_8.02-0ubuntu1_i386.deb
libcodeblocks0_8.02-0ubuntu1_i386.deb
libwxsmithlib0-dev_8.02-0ubuntu1_i386.deb
codeblocks-contrib_8.02-0ubuntu1_i386.deb
codeblocks-dev_8.02-0ubuntu1_i386.deb
libwxsmithlib0_8.02-0ubuntu1_i386.deb
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: pasgui on March 10, 2008, 05:29:22 pm
Try to install only:

Quote
codeblocks_8.02-0ubuntu1_i386.deb
libcodeblocks0_8.02-0ubuntu1_i386.deb
codeblocks-contrib_8.02-0ubuntu1_i386.deb
libwxsmithlib0_8.02-0ubuntu1_i386.deb

Regards, pasgui
Title: Re: [8.02] libcompiler.so : Not loaded ! On Ubuntu.
Post by: Piglet on April 07, 2008, 03:44:49 pm
Hello,

I'm running Ubuntu 7.10 and I have the same problem.

I have tried using the deb files form http://www.codeblocks.org/downloads/5 (http://www.codeblocks.org/downloads/5), downloaded the wxGTK from http://apt.wxwidgets.org/universe (http://apt.wxwidgets.org/universe) repository. I also tried using the packages form http://lgp203.free.fr/ubuntu/ repository but had similar results.

This is my log using 8.02 from the .deb files on the download page:

Quote
Manager initialized
Scanning for lexers in /usr/share/codeblocks/lexers/...
Found 32 lexers
Loading lexer_f77
Loading lexer_css
Loading lexer_glsl
Loading lexer_cpp
Loading lexer_cg
Loading lexer_rc
Loading lexer_bash
Loading lexer_xml
Loading lexer_verilog
Loading lexer_properties
Loading lexer_vhdl
Loading lexer_batch
Loading lexer_OgreMaterial
Loading lexer_gm
Loading lexer_html
Loading lexer_OgreCompositor
Loading lexer_matlab
Loading lexer_perl
Loading lexer_vbscript
Loading lexer_fortran
Loading lexer_d
Loading lexer_angelscript
Loading lexer_python
Loading lexer_latex
Loading lexer_hitasm
Loading lexer_make
Loading lexer_nsis
Loading lexer_prg
Loading lexer_lua
Loading lexer_squirrel
Loading lexer_diff
Loading lexer_masm
Scanning for plugins in /home/piglet/.codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /usr/share/codeblocks/plugins
/usr/share/codeblocks/plugins/libtodo.so: not loaded (missing symbols?)
/usr/share/codeblocks/plugins/libcompiler.so: not loaded (missing symbols?)
Loaded 27 plugins
Loading:
ThreadSearch
FilesExtensionHandler
AStylePlugin
ScriptedWizard
CodeSnippets
BrowseTracker
HelpPlugin
SymTab
ClassWizard
wxSmith
wxSmithMime
cbKeyBinder
AutoVersioning
RegExTestbed
Exporter
EnvVars
cbDragScroll
wxSmithContribItems
CB_Koders
BYOGames
CodeStat
Debugger
OpenFilesList
lib_finder
CodeCompletion
ProjectsImporter
Profiler
Autosave
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'


[EDIT]
      It's finally working :). I had outdated libraries in my /usr/local/lib folder. Deleted them, that was it.