Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: tiwag on January 16, 2006, 12:08:50 pm

Title: wxSmith plugin not loaded (Linux)
Post by: tiwag on January 16, 2006, 12:08:50 pm
since SVN rev 1764 i get the C::B message

Manager initialized
Configured 0 tools
Scanning for plugins in /home/tiwag/usr/share/codeblocks/plugins...
Found 13 plugins
Plugins that failed to load: libwxsmith.so
Loading: AStylePlugin Compiler Debugger cbKeyBinder


only in LInux build, on Windows it loads ok
Title: Re: wxSmith plugin not loaded (Linux)
Post by: mandrav on January 16, 2006, 12:27:48 pm
Probably has to do with the missing files in the linker step (the ones you noticed in another thread). To see the reason it's not loaded, comment out "wxLogNull ln;" in the start of PluginManager::LoadPlugin().
Title: Re: wxSmith plugin not loaded (Linux)
Post by: cyberkoa on January 17, 2006, 06:09:17 pm
I hv solved it , it is due to the added file not included in the 2 Makefile.am files , commited at 1786,1787

I don't know how to use RapidSVN to select multiple files in different folder to commit at the same time , therefore , commit 2 times.

Title: Re: wxSmith plugin not loaded (Linux)
Post by: davija on February 01, 2006, 03:27:23 am
This did not get fixed.  I still have the issue that it is not loading the plugin on linux.  I'm currently using rev 1914.  Same results as described above.

Modifying code & recompiling CB results in the following error:
/usr/local/codeblocks/share/codeblocks/plugins/libwxsmith.so:
undefined symbol: _ZTV23wxsStdDialogButtonSizer
Title: Re: wxSmith plugin not loaded (Linux)
Post by: mandrav on February 01, 2006, 08:39:11 am
This did not get fixed.  I still have the issue that it is not loading the plugin on linux.  I'm currently using rev 1914.  Same results as described above.

Modifying code & recompiling CB results in the following error:
/usr/local/codeblocks/share/codeblocks/plugins/libwxsmith.so:
undefined symbol: _ZTV23wxsStdDialogButtonSizer


Please stop cross-posting (http://forums.codeblocks.org/index.php?topic=2208.msg17461#new)...