From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9f9251a98c6da345,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-11 03:47:37 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: fab102@bluemail.ch (Karim) Newsgroups: comp.lang.ada Subject: Adasockets "make" error Date: 11 Sep 2003 03:47:34 -0700 Organization: http://groups.google.com/ Message-ID: <4a1641ae.0309110247.11116e32@posting.google.com> NNTP-Posting-Host: 217.162.211.51 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1063277256 10282 127.0.0.1 (11 Sep 2003 10:47:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Sep 2003 10:47:36 GMT Xref: archiver1.google.com comp.lang.ada:42375 Date: 2003-09-11T10:47:36+00:00 List-Id: Hello I tried to install the newest adasockets on my FreeBSD system. ./configure works fine. But get this make output : Making all in src make all-am gcc -I. -o constants_nodef ./constants.c In file included from constants.c:28: /usr/include/netinet/tcp.h:44: syntax error before "tcp_seq" /usr/include/netinet/tcp.h:44: warning: data definition has no type or storage class /usr/include/netinet/tcp.h:45: syntax error before "tcp_cc" /usr/include/netinet/tcp.h:45: warning: data definition has no type or storage class /usr/include/netinet/tcp.h:55: syntax error before "u_short" *** Error code 1 Can anybody help me to fix that ?