wxwidgets codeblocks wx.rc no such file or directory Topic is solved

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.
gustxw
Earned a small fee
Earned a small fee
Posts: 12
Joined: Thu Aug 08, 2019 8:41 pm

wxwidgets codeblocks wx.rc no such file or directory

Post by gustxw »

Hello

I am trying to compiler wxwidgets
i build the library with the command
and included it in codeblocks
for compiler settings to my wx widgets directory
wxwidgets 3.1
windows 10
mingw
codeblocks 17.2 latest

i have followed the installation instructions for wxwidgets on this forum
3.1.2 + codeblocks 17.12

originally i was getting the error
setup.h not found but it seems after adding this to
the compiler search directory it is found or
that the error isnt appearing anymore
C:\Users\gustx\Desktop\now\wxWidgets-3.1.2\lib\gcc_lib\mswu

but now i am getting this error

wx/msw/wx.rc no such file or directory
i included a screenshot as attachment
You do not have the required permissions to view the files attached to this post.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: wxwidgets codeblocks wx.rc no such file or directory

Post by PB »

Did you add in your project's build options the wxWidgets inlude directory (either using a variable such as $(wx)\include or a hard-coded path such as C:\Users\gustx\Desktop\now\wxWidgets-3.1.2\include) to Search directories / Resource compiler?

cbres.png
That should fix the wx.rc issue. No idea about the wxDDEConnectionList one, as there is no information provided.
You do not have the required permissions to view the files attached to this post.