Date: Thu, 3 Sep 1998 07:47:20 +0200 From: Roland Jesse <jesse@prinz-atm.CS.Uni-Magdeburg.De> To: freebsd-hackers@FreeBSD.ORG Subject: gcc fails to compile jesred-1.2 Message-ID: <19980903074720.B26829@cs.uni-magdeburg.de>
next in thread | raw e-mail | index | archive | help
Hello, I posted the question to the questions list but to no avail. When trying to compile http://ivs.cs.uni-magdeburg.de/~elkner/webtools/src/jesred-1.2.tar.gz, gcc fails with the following messages: j.wh4-422 ~/jesred-1.2 % make cc -O3 -s -I. -c ip_list.c In file included from ip_list.c:99: /usr/include/netinet/in.h:212: parse error before `u_long' /usr/include/netinet/in.h:212: warning: no semicolon at end of struct or union /usr/include/netinet/in.h:263: parse error before `u_char' /usr/include/netinet/in.h:263: warning: no semicolon at end of struct or union [...] Honestly - I do not know why the compiler fails here. The source code seems to be ok and the include does, too. I would very much appreciate it if somebody else could try to build this small package and would provide a hint or two of what I am missing here. BTW: The machine is running FreeBSD 2.2.7-STABLE and therefore a gcc 2..7.2.1. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980903074720.B26829>