Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: stardust on April 02, 2007, 11:30:26 am

Title: installing plugin: undefined symbol
Post by: stardust on April 02, 2007, 11:30:26 am
Hi, I updated my C::B to svn 3805 (linux, wx 2.6.1)

When I install a plugin that formerly (last week) worked, I now get the error
Code

/home/georg//.codeblocks/share/codeblocks/plugins/HtcToolchainPlugin.so: undefined symbol: _Z11PlaceWindowP8wxWindow17cbPlaceDialogModeb



I post in this forum and not in "plugins" because" I did not change the plugin's sources, I just updated C::B and uninstalled/rebuild/tried to reinstall the plugin.

Moreover, I do not refer to that symbol in my plugin code...

Thanks
Title: Re: installing plugin: undefined symbol
Post by: stahta01 on April 02, 2007, 11:47:33 am
You need to recompile the plugin so it works using the changes done in Code::Blocks.
Note: You must recompile Code::Blocks then recompile your plugin so it uses the changes in the Code::Blocks SDK.

Tim S