6 Aug 2003 22:55
inet.h error?
Hello, I am using OpenBSD 3.3 with a GENERIC kernel. Today I decided to try popa3d as a POP3 solution. After I tar -zxvf the latest stable release (0.6.3) I make my changes to params.h and the Makefile. I then try to do a 'make' and get this error: $ make gcc -c -Wall -02 -fomit-frame-pointer virtual.c In file included from virtual.c:25: /usr/include/arpa/inet.h:89: syntax error before 'inet_nsap_addr' /usr/include/arpa/inet.h:89: syntax error before 'u_char' /usr/include/arpa/inet.h:89: warning: data definition has no type or storage class /usr/include/arpa/inet.h:90: syntax error before '*' *** Error code 1 Stop in /home/asenchi/popa3d/popa3d-0.6.3. $ I have looked at the code, but I am not very good at C so I didn't want to touch it. Do any of you have an idea what could be the problem? I have tried this both as user and root. Thank you, asenchi(Continue reading)
RSS Feed