Greetings!
While attempting to compile Pennmush-1.8.3p10 on Cygwin, I am experiencing the following error:
gcc -std=gnu99 -ggdb -O -W -Wall -pedantic -Wno-comment -I/usr/include/ -I.. -I.
./hdrs -c -o strutil.o strutil.c
strutil.c:1193: error:conflicting types for 'imaxdiv_t'
/usr/include/inttypes.h:231: error: previous declaration of 'imaxdiv_t'
make[1]: *** [strutil.o] Error1
make[1]: Leaving directory '/home/pennmush-1.8.3p10/src'
make: *** [all] Error2
Using the same Cygwin setup, I have not experienced any problems compiling pennmush-1.8.1p10.
Can anyone help?
Thanks!!!
While attempting to compile Pennmush-1.8.3p10 on Cygwin, I am experiencing the following error:
gcc -std=gnu99 -ggdb -O -W -Wall -pedantic -Wno-comment -I/usr/include/ -I.. -I.
./hdrs -c -o strutil.o strutil.c
strutil.c:1193: error:conflicting types for 'imaxdiv_t'
/usr/include/inttypes.h:231: error: previous declaration of 'imaxdiv_t'
make[1]: *** [strutil.o] Error1
make[1]: Leaving directory '/home/pennmush-1.8.3p10/src'
make: *** [all] Error2
Using the same Cygwin setup, I have not experienced any problems compiling pennmush-1.8.1p10.
Can anyone help?
Thanks!!!