mingw32-make.exe problem

CodeLite installation/troubleshooting forum
MagicFire
CodeLite Curious
Posts: 1
Joined: Fri May 04, 2012 12:47 am
Genuine User: Yes
IDE Question: C++
Contact:

mingw32-make.exe problem

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: mingw32-make.exe problem

Post 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
Make sure you have read the HOW TO POST thread
Post Reply