Hi all, i get these errors when i try to compile blender from CVS. I run Archlinux -Testing (if it makes any sense). i have been able to build Blender from CVS up to ver 2.41.
scons: done reading SConscript files.
scons: Building targets ...
Compiling ==> 'SND_OpenALDevice.cpp'
intern/SoundSystem/openal/SND_OpenALDevice.cpp:48:21: error: AL/alut.h: No such file or directory
intern/SoundSystem/openal/SND_OpenALDevice.cpp: In member function 'virtual SND_WaveSlot* SND_OpenALDevice::LoadSample(const STR_String&, void*, int)':
intern/SoundSystem/openal/SND_OpenALDevice.cpp:433: error: 'alutLoadWAVMemory' was not declared in this scope
intern/SoundSystem/openal/SND_OpenALDevice.cpp:448: error: 'alutLoadWAVFile' was not declared in this scope
intern/SoundSystem/openal/SND_OpenALDevice.cpp:476: error: 'alutUnloadWAV' was not declared in this scope
scons: *** [/home/napoleon/blenderdev/build/linux2/intern/SoundSystem/openal/SND_OpenALDevice.o] Error 1
scons: building terminated because of errors.
[napoleon@archlinux blender]$
Whats going on here and how may i fix it? Thnx all.
/home/napoleon/blenderdev/build/linux2/lib/libbf_soundsystem.a(SND_OpenALDevice.o): In function `SND_OpenALDevice::LoadSample(STR_String const&, void*, int)':
SND_OpenALDevice.cpp:(.text+0x4ca): undefined reference to `alutLoadWAVMemory'
SND_OpenALDevice.cpp:(.text+0x565): undefined reference to `alutUnloadWAV'
SND_OpenALDevice.cpp:(.text+0x5d2): undefined reference to `alutLoadWAVFile'
collect2: ld returned 1 exit status
scons: *** [/home/napoleon/blenderdev/build/linux2/bin/blender] Error 1
scons: building terminated because of errors.
[napoleon@archlinux blender]$ scons