From owner-freebsd-hackers Mon Jan 29 11:54:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26313 for hackers-outgoing; Mon, 29 Jan 1996 11:54:34 -0800 (PST) Received: from sponsor.octet.com (root@sponsor.octet.com [204.141.97.15]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA26307 for ; Mon, 29 Jan 1996 11:54:27 -0800 (PST) Received: (from root@localhost) by sponsor.octet.com (8.6.12/8.6.12) id OAA10645 for hackers@freebsd.org; Mon, 29 Jan 1996 14:40:01 GMT From: Daniel Leeds Message-Id: <199601291440.OAA10645@sponsor.octet.com> Subject: compile prob To: hackers@freebsd.org Date: Mon, 29 Jan 1996 14:40:01 +0000 () X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk okay trying to compile a program/pacakge today this huge bomb happened, and it looks like a lot of problems with a header file... anyone got any clues about this, or how to fix it? ***warning**** the error below is long...i am not trying to spam the list! :) gcc -D_POSIX_SOURCE -I/usr/X11R6/include -DMAXARR=20480 -DHDEV=GR_PS_L -DPS_PRSTR='"lpr -h "' -DGR_HELPFILE='"ACEgr.html"' -DGR_HELPVIEWER='"Mosaic"' -c leaf.c In file included from /usr/include/ctype.h:51, from leaf.c:60: /usr/include/runetype.h:58: parse error before `rune_t' /usr/include/runetype.h:58: warning: no semicolon at end of struct or union /usr/include/runetype.h:59: warning: data definition has no type or storage class /usr/include/runetype.h:60: parse error before `map' /usr/include/runetype.h:60: warning: data definition has no type or storage class /usr/include/runetype.h:62: parse error before `}' /usr/include/runetype.h:62: warning: data definition has no type or storage class /usr/include/runetype.h:66: parse error before `_RuneEntry' /usr/include/runetype.h:66: warning: no semicolon at end of struct or union /usr/include/runetype.h:67: warning: data definition has no type or storage class /usr/include/runetype.h:73: parse error before `rune_t' /usr/include/runetype.h:73: warning: no semicolon at end of struct or union /usr/include/runetype.h:76: parse error before `char' /usr/include/runetype.h:77: parse error before `invalid_rune' /usr/include/runetype.h:77: warning: data definition has no type or storage class /usr/include/runetype.h:80: parse error before `maplower' /usr/include/runetype.h:80: warning: data definition has no type or storage class /usr/include/runetype.h:81: parse error before `mapupper' /usr/include/runetype.h:81: warning: data definition has no type or storage class /usr/include/runetype.h:88: parse error before `runetype_ext' /usr/include/runetype.h:88: warning: data definition has no type or storage class /usr/include/runetype.h:89: parse error before `maplower_ext' /usr/include/runetype.h:89: warning: data definition has no type or storage class /usr/include/runetype.h:90: parse error before `mapupper_ext' /usr/include/runetype.h:90: warning: data definition has no type or storage class /usr/include/runetype.h:94: parse error before `}' /usr/include/runetype.h:94: warning: data definition has no type or storage class /usr/include/runetype.h:98: parse error before `_DefaultRuneLocale' /usr/include/runetype.h:98: warning: data definition has no type or storage class /usr/include/runetype.h:99: parse error before `*' /usr/include/runetype.h:99: warning: data definition has no type or storage class /usr/include/ctype.h: In function `__istype': In file included from leaf.c:60: /usr/include/ctype.h:147: request for member `runetype' in something not a structure or union /usr/include/ctype.h: In function `__isctype': /usr/include/ctype.h:156: request for member `runetype' in something not a structure or union /usr/include/ctype.h: In function `__toupper': /usr/include/ctype.h:165: request for member `mapupper' in something not a structure or union /usr/include/ctype.h: In function `__tolower': /usr/include/ctype.h:174: request for member `maplower' in something not a structure or union *** Error code 1 Stop.