Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: wxuserbrest on June 30, 2007, 04:06:59 pm

Title: Where is wxSmith ?
Post by: wxuserbrest on June 30, 2007, 04:06:59 pm
Hi,
i'm know trying to completely compile on mandriva. I have wxGTK2.8.0, i did ./bootstrap
 then ./configure and then make.
It works fine (except that it always ask me to select the compiler at starting and i finds an intel compiler but i don't have any). But there is no wxSmith on my version. Did i make an error when compiling ? Thanks
Sincerely
Title: Re: Where is wxSmith ?
Post by: raph on June 30, 2007, 04:18:07 pm
Do
Code
./configure --enable-contrib
This will enable all contributed plugins (see src/plugins/contrib).