User forums > Help
[wxSmith] How do I install it?
byo:
--- Quote from: Urxae on November 07, 2005, 03:08:12 pm ---If that cp command-line is a copy-paste of what you typed, it might be the fact that you have a typo in there (extra 'd'). Also, I don't use the Linux version, but are you sure it's not /CodeBlocks at the end? (Linux filenames are case-sensitive)
--- End quote ---
Yop, should be CodeBlocks :oops: (I don't know what's going on - I've switched to other keyboard and I sometimes have such additional letters, and keyboard is working properly, so there must be a bug in my head but it's hard to trace ;) ).
But I've copied and checked - files were where in right place. The same happen inside profiler plugin. Is there any way to get error message ? Any ideas ?
kisoft:
--- Quote from: byo on November 07, 2005, 06:09:47 pm ---But I've copied and checked - files were where in right place. The same happen inside profiler plugin. Is there any way to get error message ? Any ideas ?
--- End quote ---
On my SuSE 10 I see this bug. Plugin can't loaded.
Need open comments (output into a debug window) in pluginmanager.cpp & compile C::B.
Run C::B & see the Debug Log window.
I can't time now, but try test it later (2-3 days).
I use this method early, then try start the svn plugin on my Win.
kisoft:
--- Quote from: byo on November 07, 2005, 06:09:47 pm ---...
But I've copied and checked - files were where in right place. The same happen inside profiler plugin. Is there any way to get error message ? Any ideas ?
--- End quote ---
I try investigate it yesterday. I have low experience, then I can't understand.
Results of my investigate see below:
In sdk/pluginmanager.cpp:
in cbPlugin* PluginManager::LoadPlugin(const wxString& pluginName)
I comment line:
// wxLogNull zero; // no need for error messages; we check everything ourselves...
And I see next message box on start C::B:
--- Code: ---22:39:03: /usr/local/share/codeblocks/plugins/libwxsmith.so: undefined symbol: _ZTV7wxSmith
22:39:03: /usr/local/share/codeblocks/plugins/libprofiler.so: undefined symbol: _ZTV10CBProfiler
--- End code ---
As I see, cbprofiler has a similar problem, too. :o
I look libwxsmith.o, and look an empty list, wow!
Unstrupped version libwxsmith.so content list, but _ZTV7wxSmith haven't address.
I don't understand this. Anybody can help?
Makefile.unix for wxSmith is very very different from (for example) the codestat plugin.
I used SuSE 10.
skprog:
bump as i too am having an issue installing wxsmith. i have done a compile make install of codeblocks and the program works
but for some reason im missing all the plug ins except built in plug ins.
im missing all the contrib plug ins.
i even rebuilt recompiled codeblocks with make uninstall and other commands to clean it. still to no success
im afraid i have failed.
would appreciate some input on the matter. k thanks
oBFusCATed:
--- Code: ---./configure <adlasdf> --with-contrib-plugins=all
--- End code ---
Pass this option and rebuild.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version