I then tried to do the same as in this LINK: http://www.codelite.org/docs/VideoTutor ... nsole.html.
I am not getting "Hello World" printed in my Console. I have posted the build log below. Could you please help.
Code: Select all
----------Build Started--------
C:\Windows\system32\cmd.exe /c ""mingw32-make.exe" -j 2 -f "workspace_wsp.mk""
mingw32-make.exe: Do not specify -j or --jobs if sh.exe is not available.
mingw32-make.exe: Resetting make for single job mode.
----------Building project:[ wxWidgetTest - Release ]----------
mingw32-make.exe[1]: Do not specify -j or --jobs if sh.exe is not available.
mingw32-make.exe[1]: Resetting make for single job mode.
mingw32-make.exe[1]: Entering directory `D:/workspace/wxWidgetTest'
g++ -o ./Release/wxWidgetTest @"D:\workspace\wxWidgetTest\wxWidgetTest.txt" -L. -s -mthreads -LC:\wxWidgets-2.9.4\lib\gcc_dll -lwxmsw29u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -mwindows
g++: @D:\workspace\wxWidgetTest\wxWidgetTest.txt: Invalid argument
mingw32-make.exe[1]: *** [Release/wxWidgetTest] Error 1
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory `D:/workspace/wxWidgetTest'
----------Build Ended----------
0 errors, 0 warnings