DOOM 3 SDK Makefile
October 23rd, 2004 by Crusaderdoom3linux pointed out this thread @ Doom 3 World, where an enterprising mod author has posted a Makefile that will allow the DOOM 3 SDK to compile on Linux with gcc. There’s still no Linux installer for the SDK (just the Win32 .exe), but this should allow teams to port their mods relatively painlessly until an official Linux SDK package is released.




October 23rd, 2004 at 8:33 pm
well, i tried their makefile, and i’m not sure what i’m missing but whenever i execute it:
make: *** No rule to make target `/home/ashridah/sdk/game/AF.o’, needed by `gamex86.so’. Stop.
now, this suggests that their rule for :
.cpp.o:
$(GCC) -c -D GAME_DLL $*.cpp -o $*.o
has failed to kick in.
(yes, I know makefiles have weird usages of tabs, I’ve got all that working.)
anyone got any suggestions?