Date: Mon, 29 Jan 1996 14:40:01 +0000 () From: Daniel Leeds <cosmos@sponsor.octet.com> To: hackers@freebsd.org Subject: compile prob Message-ID: <199601291440.OAA10645@sponsor.octet.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601291440.OAA10645>