wx/setup.h is missing

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
peterhw
In need of some credit
In need of some credit
Posts: 9
Joined: Fri Feb 03, 2017 1:03 pm

wx/setup.h is missing

Post by peterhw »

Hope I am posting to the correct forum ~ apologies if not.
I have recently downloaded CODEBLOCKS (on to W10 platform) and subsequently tried to use WXwidgets but got this failure message.
[Have previously tried Visual Studio 12015 but subsequently tried CB]
Obviously there is a missing file but where is it ? (the error also states where the file should be when running LINUX / UNIX)
Can't find it and failed to find in the Forum.
Should it be installed with the installer ?

Any help would be appreciated.
Attachments
CodeBlocks_WX_01.jpg
CodeBlocks_WX_02.jpg
CodeBlocks_WX_02.jpg (35.82 KiB) Viewed 723 times
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wx/setup.h is missing

Post by doublemax »

You need to build the wxWidgets libraries first before you can use them in your project. Did you do that?

If you did, it's important that your project configuration in CodeBlocks matches the options you used when building the library.

This might help:
viewtopic.php?p=169501&sid=8b310aedd398 ... 93#p169501
Use the source, Luke!
Post Reply