Compile renpy-deps by MinGW
Posted: Fri Sep 13, 2013 6:22 am
I try to compile renpy-deps by mingw
1: git clone https://github.com/renpy/renpy-deps
2: cd renpy-deps
3: ./build.sh
But I had the below error.
building 'pygame.imageext' extension
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\Release\src
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_REENTRANT -IC:/MinGW/msys/1.0
/home/kuma/renpy-deps/install/include/SDL -IC:/MinGW/msys/1.0/home/kuma/renpy-de
ps/install/include -IC:/MinGW/msys/1.0/home/kuma/renpy-deps/install/include -IC:
/MinGW/msys/1.0/home/kuma/renpy-deps/install/include -IC:/MinGW/msys/1.0/home/ku
ma/renpy-deps/install/include -Ic:\Python27\include -Ic:\Python27\PC -c src/imag
eext.c -o build\temp.win32-2.7\Release\src\imageext.o
cc1.exe:error: unknown option '-mno-cygwin'
error: command 'gcc' failed with exit status 1
I use gcc4.62
1: git clone https://github.com/renpy/renpy-deps
2: cd renpy-deps
3: ./build.sh
But I had the below error.
building 'pygame.imageext' extension
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\Release\src
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_REENTRANT -IC:/MinGW/msys/1.0
/home/kuma/renpy-deps/install/include/SDL -IC:/MinGW/msys/1.0/home/kuma/renpy-de
ps/install/include -IC:/MinGW/msys/1.0/home/kuma/renpy-deps/install/include -IC:
/MinGW/msys/1.0/home/kuma/renpy-deps/install/include -IC:/MinGW/msys/1.0/home/ku
ma/renpy-deps/install/include -Ic:\Python27\include -Ic:\Python27\PC -c src/imag
eext.c -o build\temp.win32-2.7\Release\src\imageext.o
cc1.exe:error: unknown option '-mno-cygwin'
error: command 'gcc' failed with exit status 1
I use gcc4.62