News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

installing plugin: undefined symbol

Started by stardust, April 02, 2007, 11:30:26 AM

Previous topic - Next topic

stardust

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


/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
Own SVN builds (quite new) • SuSE Linux 10.0 • Linux kernel 2.6.13-15-default
gcc 4.0.2 (20050901)
wxGTK-2.6.1.0-4 • KDE 3.4.2b • gtk2 2.8.3-4

stahta01

#1
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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]