Re: [DM-dev] reward: what the Hell is wrong with this code?
Brought to you by:
acdalton,
henningsen
From: Stephan B. <ste...@ei...> - 2001-05-23 13:23:04
|
On Wednesday 23 May 2001 14:59, you wrote: > I tried to compile the latest CVS, and got this error log, even with > line 70 commented out: > > cd /home/peter/DungeonMaker/sf2new/dungeonmaker/dungeonmaker/ > make -k 1) NEVER use -k. That kills some of the variables which the makefiles=20 needs. 2) You must ALWAYS run 'make' one time (more neither hurts nor=20 helps) from the top-most level, and any time you add a .h=20 file to libdm/*. That recreates the .h files in include/dm (symlinks on=20 a Unix machine, copies under Windows). Give that a try... ----- Stephan Beal Generic Universal Computer Guy ste...@ei... - http://www.einsurance.de Office: +49 (89) 552 92 862 Handy: +49 (179) 211 97 67 "Feel the fever coming. You're shaking and twitching. You can scratch all over but that won't stop you itching. Can you feel a little love?" -- Depeche Mode |