Search:
Forum
UNIX/Linux Programming
Problem with Code::Blocks & wxSmith
Problem with Code::Blocks & wxSmith
May 7, 2012 at 9:48am UTC
woogi
(6)
I just installed Code::Blocks and wxSmith from the repository. I placed a couple of buttons on a form and tried to run it and got the following error:
firstApp.h|13|fatal error: wx/app.h: No such file or directory|
||=== Build finished: 1 errors, 0 warnings ===|
I know
why
I'm getting the error but have no idea what more I need to d/l to fix it. Anyone?
Last edited on
May 7, 2012 at 9:59am UTC
May 7, 2012 at 6:42pm UTC
modoran
(2077)
You need wxwidgets development files and all its dev depedencies (like gtk) to be able to compile wxwidgets c++ programs (wxsmith is a wxwidgets rad editor).
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs