On Mon, Feb 15, 2010 at 04:59:07PM +0000, Greg Chicares wrote: >On 2010-02-15 15:51Z, ghada zaibi wrote: >> >> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -g -O2 -I/usr/local/include/SDL >> -I/us >> r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF >> .deps/main.Tp >> o -c -o main.o main.c > >'-mno-cygwin' essentially means you're building for MinGW, but... > >> fifo.h:25:21: termios.h: No such file or directory > >...MinGW doesn't provide POSIX headers, and... > >> main.c:384: error: `SIGQUIT' undeclared (first use in this function) > >...MinGW doesn't support POSIX signals, so I suppose you should try >building without '-mno-cygwin'.
And, if that still doesn't work it would make sense to check with the people who supplied "wconsole" since you're not going to find a lot of experts here. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple