Hi guys,
I return with my personal project: the translation of FAangband versiĆ³n 1.4.4 to Spanish. I'm i 60% of text translation. But I need compile the source.
The source that I using are from 24-05-2016.
I use Windows 10.
I download Cygwin x64 and MinGW, both last version, but I get the next error:
Using MinGW:
Using Cygwin:
Any help?
I return with my personal project: the translation of FAangband versiĆ³n 1.4.4 to Spanish. I'm i 60% of text translation. But I need compile the source.
The source that I using are from 24-05-2016.
I use Windows 10.
I download Cygwin x64 and MinGW, both last version, but I get the next error:
Using MinGW:
HTML Code:
mingw32-make -f Makefile.win gcc -DWINDOWS -static -Iwin/include -Lwin/lib -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c99 -Wdeclaration-after-statement -O2 -I. -mno-cygwin -c -o identify.o identify.c gcc: error: unrecognized command line option '-mno-cygwin'; did you mean '-mno-clwb'? Makefile.win:127: recipe for target 'identify.o' failed mingw32-make: *** [identify.o] Error 1
HTML Code:
make -f Makefile.win gcc -DWINDOWS -static -Iwin/include -Lwin/lib -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c99 -Wdeclaration-after-statement -O2 -I. -mno-cygwin -c -o identify.o identify.c gcc: error: unrecognized command line option '-mno-cygwin'; did you mean '-mno-clwb'? Makefile.win:127: recipe for target 'identify.o' failed mingw32-make: *** [identify.o] Error 1
Comment