User forums > Help
wxWidgets 2.6 (MSW, GCC) installation instructions
jmccay:
I messed with my setup & I cannot figure out what is wrong. Does anyone have any ideas what could cause this?
--- Code: ---$ mingw32-make -f ./makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release
UNICODE=0 VENDOR=cb
if not exist gcc_mswdll mkdir gcc_mswdll
/usr/bin/sh: -c: line 2: syntax error: unexpected end of file
c:\Program Files\CodeBlocks\bin\mingw32-make.exe: [gcc_mswdll] Error 258 (ignored)
if not exist ..\..\lib\gcc_dll\msw mkdir ..\..\lib\gcc_dll\msw
/usr/bin/sh: -c: line 2: syntax error: unexpected end of file
c:\Program Files\CodeBlocks\bin\mingw32-make.exe: *** [..\..\lib\gcc_dll\msw] Error 258
--- End code ---
I am answering my own question before I post it in case someone else has a momentary lapse of intelligence and doesn't read the installation. the the makefile.gcc doesn't work under msys. It's for mingw using the windows command prompt. :P
joe
Serge2005:
Hello joe, try to compile separate MinGW's compilator... or without empty space in compiler's path (NOT c:\Program Files).
I compiled in MinGW successfully but without "./" i.e. mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0 VENDOR=cb
thomas:
--- Quote from: Serge_Novik on October 02, 2005, 09:38:44 am ---... or without empty space in compiler's path (NOT c:\Program Files)
--- End quote ---
This is 99.99% certain the problem.
jmccay:
--- Quote from: thomas on October 02, 2005, 01:14:47 pm ---
--- Quote from: Serge_Novik on October 02, 2005, 09:38:44 am ---... or without empty space in compiler's path (NOT c:\Program Files)
--- End quote ---
This is 99.99% certain the problem.
--- End quote ---
Actually, my problem was that I was trying to use msys to compile it, and it clearly says in the instructions to compile using the makefile under windows that it will not work with msys.
joe
David Perfors:
hehe, no that isn't going to work :lol: was it so unclear that you didn't have to use msys?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version