Author Topic: wxSmith plugin not loaded (Linux)  (Read 6428 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
wxSmith plugin not loaded (Linux)
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxSmith plugin not loaded (Linux)
« Reply #1 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().
Be patient!
This bug will be fixed soon...

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: wxSmith plugin not loaded (Linux)
« Reply #2 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.


davija

  • Guest
Re: wxSmith plugin not loaded (Linux)
« Reply #3 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
« Last Edit: February 01, 2006, 03:48:27 am by davija »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxSmith plugin not loaded (Linux)
« Reply #4 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...
« Last Edit: February 01, 2006, 08:44:20 am by mandrav »
Be patient!
This bug will be fixed soon...