Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!ginosko!uunet!mcsun!hp4nl!tnoibbc!westc!gjoost From: gjoost@westc.UUCP (Gertjan van Oosten) Newsgroups: comp.sources.games.bugs Subject: Re: Stupid (?) NH3.4 bug in objects.c? Message-ID: <502@westc.UUCP> Date: 5 Oct 89 08:27:50 GMT References: <2446@flatline.UUCP> Lines: 28 erict@flatline.UUCP (J. Eric Townsend) writes: >objects.c #include's "decl.h" which also includes you.h, which needs to >know a value for NUMMONS. I uncommented the include for decl.h in >objects.c, and it compiled/linked up to the makedefs stage with >no problem. We'll see how the rest of the compile goes... >J. Eric Townsend unet!sugar!flatline!erict com6@uhnix1.uh.edu >EastEnders Mailing list: eastender@flatline.UUCP I did the following: I created the file 'pm.h' in the include directory, containing only the line: #define NUMMONS 100 /* or some other arbitrary value */ I then compiled 'makedefs', ran 'makedefs -p', which creates 'pm.h'. Finally, I recompiled 'makedefs' with this pm.h and ran 'makedefs -p' again, just to be on the safe side. This definitely is a bootstrap problem. Regards, +----------------------------------------------------------------------+ | Gertjan van Oosten mcvax!westc!gjoost | | West Consulting bv | | Phoenixstraat 49 P.O. Box 3318 Tel: +31-15-123190 | | 2611 AL Delft 2601 DH Delft Fax: +31-15-147889 | | The Netherlands | +----------------------------------------------------------------------+