Author Topic: How to find wx/setup.h??(cb +widgets)  (Read 3207 times)

FreeSouth

  • Guest
How to find wx/setup.h??(cb +widgets)
« 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 ~~~

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: How to find wx/setup.h??(cb +widgets)
« Reply #1 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

FreeSouth

  • Guest
Re: How to find wx/setup.h??(cb +widgets)
« Reply #2 on: June 03, 2007, 04:48:32 pm »
Already solved ,~~~~

Thank you raph

Best Regards~~~

FreeSouth