From owner-freebsd-questions Sun Mar 21 14:37:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 1FD2914E11 for ; Sun, 21 Mar 1999 14:37:16 -0800 (PST) (envelope-from patseal@hyperhost.net) Received: from port4.annex8.radix.net (port4.annex8.radix.net [205.252.108.4]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id RAA27127 for ; Sun, 21 Mar 1999 17:36:50 -0500 (EST) Date: Sun, 21 Mar 1999 17:36:12 -0500 (EST) From: Patrick Seal To: freebsd-questions@FreeBSD.ORG Subject: /usr/include/sys/socket.h errors Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm tried to compile gdict, but I keep getting errors about socket.h and inet.h gcc -Wall -O2 `gtk-config --cflags` `gtk-config --libs` gdict.c -o gdict In file included from gdict.c:15: /usr/include/sys/socket.h:139: parse error before `u_char' /usr/include/sys/socket.h:139: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:140: warning: data definition has no type or storage class /usr/include/sys/socket.h:142: parse error before `}' /usr/include/sys/socket.h:150: parse error before `u_short' /usr/include/sys/socket.h:150: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:151: warning: data definition has no type or storage class /usr/include/sys/socket.h:266: parse error before `caddr_t' /usr/include/sys/socket.h:266: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:267: warning: data definition has no type or storage class /usr/include/sys/socket.h:269: parse error before `msg_iovlen' /usr/include/sys/socket.h:269: warning: data definition has no type or storage class /usr/include/sys/socket.h:270: parse error before `msg_control' /usr/include/sys/socket.h:270: warning: data definition has no type or storage class /usr/include/sys/socket.h:271: parse error before `msg_controllen' /usr/include/sys/socket.h:271: warning: data definition has no type or storage class /usr/include/sys/socket.h:273: parse error before `}' /usr/include/sys/socket.h:293: parse error before `u_int' /usr/include/sys/socket.h:293: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:297: parse error before `}' /usr/include/sys/socket.h:314: parse error before `pid_t' /usr/include/sys/socket.h:314: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:315: warning: data definition has no type or storage class /usr/include/sys/socket.h:316: parse error before `cmcred_euid' /usr/include/sys/socket.h:316: warning: data definition has no type or storage class /usr/include/sys/socket.h:317: parse error before `cmcred_gid' /usr/include/sys/socket.h:317: warning: data definition has no type or storage class /usr/include/sys/socket.h:319: parse error before `cmcred_groups' /usr/include/sys/socket.h:319: warning: data definition has no type or storage class /usr/include/sys/socket.h:320: parse error before `}' /usr/include/sys/socket.h:343: parse error before `u_short' /usr/include/sys/socket.h:343: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:345: parse error before `}' /usr/include/sys/socket.h:351: parse error before `caddr_t' /usr/include/sys/socket.h:351: warning: no semicolon at end of struct or union /usr/include/sys/socket.h:355: parse error before `msg_accrights' /usr/include/sys/socket.h:355: warning: data definition has no type or storage class /usr/include/sys/socket.h:357: parse error before `}' /usr/include/sys/socket.h:388: parse error before `recv' /usr/include/sys/socket.h:388: warning: data definition has no type or storage class /usr/include/sys/socket.h:389: parse error before `recvfrom' /usr/include/sys/socket.h:389: warning: data definition has no type or storage class /usr/include/sys/socket.h:390: parse error before `recvmsg' /usr/include/sys/socket.h:390: warning: data definition has no type or storage class /usr/include/sys/socket.h:391: parse error before `send' /usr/include/sys/socket.h:391: warning: data definition has no type or storage class /usr/include/sys/socket.h:392: parse error before `sendto' /usr/include/sys/socket.h:393: warning: data definition has no type or storage class /usr/include/sys/socket.h:394: parse error before `sendmsg' /usr/include/sys/socket.h:394: warning: data definition has no type or storage class /usr/include/sys/socket.h:395: parse error before `off_t' In file included from gdict.c:17: /usr/include/arpa/inet.h:89: warning: parameter has incomplete type /usr/include/arpa/inet.h:92: warning: parameter has incomplete type /usr/include/arpa/inet.h:96: warning: parameter has incomplete type gdict.c: In function `lookup': gdict.c:153: warning: passing arg 2 of `connect' from incompatible pointer type *** Error code 1 Stop. Are these actual errors in the system include files? ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds hosting and Design http://www.freebsd.org - http://www.linux.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message