Author Topic: How to install WxSmith plugin in C::B  (Read 15820 times)

Offline sachink

  • Single posting newcomer
  • *
  • Posts: 6
How to install WxSmith plugin in C::B
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to install WxSmith plugin in C::B
« Reply #1 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 ?

Offline sachink

  • Single posting newcomer
  • *
  • Posts: 6
Re: How to install WxSmith plugin in C::B
« Reply #2 on: January 09, 2009, 01:25:34 pm »
I am using Ubuntu 8.04
C::B version: 8.02

Thanks,
Sachin

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to install WxSmith plugin in C::B
« Reply #3 on: January 09, 2009, 01:55:48 pm »
You have to install the codeblocks-contrib and libwxsmith package.

Offline sachink

  • Single posting newcomer
  • *
  • Posts: 6
Re: How to install WxSmith plugin in C::B
« Reply #4 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to install WxSmith plugin in C::B
« Reply #5 on: January 10, 2009, 09:44:10 am »
How did you install C::B ?
From a deb-file with "dpkg -i ..." ?

Offline sachink

  • Single posting newcomer
  • *
  • Posts: 6
Re: How to install WxSmith plugin in C::B
« Reply #6 on: January 10, 2009, 01:48:33 pm »
I installed it from the source code. Using standard procedure:
./configure, make, make install

Thanks,
Sachin

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to install WxSmith plugin in C::B
« Reply #7 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.

Offline Ganbito

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: How to install WxSmith plugin in C::B
« Reply #8 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.

Offline sachink

  • Single posting newcomer
  • *
  • Posts: 6
Re: How to install WxSmith plugin in C::B
« Reply #9 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 :)

Offline jimsteinberg

  • Single posting newcomer
  • *
  • Posts: 2
Re: How to install WxSmith plugin in C::B
« Reply #10 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to install WxSmith plugin in C::B
« Reply #11 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.