[381] in Coldmud discussion meeting

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

Compiling Cold on BSDI

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

Date: Wed, 20 Jul 1994 23:12:03 -0700
From: puff@netcom.com (Steven J. Owens)
To: coldstuff@MIT.EDU


Hokay, I tried the macho route and quickly caved in to reveal the
whimpering code-craven that I truly am.  Has anybody gone this route
and figured out The Answers to installing Cold on BSDI?  

I made all of the recommended edits for BSD 4.3 and SunOS, but I get
the following results when I run the make.  Is this a flaw in the BSDI
include files, or is Cold neglecting to include a proper file for
BSDI?

(Yes, yes, I know, it's not Cold's fault, BSDI is breaking some sort
of rule and it's not posix-complaint or whatever, but that still
leaves me between a rock and a hard place).

Anxiously awaiting your insight...
                                   Puff

------------------------------------------------------------
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.
------------------------------------------------------------