Simple Wx template won't compile under Windows
Posted: Mon Jan 14, 2013 2:37 pm
Hello,
I've been trying to build a the simple Wx template project supplied with CodeLite
under Windows XP .
Also tried a previous version, but still no success.
I used: New Project -> GUI, Executable( wxWidgets + wxFB frame )
When building, I get the following error:
D:/CodeLiteTest/test1/gui.h:11:21: fatal error: wx/intl.h: No such file or directory
CodeLite version: 4.1.5770
All compiler include directories seem to be ok.
If I run the compiler commands from the command line:
mingw32-make.exe -e -j 2 -f Test_wsp.mk
the output is:
.....
mingw32-make[1]: Entering directory 'd:/CodeLiteTest/test1'
/usr/bin/sh: makedir: command not found
and make is being stopped
It seems there are still some Linux commands being used?
What is going wrong and hiw can I solve this?
Regards,
Ruud
I've been trying to build a the simple Wx template project supplied with CodeLite
under Windows XP .
Also tried a previous version, but still no success.
I used: New Project -> GUI, Executable( wxWidgets + wxFB frame )
When building, I get the following error:
D:/CodeLiteTest/test1/gui.h:11:21: fatal error: wx/intl.h: No such file or directory
CodeLite version: 4.1.5770
All compiler include directories seem to be ok.
If I run the compiler commands from the command line:
mingw32-make.exe -e -j 2 -f Test_wsp.mk
the output is:
.....
mingw32-make[1]: Entering directory 'd:/CodeLiteTest/test1'
/usr/bin/sh: makedir: command not found
and make is being stopped
It seems there are still some Linux commands being used?
What is going wrong and hiw can I solve this?
Regards,
Ruud