I'm having trouble getting the game engine, AlephOne, to compile. I downloaded the source code from:
http://source.bungie.org/
The instructions say that for BeOS use:
make -f Makefile.BeOS install
When I do that I get the response:
Makefile.BeOS:208: *** target file `install' has both : and :: entries. Stop.
Lines 207-208 in the file are:
INSTALLDIR = /boot/home/AlephOne
install: $(TARGET)
Next, I attempted to compile using the standard configure file, but it can't seem to find SDL even though SDL 1.2.4 is installed from haikuware:
checking for sdl-config... /boot/common/bin/sdl-config
checking for SDL - version >= 1.2.0... no
*** Could not run SDL test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SDL or finding the wrong
*** version of SDL. If it is not finding SDL, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: You need SDL 1.2 to run Aleph One.
Could anyone tell me what I'm doing wrong? Thank you for your time!