Page 1 of 1
Can't seem to compile the latest git. Alpha 19
Posted: Mon Sep 02, 2013 8:52 pm UTC
by JOURNEYMAN
I get the following error when trying to compile the latest git. git reset and make clean didn't work this time.
In file included from /home/Monk/Games/Unvanquished/src/engine/client/qal.c:30:0:
/home/Monk/Games/Unvanquished/src/engine/client/qal.h:37:20: fatal error: AL/al.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/client.dir/src/engine/client/qal.c.o] Error 1
make[1]: *** [CMakeFiles/client.dir/all] Error 2
make: *** [all] Error 2
Re: Can't seem to compile the latest git. Alpha 19
Posted: Mon Sep 02, 2013 11:21 pm UTC
by Ishq
Make sure the OpenAL headers are in the AL dir in /usr/include
Re: Can't seem to compile the latest git. Alpha 19
Posted: Tue Sep 03, 2013 1:03 am UTC
by JOURNEYMAN
The OpenAL headers were not installed on my system for some reason After installing those, I was able to compile normally. The game runs normally as well, albeit a bit ugly without the high poly models. On the plus side the fps has improved somewhat.