I've tried to make a GUI app with wxWidgets and wxForm support in CL, but after installing CL (v 2.1.0) with MinGW (4.4.0) and wxWdgets (2.8.10.) when I want to compile my project, I've recieved this message:
Code: Select all
----------Build Started--------
C:\Windows\system32\cmd.exe /c ""mingw32-make.exe" -j 4 -f "Pong.mk" all"
----------Building project:[ Pong - Debug ]----------
g++ -c "e:/CodeLite/Pararelni_programovani/Pong/Pong.cpp" -g -mthreads -DHAVE_W32API_H -D__WXMSW__ -D__WXDEBUG__ -D_UNICODE -IE:\wxWidgets-2.8.10\lib\gcc_dll\mswud -IE:\wxWidgets-2.8.10\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -D__WX__ -o ./Debug/Pong.o "-I."
mingw32-make.exe: *** [Debug/Pong.o] Error 1
----------Build Ended----------
0 errors, 0 warnings
This project has only two cpp files and two headers and all it should do is show me almost blank frame (contains menu and status bar).
Thanks