Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ankchl on May 02, 2010, 09:26:18 am
-
Ubuntu 10.04
codeblocks svn 6206
When I creat a wxWidgets Project,I find that I don't have a wxSmith plugin
Who can tell me the problem?Should I download this plugin?But I can't find it.
I'm waiting for your answer.
-
wxSmith is packaged in codeblocks-contrib.
You need install it too.
-
Hi,Loaden!
I really appreciate your answer.
But I found a new problem,I wonder how codeblocks svn 6206 cover codeblock 8.02.
Installing Code::Blocks sources
./configure
make
make install
What can I do to modify configuration,such as :
./configure --prefix=/opt/codeblocks-svn
The codeblocks 8.02 is installed in default directory.
-
Run ./configure --help to see which options are available.
-
Asking for help
./configure --with-contrib-plugins=all
This usually happens when I open the codeblocks .
Warning
one or more plugins were not loaded
this usually happens when plugin is built for a different version of the code-blocks SDK check application log for more info
List of failed plugins
libwxsmith.so
libwxSmithAui.so
libwxsmithcontribitems.so
codeblocks svn 6206
-
I get it .
libwxsmithlib0 is needed.