News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Missing symbols

Started by fenixk19, July 23, 2008, 05:12:15 PM

Previous topic - Next topic

fenixk19

I can't install my fresh compiled plugin. Compiles ok, without any warnings. When I try to load, it tells error and writes to log console:

/home/fenixk19/.codeblocks/share/codeblocks/plugins/GetoptSimplifier.so: not loaded (missing symbols?)
Loaded 2 plugins

At first stages of development it installed ok. What happened?

fenixk19

wxWidgets && Codeblocks update didn't help


fenixk19

Sorry, but i still don't understand what to do. I'm already using wxWidgets 2.8.8 and Codeblocks 5156, so it is not versioning problem.

Pecan

A missing symbol error may be caused by a missing linklib or the wrong library liinked with the plugin.

In order to find what the missing symbol is, it's necessary to re-compile CodeBlocks with the patch shown in the previous message.

wxWidgets will then issue a messageBox with the name of the missing symbol when the plugin is loaded by CodeBlocks.


fenixk19

Thanx, it helped. Now i can see, what functions are missing. It would be great to make codeblocks determine this in usual build, or even on compile&link stage of making plugins. But it seems to be hard to make