pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fwd: ftpsesame error



Thanks, but got it working partially, I copied it and ppp_defs.h to /usr/include/net but it still fails:


===> Building for ftpsesame-0.95
cc -O2 -I/usr/include -I. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith  -Wno-uninitialized  -Werror  -I/usr/include -c filter.c
cc -O2 -I/usr/include -I. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith  -Wno-uninitialized  -Werror  -I/usr/include -c ftpsesame.c
ftpsesame.c:80: error: syntax error before "gotsig_alarm"
ftpsesame.c:80: warning: type defaults to `int' in declaration of `gotsig_alarm'
ftpsesame.c:80: warning: type defaults to `int' in declaration of `gotsig_close'
ftpsesame.c:80: warning: data definition has no type or storage class
ftpsesame.c: In function `main':
ftpsesame.c:521: error: `BIOCIMMEDIATE' undeclared (first use in this function)
ftpsesame.c:521: error: (Each undeclared identifier is reported only once
ftpsesame.c:521: error: for each function it appears in.)
ftpsesame.c:546: warning: implicit declaration of function `signal'
ftpsesame.c:546: error: `SIGALRM' undeclared (first use in this function)
ftpsesame.c:547: error: `SIGINT' undeclared (first use in this function)
ftpsesame.c:548: error: `SIGQUIT' undeclared (first use in this function)
ftpsesame.c:549: error: `SIGTERM' undeclared (first use in this function)
ftpsesame.c: At top level:
ftpsesame.c:677: error: syntax error before "void"
*** Error code 1


On 6/1/06, David Howland < metalliqaz%fastmail.fm@localhost> wrote:
If you just want to hack it together so it will work, you can just
delete the checksum file from the package directory and it will let you
build.



Home | Main Index | Thread Index | Old Index