Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: FreeSouth on June 03, 2007, 12:25:07 pm

Title: How to find wx/setup.h??(cb +widgets)
Post by: FreeSouth on June 03, 2007, 12:25:07 pm
I install the widgets 2.8.4 already , but /usr/include/wx2.8/wx/"setup.h" is not there, How to find it ~~~
Title: Re: How to find wx/setup.h??(cb +widgets)
Post by: raph on June 03, 2007, 01:26:40 pm
In the directory where the wx libraries are (lib/gcc_lib if you built it with gcc), you will find another directory. Its name depends on the config you build wx with (e.g. mswu for windows unicode build).
Add this directory to compiler search path.

Regards
raph
Title: Re: How to find wx/setup.h??(cb +widgets)
Post by: FreeSouth on June 03, 2007, 04:48:32 pm
Already solved ,~~~~

Thank you raph

Best Regards~~~

FreeSouth