Code::Blocks Forums

User forums => Help => Topic started by: sachink on January 09, 2009, 12:53:35 pm

Title: How to install WxSmith plugin in C::B
Post by: sachink on January 09, 2009, 12:53:35 pm
Hi,

   I want to develop GUI using  wxsmith plugin but its not installed with my code::blocks installation. Where will I find the "wxsmith" plugin (link) and the installation instructions?

Thanks in advance,
Sachin
Title: Re: How to install WxSmith plugin in C::B
Post by: Jenna on January 09, 2009, 01:00:31 pm
A little more information might help to solve the problem.

Which OS and which version of C::B do you use ?
Title: Re: How to install WxSmith plugin in C::B
Post by: sachink on January 09, 2009, 01:25:34 pm
I am using Ubuntu 8.04
C::B version: 8.02

Thanks,
Sachin
Title: Re: How to install WxSmith plugin in C::B
Post by: Jenna on January 09, 2009, 01:55:48 pm
You have to install the codeblocks-contrib and libwxsmith package.
Title: Re: How to install WxSmith plugin in C::B
Post by: sachink on January 10, 2009, 06:16:20 am
Thanks Jen, but can you please elaborate more. I am a newbie with code::blocks.
Could you tell me:
1) Where will i get the wxsmith plugin (download link)
2) How to install it in my current code::blocks IDE


Thanks,
Sachin
Title: Re: How to install WxSmith plugin in C::B
Post by: Jenna on January 10, 2009, 09:44:10 am
How did you install C::B ?
From a deb-file with "dpkg -i ..." ?
Title: Re: How to install WxSmith plugin in C::B
Post by: sachink on January 10, 2009, 01:48:33 pm
I installed it from the source code. Using standard procedure:
./configure, make, make install

Thanks,
Sachin
Title: Re: How to install WxSmith plugin in C::B
Post by: Jenna on January 10, 2009, 02:04:20 pm
I installed it from the source code. Using standard procedure:
./configure, make, make install

Thanks,
Sachin

To get only wxsmith, use
Code
./configure --with-contrib-plugins=wxsmith
If you want to install all contrib-plugins (recommended), use
Code
./configure --with-contrib-plugins=all
The make and make install of course.
Title: Re: How to install WxSmith plugin in C::B
Post by: Ganbito on January 10, 2009, 04:23:28 pm
I usually install codeblocks from jens repository in my Ubuntu 8.04.1, but sometimes I had to install it from source and I need one more command after the the three suggested by jens.

Code
./configure --with-contrib-plugins=all
make
make install
ldconfig

Without "ldconfig" contrib plugins were compiled and copied to their destination folders with "make install" but I couldn't get it inside codeblocks. Try it if the three don't work ok.
Title: Re: How to install WxSmith plugin in C::B
Post by: sachink on January 11, 2009, 08:48:18 pm
Thanks Jen.
My problem is solved I un-installed my code::blocks and then installed it using apt-get. The new installation has wxsmith :)
Title: Re: How to install WxSmith plugin in C::B
Post by: jimsteinberg on May 12, 2015, 02:54:51 pm
installed CodeBlocks on Windows 7 by downloading and executing: codeblocks-13,12-mingw-setup.exe .
first thing I tried was to created a new wxWidgets project.  worked my way though naming it etc. and finally was asked where the wxsmith files were - can't find them.  what am i missing?
Title: Re: How to install WxSmith plugin in C::B
Post by: Jenna on May 12, 2015, 03:05:35 pm
Please do not hijack a 6 years old thread !!
I guess you mix up wxSmith and wxWidgets.