User forums > Help

Plugins that failed to load: libcompiler.so - Solved

(1/3) > >>

Gibbon:
Hi

Just compiled from SVN - which all worked - but I run I get the following messages:


--- Code: ---Manager initialized
Configured 0 tools
Scanning for plugins in /usr/local/share/codeblocks/plugins...
Found 9 plugins
Plugins that failed to load: libcompiler.so
Loading: AStylePlugin Autosave ClassWizard CodeCompletion Debugger FilesExtensionHandler PluginWizard Wizard ToDoList

--- End code ---

The file appears to exist


--- Code: ---:/usr/local/share/codeblocks/plugins$ ll
total 17232
-rwxr-xr-x  1 root root    1048 2006-05-17 23:29 libastyle.la
-rwxr-xr-x  1 root root 1361363 2006-05-17 23:29 libastyle.so
-rwxr-xr-x  1 root root    1060 2006-05-17 23:29 libautosave.la
-rwxr-xr-x  1 root root  399899 2006-05-17 23:29 libautosave.so
-rwxr-xr-x  1 root root    1078 2006-05-17 23:29 libclasswizard.la
-rwxr-xr-x  1 root root  518356 2006-05-17 23:29 libclasswizard.so
-rwxr-xr-x  1 root root    1096 2006-05-17 23:29 libcodecompletion.la
-rwxr-xr-x  1 root root 3936839 2006-05-17 23:29 libcodecompletion.so
-rwxr-xr-x  1 root root    1060 2006-05-17 23:29 libcompiler.la
-rwxr-xr-x  1 root root 3913099 2006-05-17 23:29 libcompiler.so
-rwxr-xr-x  1 root root    1078 2006-05-17 23:29 libdebuggergdb.la
-rwxr-xr-x  1 root root 3543639 2006-05-17 23:29 libdebuggergdb.so
-rwxr-xr-x  1 root root    1120 2006-05-17 23:29 libdefaultmimehandler.la
-rwxr-xr-x  1 root root  638041 2006-05-17 23:29 libdefaultmimehandler.so
-rwxr-xr-x  1 root root    1084 2006-05-17 23:29 libpluginwizard.la
-rwxr-xr-x  1 root root  842118 2006-05-17 23:29 libpluginwizard.so
-rwxr-xr-x  1 root root    1090 2006-05-17 23:29 libprojectwizard.la
-rwxr-xr-x  1 root root 1313821 2006-05-17 23:29 libprojectwizard.so
-rwxr-xr-x  1 root root    1036 2006-05-17 23:29 libtodo.la
-rwxr-xr-x  1 root root 1075601 2006-05-17 23:29 libtodo.so

--- End code ---

What can I do to get the compiler working.  I'm not able to even open a project without this plugin !

Thanks

Michael:
Hello,

Which revision? Which OS?

Did you get some warnings when building C::B?

Best wishes,
Michael

Gibbon:

--- Quote from: Michael on May 17, 2006, 11:15:58 pm ---Which revision? Which OS?

Did you get some warnings when building C::B?


--- End quote ---

Hi

It was a SVN build - so whatever the latest source version is.

OS - Ubuntu 5.10

No warnings - it was a clean compile.

Prior to doing the build, I was using the .deb package from 9 May - but it kept crashing - so I thought I'd do a source build to get the latest version.

Thanks

Michael:

--- Quote from: Gibbon on May 18, 2006, 12:38:52 am ---It was a SVN build - so whatever the latest source version is.

--- End quote ---

Yes, but whith svn you can check the revision number. This is always helpful.


--- Quote from: Gibbon on May 18, 2006, 12:38:52 am ---OS - Ubuntu 5.10

No warnings - it was a clean compile.

--- End quote ---

But something goes wrong. Did you uninstall the .deb package, before installing C::B?

Also check if you do not have more than one codeblocks libraries in your system. May be you have a conflict between libraries.


--- Quote from: Gibbon on May 18, 2006, 12:38:52 am ---Prior to doing the build, I was using the .deb package from 9 May - but it kept crashing - so I thought I'd do a source build to get the latest version.

--- End quote ---

Which crash? The two worst crashes have been fixed and I did not remark any other crash.

Best wishes,
Michael

Gibbon:

You were right - I already had a older version installed - the svn version must have been referencing the older libraries.

I'm now running the 9th May version - but would still like to build from source.

Now I get the following errors:


--- Code: ---Checked out revision 2472.

dberry@opteron:~/cb/trunk$ ./bootstrap
/usr/share/aclocal/mozilla-thunderbird-nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

dberry@opteron:~/cb/trunk$ ./configure > /tmp/cb.log
dberry@opteron:~/cb/trunk$ make >> /tmp/cb.log
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
printdlg.h:16: error: âPrintColourModeâ does not name a type
main.cpp: In member function âvoid MainFrame::CreateMenubar()â:
main.cpp:607: error: âEditorColourSetâ was not declared in this scope
main.cpp:607: error: âthemeâ was not declared in this scope
main.cpp:607: error: âclass EditorManagerâ has no member named âGetColourSetâ
main.cpp: In member function âvoid MainFrame::OnFilePrint(wxCommandEvent&)â:
main.cpp:1906: error: âclass PrintDialogâ has no member named âGetPrintColourModeâ
main.cpp: In member function âvoid MainFrame::OnEditHighlightMode(wxCommandEvent&)â:
main.cpp:2244: error: âEditorColourSetâ was not declared in this scope
main.cpp:2244: error: âthemeâ was not declared in this scope
main.cpp:2244: error: âclass EditorManagerâ has no member named âGetColourSetâ
make[3]: *** [main.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version