compiling quake3-1.32b on linux

Locked
ktt76
Posts: 2
Joined: Fri Nov 04, 2005 4:50 pm

compiling quake3-1.32b on linux

Post by ktt76 »

i am trying to compile quake3-1.32b-source and i get error :
make targets B=debugi386-glibc CFLAGS="-pipe -fsigned-char -g -Wall -Werror -DNO_MOUSEGRAB -O"
make[1]: Entering directory `/home/ktt76/peliohjelmointi/quake3-1.32b/code/unix'
make[1]: *** No rule to make target `..//ft2/ahoptim.c', needed by `debugi386-glibc/client/ahoptim.o'. Stop.
make[1]: Leaving directory `/home/ktt76/peliohjelmointi/quake3-1.32b/code/unix'
make: *** [build_debug] Error 2

any suggestions whats missing ?

i am using FC3 if that matters.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

You'll have better luck with the source from icculus.org's SVN repository.
ktt76
Posts: 2
Joined: Fri Nov 04, 2005 4:50 pm

Post by ktt76 »

thanks, that works just fine.
Locked