Re: [NEWBIE][Compiling*

From: Cervo (chrisf@ptd.net)
Date: 04/14/99


At 02:52 PM 4/14/99 -0500, you wrote:
>Now im trying to compile CircleMUD 3.0 bpl15  (clean copy)
>I make configuraion ( ./configure) but i got an error:

You ran ./configure right?

>cc -c -g -O2 -Wall  comm.c
>sysdep.h:535: undefined type, found `ulong'
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>colliman>
>
>I'm compiling it under  NeXTstep 3.0.
>Processor: MC6000/8Mhz (MOTOROLA)
>Ram: 8 MB
ouch
>Hard Disk:450 MB.
ouch

I'm guessing ulong is an unsigned long, so if worse comes to worst just
typedef unsigned long ulong;

inside sysdep.h or conf.h or wherever is best, I don't have circle30bpl15
so I wouldn't know.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST