News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxSmith plugin is not loaded, can not continue

Started by ankchl, May 02, 2010, 09:26:18 AM

Previous topic - Next topic

ankchl

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.

Loaden

wxSmith is packaged in codeblocks-contrib.
You need install it too.

ankchl

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.


Jenna

Run  ./configure --help to see which options are available.

ankchl

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

ankchl