Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wasatch!cs.utexas.edu!uunet!wugate!wuee1!saturn!jas From: jas@saturn.wustl.edu (J. Schrauner) Newsgroups: comp.sources.games.bugs Subject: Conquer Message-ID: <369@wuee1.wustl.edu> Date: 10 Jul 89 19:25:06 GMT Sender: news@wuee1.wustl.edu Reply-To: jas@saturn.UUCP (J. Shrauner) Distribution: usa Organization: Washington University, St. Louis MO Lines: 23 I came across the following bugs in Conquer 4.2: If you have NPC defined but not MONSTER, makeworl.c won't compile because it uses MONSTER value for number of sectors per NPC nation. The fix is to define NPC as a number as well (I used 45, the same as MONSTER) and change the appropriate lines in makeworl.c (1002 and 1018) In line 321 of reports.c there is a spelling error, cstmonst should be replaced by costmonst. Finally, the new Makefile doesn't work on our system (Sun 4-110, Sunos 4.0.3). The old Makefile did. The problem is the *A.o and *G.o makes. Quite simply, they do nothing whatsoever. If this can't be remedied, could someone send me the old Makefile? I killed it when I patched the program. Thanks, Jay Shrauner jas@saturn.wustl.edu