News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Plugin doesn't load

Started by maofde, April 01, 2010, 11:17:05 AM

Previous topic - Next topic

maofde

Hi,

I still try to get the fresh doxyblocks plugin working and get the following error:

/trunk/src/devel/share/codeblocks/plugins/libDoxyBlocks.so: not loaded (missing symbols?)

I'm using ubuntu  svn revision 6198. I compiled C::B, the contrib-plugins and the doxyblocks plugin successfully and the *.so show up in the plugin directories. All plugins are starting, except doxyblocks.

Any ideas?

Thanks in advance.

[EDIT] The yellow warning box after launching C::B says:
Quote
One or more plugins were not loaded. This usually happens when a plugin is built for a different version of the Code::Blocks SDK. Check the application log for more info. List of failed plugins: libDoxyBlocks.so

oBFusCATed

You can try ldd libDoxyBlocks.so to see if all the required libs are in place
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

maofde

Quote from: oBFusCATed on April 01, 2010, 12:13:14 PM
You can try ldd libDoxyBlocks.so to see if all the required libs are in place

Thanks for the hint, but there everything seems to be fine. Output of ldd is here: http://pastebin.org/130449  :(


oBFusCATed

You can try to compare that output to the output of ldd against some of the official plugins (compiler,debugger).

Hm, maybe you've linked the doxyblocks to you svn version, but you try to use it in the installed version.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

maofde

I removed C::B 8.02 and the libs from the ubuntu repository before compilation of the svn version and the doxyblocks plugin. As all contrib plugins work, I guess the linking should in principle be ok. Nevertheless I'll have a look at contrib plugins and compare the ldd output.

I just tried the whole thing with an older svn version (6190), but without success.