From owner-freebsd-questions Tue Jan 23 21:38:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26046 for questions-outgoing; Tue, 23 Jan 1996 21:38:57 -0800 (PST) Received: from basenet.net (root@ppp55.basenet.net [204.248.88.55]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA26031 for ; Tue, 23 Jan 1996 21:38:51 -0800 (PST) Received: (from mcjones@localhost) by basenet.net (8.6.12/8.6.12) id XAA03535; Tue, 23 Jan 1996 23:39:08 -0600 Date: Tue, 23 Jan 1996 23:39:03 -0600 (CST) From: Carey Jones To: freebsd-questions@freebsd.org Subject: Compiling problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Hi...I hope I'm sending this to the right list, but anyway...I'm trying to compile the ircii-2.8.2+CSr4 IRC client on my FreeBSD 2.1.0-CURRENT system, and I'm getting an odd error...the output follows: mcjones@basenet [11:08pm]:~/ircii-2.8.2+CSr4> make gcc -traditional -g -O -DHAVE_CONFIG_H -I../include -c dcc.c In file included from dcc.c:16: /usr/include/sys/stat.h:55: parse error before `ino_t' /usr/include/sys/stat.h:55: warning: no semicolon at end of struct or union /usr/include/sys/stat.h:57: parse error before `st_nlink' /usr/include/sys/stat.h:69: parse error before `}' /usr/include/sys/stat.h:73: parse error before `dev_t' /usr/include/sys/stat.h:73: warning: no semicolon at end of struct or union /usr/include/sys/stat.h:75: parse error before `st_mode' /usr/include/sys/stat.h:76: parse error before `st_nlink' /usr/include/sys/stat.h:77: parse error before `st_uid' /usr/include/sys/stat.h:77: conflicting types for `st_uid' /usr/include/sys/stat.h:58: previous declaration of `st_uid' /usr/include/sys/stat.h:78: parse error before `st_gid' /usr/include/sys/stat.h:78: conflicting types for `st_gid' /usr/include/sys/stat.h:59: previous declaration of `st_gid' /usr/include/sys/stat.h:79: parse error before `st_rdev' /usr/include/sys/stat.h:79: conflicting types for `st_rdev' /usr/include/sys/stat.h:60: previous declaration of `st_rdev' /usr/include/sys/stat.h:83: parse error before `st_size' /usr/include/sys/stat.h:83: conflicting types for `st_size' /usr/include/sys/stat.h:61: previous declaration of `st_size' /usr/include/sys/stat.h:84: parse error before `st_blocks' /usr/include/sys/stat.h:84: conflicting types for `st_blocks' /usr/include/sys/stat.h:66: previous declaration of `st_blocks' /usr/include/sys/stat.h:85: conflicting types for `st_blksize' /usr/include/sys/stat.h:65: previous declaration of `st_blksize' /usr/include/sys/stat.h:89: parse error before `st_qspare' /usr/include/sys/stat.h:90: parse error before `}' /usr/include/sys/stat.h:191: parse error before `mkfifo' /usr/include/sys/stat.h:193: parse error before `umask' In file included from ../include/irc.h:80, from dcc.c:17: /usr/include/netdb.h:139: syntax error before `char' dcc.c: In function `multisend': dcc.c:835: storage size of `stbuf' isn't known dcc.c: In function `dcc_filesend': dcc.c:875: storage size of `stat_buf' isn't known *** Error code 1 Stop. *** Error code 1 Stop. I'm mainly curious about those parse errors...i'm not quite clear on what I can do about those. Thanks... - Carey