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
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().
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.
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
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 (http://forums.next.codeblocks.org/index.php?topic=2208.msg17461#new)...