User forums > General (but related to Code::Blocks)
Precompiled headers
jvpic:
Hi,
I'm new in C::B. I have compiled de wxWidgets with ming32 the default compiler of C::B. The dll is well constructed.
Console project compile very well.
I want to compile the template for GUI wxWidgets but C::B returns an error:
C::B don't find <wx/wxprec.h>
Somebody can help me ? :(
Thank you.
jvpic:
Another problem because <wx/wx.h> is not find !
The directories of install are :
c:\lang\CodeBlocks
et
c:\Lang\wxWidgets-2.6.3
sethjackson:
--- Quote from: jvpic on July 13, 2006, 03:21:11 pm ---Another problem because <wx.wx.h> is not find !
The directories of install are :
c:\lang\CodeBlocks
et
c:\Lang\wxWidgets-2.6.3
--- End quote ---
Don't you mean <wx.h>?
jvpic:
No I mean exactly <wx/wx.h> and <wx/wxprec.h>
These include files are referenced in the include files of the template !
TheTuxKeeper:
--- Quote from: jvpic on July 13, 2006, 03:37:41 pm ---No I mean exactly <wx/wx.h> and <wx/wxprec.h>
These include files are referenced in the include files of the template !
--- End quote ---
Really "/" not "\" ?
If "/" is the directory seperator then it should be a typo (Linux and *nix use this seperator, but not Windows).
Change it to <wx\wx.h> and <wx\wxprec.h>
Correct me if I'm wrong, but I don't think that mingw uses Linux paths on Win, or does it ?
Navigation
[0] Message Index
[#] Next page
Go to full version