Code::Blocks Forums

User forums => Help => Topic started by: nmtservice on September 21, 2007, 09:07:01 pm

Title: wxWidgets wizard "wxsmith plugin not loaded"
Post by: nmtservice on September 21, 2007, 09:07:01 pm
Following this sequence:

Creating new project:

File -> New -> Project... -> wxWidgets project -> Go -> Next -> wxWidgets 2.8.x -> Next -> Project Title: Test -> Next -> Next -> wxSmith -> Next

The following dialog pop ups:

Script Information
"wxSmith plugin is not loaded, can not continue"

I've searched the forum and I only found the same problem reported by user Volgovod but it's still unanswered.
I'm running C:B SVN 4446 on Xubuntu 7.04
Thanks in advance


Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: raph on September 21, 2007, 09:17:08 pm
Since you have choosen to use wxSmith as a gui designer, you need to have the wxSmith plugin activated.
Be sure to have wxSmith be compiled e.g. by configuring codeblocks with
Code
./configure --with-contrib-plugins=all
After compiling cb, wxSmith should be installed then (check in Plugins->Manage Plugins).
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: nmtservice on September 21, 2007, 09:59:09 pm
Thanks for you quick response!
My C::B enviroment was installed following the steps at C::B wiki http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu)
So, to solve wxWidget wizard I must download C:BB source and compile it?
There is no way to add a plugin without compilation?
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: raph on September 21, 2007, 10:13:41 pm
wxSmith should be inside the codeblocks-contrib_1.0svn****_i386.deb package.
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: mandrav on September 21, 2007, 10:46:21 pm
Also check that wxSmith is enabled in " Plugins->Manage plugins".
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: nmtservice on September 22, 2007, 12:07:57 am
Thanks to everybody!
after execute apt-get install codeblocks-contrib wxsmith wizard works perfectly
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: CodeNewbie on March 27, 2012, 11:19:58 pm
I really don't understand ??? What do you mean with "compile"? Can someone explain step by step please? ty
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: stahta01 on March 28, 2012, 12:35:55 am
I really don't understand ??? What do you mean with "compile"? Can someone explain step by step please? ty

@CodeNewbie: Follow the link.

http://wiki.codeblocks.org/index.php?title=FAQ-Issues_and_Workarounds#Q:_I_posted_on_the_forums_that_Code::Blocks_was_not_working.2C_but_no_one_could_help_me.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Issues_and_Workarounds#Q:_I_posted_on_the_forums_that_Code::Blocks_was_not_working.2C_but_no_one_could_help_me.3F)
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: CodeNewbie on March 29, 2012, 03:46:22 pm
I am running Code::Blocks version 10.05 on Linux Ubuntu (Natty).
The compiler I use is GNU GCC or something like that


When I do this: File -> New -> Project... -> wxWidgets project -> Go -> Next -> wxWidgets 2.8.x -> Next -> Project Title: Test -> Next -> Next -> wxSmith -> Next
It says wxSmith Plugin not loaded.

    (Although the following is not necessary, showing that you
     have tried increases the likely-hood of a response.)
I have already tried to reinstall C::B
I restarted my computer
I don't know what to do, I don't want to ruin C::B on my laptop  :-[
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: oBFusCATed on March 29, 2012, 03:57:37 pm
You have to see if the plugin is really installed in the "Plugins->Manage plugin..." dialog.
If it is not reinstall and make sure that you enable it in the installation's options (it is off by default).
Title: Re: wxWidgets wizard "wxsmith plugin not loaded"
Post by: Jenna on March 29, 2012, 05:05:05 pm
Make sure the codeblocks-contrib package is installed.