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

wxSmith plugin not loaded (Linux)

Started by tiwag, January 16, 2006, 12:08:50 PM

Previous topic - Next topic

tiwag

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

mandrav

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().
Be patient!
This bug will be fixed soon...

cyberkoa

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.


davija

#3
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

mandrav

#4
Quote from: 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


Please stop cross-posting...
Be patient!
This bug will be fixed soon...