Page 1 of 1

compiling quake3-1.32b on linux

Posted: Fri Nov 04, 2005 5:10 pm
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.

Posted: Fri Nov 04, 2005 9:25 pm
by ^misantropia^
You'll have better luck with the source from icculus.org's SVN repository.

Posted: Wed Nov 09, 2005 1:48 pm
by ktt76
thanks, that works just fine.