[pptp-server] v0.8.10 doesn't compile for me on Red Hat Linux 5.0

Ronald L Fox rfox at aloha.com
Tue Jun 8 04:39:04 CDT 1999


Versions 0.8.6 and 0.8.8 do compile just fine though.
Output from make is attached for compilations of 0.8.8 and
0.8.10.  I'm not a C programmer and so can't offer any clues
as to what's going wrong.

I'm looking forward to trying this out with some Win95 and
Linux clients.

Regards,
Ron
--
Ronald L Fox                        Email: rfox at dls.queens.org
Diagnostic Laboratory Services      Phone: (808) 589-5172
Honolulu, Hawaii
-------------- next part --------------
make  all-recursive
make[1]: Entering directory `/home/rfox/pptpd/pptpd-0.8.8'
make[2]: Entering directory `/home/rfox/pptpd/pptpd-0.8.8'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c pptpd.c
gcc  -g -O2  -o pptpd  pptpd.o  
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c pptpdcmds.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c configfile.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c pptpmanager.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c inststr.c
gcc  -g -O2  -o pptpmanager  pptpdcmds.o configfile.o pptpmanager.o inststr.o  
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c pptpctrl.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c ctrlpacket.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c pty.c
gcc  -g -O2  -o pptpctrl  pptpctrl.o ctrlpacket.o inststr.o pty.o  
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c pptpgre.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -g -O2 -c ppphdlc.c
gcc  -g -O2  -o pptpgre  pptpgre.o inststr.o ppphdlc.o  
make[2]: Leaving directory `/home/rfox/pptpd/pptpd-0.8.8'
make[1]: Leaving directory `/home/rfox/pptpd/pptpd-0.8.8'
-------------- next part --------------
make  all-recursive
make[1]: Entering directory `/home/rfox/pptpd/pptpd-0.8.10'
make[2]: Entering directory `/home/rfox/pptpd/pptpd-0.8.10'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -fno-builtin -Wall -ansi -c pptpd.c
gcc  -fno-builtin -Wall -ansi  -o pptpd  pptpd.o  
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -fno-builtin -Wall -ansi -c pptpdcmds.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -fno-builtin -Wall -ansi -c configfile.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.    -fno-builtin -Wall -ansi -c pptpmanager.c
In file included from pptpmanager.c:22:
/usr/include/arpa/inet.h:46: parse error before `__net'
In file included from /usr/include/sys/time.h:25,
                 from pptpmanager.c:26:
/usr/include/sys/select.h:82: warning: `struct timespec' declared inside parameter list
/usr/include/sys/select.h:82: warning: its scope is only this definition or declaration,
/usr/include/sys/select.h:82: warning: which is probably not what you want.
/usr/include/sys/select.h:85: warning: `struct timespec' declared inside parameter list
make[2]: *** [pptpmanager.o] Error 1
make[2]: Leaving directory `/home/rfox/pptpd/pptpd-0.8.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rfox/pptpd/pptpd-0.8.10'
make: *** [all-recursive-am] Error 2


More information about the pptp-server mailing list