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]

gftp


I'm trying to compile gftp, but when I do a make I got this error

make  all-recursive
make[1]: Entering directory `/usr/local/src/gftp-2.0.17'
Making all in intl
make[2]: Entering directory `/usr/local/src/gftp-2.0.17/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gftp-2.0.17/intl'
Making all in docs
make[2]: Entering directory `/usr/local/src/gftp-2.0.17/docs'
Making all in sample.gftp
make[3]: Entering directory `/usr/local/src/gftp-2.0.17/docs/sample.gftp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/gftp-2.0.17/docs/sample.gftp'
make[3]: Entering directory `/usr/local/src/gftp-2.0.17/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/gftp-2.0.17/docs'
make[2]: Leaving directory `/usr/local/src/gftp-2.0.17/docs'
Making all in lib
make[2]: Entering directory `/usr/local/src/gftp-2.0.17/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/inc
lude   -D_REENTRANT -I../intl -DSHARE_DIR=\"/usr/local/share/gftp\" 
-DLOCALE_DIR
=\"/usr/local/share/locale\"  -I/usr/local/include  -g -O2 -c pty.c
pty.c: In function `_gftp_ptym_open':
pty.c:91: error: `TIOCSCTTY' undeclared (first use in this function)
pty.c:91: error: (Each undeclared identifier is reported only once
pty.c:91: error: for each function it appears in.)
make[2]: *** [pty.o] Error 1
make[2]: Leaving directory `/usr/local/src/gftp-2.0.17/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/gftp-2.0.17'
make: *** [all-recursive-am] Error 2

what's up?

thanks a lot D.





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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