Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxSmith plugin not loaded (Linux)
(1/1)
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().
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:
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:
--- 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
--- End quote ---
Please stop cross-posting...
Navigation
[0] Message Index
Go to full version