Compiling Blender

When attempting to compile Blender under Debian 3.0 (Linux Kernel 2.6.8) I get the following errors… the system is an HP PA-RISC workstation:

SND_OpenALDevice.cpp:707: error: alSourcefv' undeclared (first use this function) {standard input}: Assembler messages: {standard input}:61: Error: symbolfreq’ is already defined
{standard input}:67: Error: symbol data' is already defined {standard input}:79: Error: symbolloop’ is already defined
make[3]: *** [/home/jperalta/blender-2.35/obj/linux-glibc2.3.2-parisc/intern/OpenALSoundSystem/SND_OpenALDevice.o] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

Are you using the makefiles or Scons?

Martin

makefile

Then I suggest you try Scons. For people not familiar with the build options available with blender, using the makefiles could be a hard task.

Also, I suggest you direct all such questions over at http://www.blender.org the official developpers site.

Martin