User forums > Using Code::Blocks

eRROR WHILE COMPILING WXWIDGETS

(1/4) > >>

ac506in:
hI ALL

This is first time i am trying to use wxwidgets with c::B.
I am trying to compile wxwidgets and getting following error
D:\wxWidgets-2.6.2\build\msw>mingw32-make -f makefile.gcc  MONOLITHIC=1 SHARED=1
 UNICODE=1 BUILD=release
if not exist gcc_mswudll mkdir gcc_mswudll
Syntax error: end of file unexpected (expecting "then")
mingw32-make: [gcc_mswudll] Error 2 (ignored)
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
Syntax error: end of file unexpected (expecting "then")
mingw32-make: *** [..\..\lib\gcc_dll] Error 2


I guess mingw32-make.exe doesnt understand syntax properly. I tried to build it with VC++2005 and it compiled with no errors.

But i need to use C::B , can someone help me so that i can use gcc compiler...

thanks...

thomas:
Your make is too old. You need 3.8, none less.

http://prdownloads.sourceforge.net/mingw/mingw32-make-3.80.0-3.tar.gz?download

mandrav:
...and do not use MSYS...

sethjackson:
...and make sure the caps lock key is off when you type..... ;)

kidmosey:

--- Quote from: mandrav on July 31, 2006, 05:14:57 pm ---...and do not use MSYS...

--- End quote ---

What's wrong with MSYS?  It works fine for me.

Navigation

[0] Message Index

[#] Next page

Go to full version