[384] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: Compiling Cold on BSDI

daemon@ATHENA.MIT.EDU (Thu Jul 21 14:37:32 1994 )

Date: Thu, 21 Jul 94 11:24:25 -0700
From: jsp@betz.biostr.washington.edu (Jeff Prothero)
To: coldstuff@MIT.EDU


> ------------------------------------------------------------
> gcc -Wall -O -fomit-frame-pointer -c data.c
> In file included from /usr/include/ctype.h:50, from data.c:6:
> /usr/include/runetype.h:59: syntax error before `rune_t'
> /usr/include/runetype.h:74: syntax error before `rune_t'
> /usr/include/runetype.h:77: syntax error before `char'
> /usr/include/runetype.h:81: syntax error before `rune_t'
> /usr/include/ctype.h: In function toupper:
> In file included from data.c:6:
> /usr/include/ctype.h:167: structure has no member named `mapupper'
> /usr/include/ctype.h:167: subscripted value is neither array nor
pointer
> /usr/include/ctype.h: In function tolower:
> /usr/include/ctype.h:174: structure has no member named `maplower'
> /usr/include/ctype.h:174: subscripted value is neither array nor
pointer
> data.c: In function data_cmp:
> data.c:83: warning: implicit declaration of function `bcmp'
> *** Error code 1
>
> Stop.
> ------------------------------------------------------------

Um, I've ported Muq to 7 unices in the last 2-3 weeks, and seen
a lot of these sorts of errors.  In my case, at least, they
usually traced to the type in question 'rune_t' being missing.
I'd check to make absolutely sure that whatever was supposed
to have typedef'd rune_t, if I were you.

 Cynbe