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]

wconsole on cygwin


Hi,
I'm trying to install wconsole for wsim but I found this error when I wrote make..anyone knows how can I fix this error?
Thanks a lot
make
make  all-recursive
make[1]: Entering directory `/home/ghada/wsim/utils/console'
Making all in src
make[2]: Entering directory `/home/ghada/wsim/utils/console/src'
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
In file included from main.c:18:
fifo.h:25:21: termios.h: No such file or directory
In file included from main.c:18:
fifo.h:31: error: field `in_termios' has incomplete type
fifo.h:32: error: field `out_termios' has incomplete type
main.c: In function `SDL_main':
main.c:384: error: `SIGQUIT' undeclared (first use in this function)
main.c:384: error: (Each undeclared identifier is reported only once
main.c:384: error: for each function it appears in.)
main.c:385: error: `SIGUSR1' undeclared (first use in this function)
main.c:386: error: `SIGUSR2' undeclared (first use in this function)
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/ghada/wsim/utils/console/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ghada/wsim/utils/console'
make: *** [all] Error 2




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