Resource file using problem
Posted: Sat Jan 10, 2009 8:22 pm
Hello Eran and all CodeLite community. I have a little problem with resource file compilation. When I try build my project with mesher.rc I take next messages:
mesher.rc has following text:
So, What I should change for the successful build?
Code: Select all
----------Build Started--------
"mingw32-make.exe" -j 1 -f "QH Mesher_wsp.mk"
----------Building project:[ Mesher - Debug ]----------
windres -i "D:/Projects/QH Mesher/mesher.rc" --use-temp-file --define __WXMSW__ --define _UNICODE --include-dir C:\wxWidgets-2.8.9\lib\gcc_dll\mswu --include-dir C:\wxWidgets-2.8.9\include --define WXUSINGDLL -o ./Debug/mesher.rc.o
gcc: D:/Projects/QH: No such file or directory
gcc: Mesher/mesher.rc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
windres: gcc exited with status 1
mingw32-make.exe[1]: *** [Debug/mesher.rc.o] Error 1
mingw32-make.exe: *** [All] Error 2
Code: Select all
#include "wx/msw/wx.rc"