Page 1 of 1

mingw32-make.exe problem

Posted: Fri May 04, 2012 12:52 am
by MagicFire
Hi,
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
When should I look for this hidden error?

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

Re: mingw32-make.exe problem

Posted: Fri May 04, 2012 12:56 am
by eranif
MagicFire wrote: but after installing CL (v 2.1.0)
Please upgrade to codelite 3.5 and try it again. Many things have change since

http://sourceforge.net/projects/codelit ... e/download

Eran