|
From: Julian S. <ju...@op...> - 2021-12-27 13:12:30
|
On Mon, 27 Dec 2021 07:40:42 -0500 wki...@gm... wrote: > On 12/27/21 6:50 AM, Julian Smith wrote: > > I've also tried deleting the entire .../build/flightgear and simgear > > directories but i still get the same error: > > > > /home/jules/flightgear-remote/dac/flightgear/3rdparty/iaxclient/lib/audio_openal.c:7:10: fatal error: al.h: No such file or directory > > 7 | #include <al.h> > > what does "sudo apt-get install libopenal-dev" tell you? > "libopenal-dev is already the newest version (1:1.19.1-2)." So package libopenal-dev is installed. And /usr/include/AL/al.h exists, for example. Presumably cmake should be specifying '-I /usr/include/AL' when compiling? Thanks, - Jules -- http://op59.net |