This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: wconsole on cygwin


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'.

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]