Re: compiler complains about its own 'mingw' files

2002-12-18 Thread bubba bubba
>>>1) Please provide cygcheck output as mentioned at >>> http://cygwin.com/bugs.html . >> >>OK, see attachment >Oh well. Nothing obvious there. You might try >uninstalling gcc2, gcc, >cc-mingw, and mingw-runtime. Then reinstall just gcc, >gcc-mingw, and >mingw-runtime. OK, this worked! :-)

Re: compiler complains about its own 'mingw' files

2002-12-18 Thread bubba bubba
>1) Please provide cygcheck output as mentioned at > http://cygwin.com/bugs.html . OK, see attachment >2) Please provide a simple testcase illustrating the >problem. Try compiling zangband-2.7.1 found at www.zangband.org To compile go to zangband/src type make -f makefile.std cygwin >3) As a

compiler complains about its own 'mingw' files

2002-12-18 Thread bubba bubba
Using W32api 2.1-1 gcc 3.2-3 gcc-mingw 20020817-4 I tried to compile a program that use to compile cleanly. I now get all these parsing errors and "ISO forbids" messages about mingw files. Here are a few: gcc -Wall -O2 -g -fno-strength-reduce -W -pedantic -mno-cygwin -DWINDOWS -c -o readdib.o

[bug?] C program won't compile anymore

2002-12-17 Thread bubba bubba
Hello Using W32api 2.1-1 gcc 3.2-3 gcc-mingw 20020817-3 I get the following when I compile cleanly [compiling stock zangband-2.7.1 see www.zangband.org] make -f makefile.std cygwin gcc -Wall -O2 -g -fno-strength-reduce -W -pedantic -mno-cygwin -DWINDOWS -c -o readdib.o readdib.c In file incl