<div dir="ltr"><div><div><div><div>So after branching callipygous, I did my first test-compile, and it failed with:<br><br>james@ghostorchid:~/tmp/ohr/rel/callipygous$ scons<br>scons: Reading SConscript files ...<br>scons: done reading SConscript files.<br>scons: Building targets ...<br>reloadbasic/reloadbasic.py --careful bmod.rbas -o build/bmod.rbas.bas<br>fbc -c build/bmod.rbas.bas -o build/bmod.rbas.o -mt -exx -g -O 2 -d DATAFILES='"/usr/share/games/ohrrpgce"' -d IS_GAME -m game<br>reloadbasic/reloadbasic.py --careful menustuf.rbas -o build/menustuf.rbas.bas<br>fbc -c build/menustuf.rbas.bas -o build/menustuf.rbas.o -mt -exx -g -O 2 -d DATAFILES='"/usr/share/games/ohrrpgce"' -d IS_GAME -m game<br>reloadbasic/reloadbasic.py --careful moresubs.rbas -o build/moresubs.rbas.bas<br>fbc -c build/moresubs.rbas.bas -o build/moresubs.rbas.o -mt -exx -g -O 2 -d DATAFILES='"/usr/share/games/ohrrpgce"' -d IS_GAME -m game<br>reloadbasic/reloadbasic.py --careful savegame.rbas -o build/savegame.rbas.bas<br>scons: *** [build/savegame.rbas.o] Implicit dependency `ver.txt' not found, needed by target `build/savegame.rbas.o'.<br>scons: building terminated because of errors.<br><br></div>I then checked and confirmed that ver.txt definitely did exist, so I just ran scons again, and this time it worked with no problems.<br><br></div>This was on my Linux box. The same thing happened on my Mac's first callipygous build, and again, just re-running scons fixed it<br><br></div>The first windows build had no such issue.<br><br>---<br></div>James<br><br></div>