Date: Tue, 23 Jan 1996 23:39:03 -0600 (CST) From: Carey Jones <mcjones@basenet.net> To: freebsd-questions@freebsd.org Subject: Compiling problem Message-ID: <Pine.BSF.3.91.960123233605.3530A-100000@basenet.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960123233605.3530A-100000>