Compiling Error : Checking FreeAlut... failed
Moderators: jesterKing, stiv
-
- Posts: 0
- Joined: Mon Jul 31, 2006 5:19 pm
Compiling Error : Checking FreeAlut... failed
Hi,
I'm trying to install blender with scons but... There's a strange error about the freealut lib.
I can't fix it alone !
I send to you an extract of the compiling history :
Compiling ==> 'SND_OpenALDevice.cpp'
intern/SoundSystem/openal/SND_OpenALDevice.cpp:48:21: 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' u ndeclared (first use this function)
intern/SoundSystem/openal/SND_OpenALDevice.cpp:433: error: (Each undeclared iden tifier is reported only once for each function it appears in.)
intern/SoundSystem/openal/SND_OpenALDevice.cpp:448: error: `alutLoadWAVFile' und eclared (first use this function)
intern/SoundSystem/openal/SND_OpenALDevice.cpp:476: error: `alutUnloadWAV' undec lared (first use this function)
scons: *** [/root/Desktop/Blender/build/linux2/intern/SoundSystem/openal/SND_Ope nALDevice.o] Error 1
scons: building terminated because of errors.
If somebody has an idea... please, help me.
I thank you in advance
Dave
I'm trying to install blender with scons but... There's a strange error about the freealut lib.
I can't fix it alone !
I send to you an extract of the compiling history :
Compiling ==> 'SND_OpenALDevice.cpp'
intern/SoundSystem/openal/SND_OpenALDevice.cpp:48:21: 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' u ndeclared (first use this function)
intern/SoundSystem/openal/SND_OpenALDevice.cpp:433: error: (Each undeclared iden tifier is reported only once for each function it appears in.)
intern/SoundSystem/openal/SND_OpenALDevice.cpp:448: error: `alutLoadWAVFile' und eclared (first use this function)
intern/SoundSystem/openal/SND_OpenALDevice.cpp:476: error: `alutUnloadWAV' undec lared (first use this function)
scons: *** [/root/Desktop/Blender/build/linux2/intern/SoundSystem/openal/SND_Ope nALDevice.o] Error 1
scons: building terminated because of errors.
If somebody has an idea... please, help me.
I thank you in advance
Dave
Les plus belles choses existent déjà...
-
- Posts: 0
- Joined: Tue Jan 04, 2005 10:25 pm
Do you have openal source installed on your system?
If you want you can compile without this, in your blender source root there is a directory called config, inside copy linux2-config.py in the blender source root, rename it user-config.py
In this file you can setup what you want, and for openal set false to the line : WITH_BF_OPENAL =
Now you can continu to compile
If you want you can compile without this, in your blender source root there is a directory called config, inside copy linux2-config.py in the blender source root, rename it user-config.py
In this file you can setup what you want, and for openal set false to the line : WITH_BF_OPENAL =
Now you can continu to compile
-
- Posts: 0
- Joined: Mon Jul 31, 2006 5:19 pm
Well, this fixed the first problem... Thank you
But now, there is a hurricane of errors during the BPY_interface.c compilation...
This is the firt five errors :
Compiling ==> 'BPY_interface.c'
source/blender/python/BPY_interface.c:34:20: Python.h: No such file or directory
source/blender/python/BPY_interface.c:36:59: compile.h: No such file or directory
source/blender/python/BPY_interface.c:37:58: eval.h: No such file or directory
In file included from source/blender/python/BPY_interface.c:56:
source/blender/python/api2_2x/constant.h:36:20: Python.h: No such file or directory
In file included from source/blender/python/BPY_interface.c:56:
source/blender/python/api2_2x/constant.h:41: error: syntax error before "constant_Type"
Do you know what the problem is?
But now, there is a hurricane of errors during the BPY_interface.c compilation...
This is the firt five errors :
Compiling ==> 'BPY_interface.c'
source/blender/python/BPY_interface.c:34:20: Python.h: No such file or directory
source/blender/python/BPY_interface.c:36:59: compile.h: No such file or directory
source/blender/python/BPY_interface.c:37:58: eval.h: No such file or directory
In file included from source/blender/python/BPY_interface.c:56:
source/blender/python/api2_2x/constant.h:36:20: Python.h: No such file or directory
In file included from source/blender/python/BPY_interface.c:56:
source/blender/python/api2_2x/constant.h:41: error: syntax error before "constant_Type"
Do you know what the problem is?
Les plus belles choses existent déjà...
-
- Posts: 0
- Joined: Tue Jan 04, 2005 10:25 pm
Do you download the lib directory in CVS or the dev package of python, I don't know I compile under windows
Last edited by lguillaume on Fri Aug 11, 2006 6:44 pm, edited 1 time in total.
-
- Posts: 0
- Joined: Mon Jul 31, 2006 5:19 pm
-
- Posts: 0
- Joined: Mon Jul 31, 2006 5:19 pm
-
- Posts: 0
- Joined: Mon Jul 31, 2006 5:19 pm
Je crois que tu es français... n'est-ce pas ?
C'est tout de même mieux de parler dans sa langue maternelle...
Bon... Lorsque j'ai installé Linux, Python était déjà installé... Faudrait-il le réinstaller autrement ? J'avoue ne pas bien comprendre pourquoi tout est si compliqué...
Well... When I installed Linux on my PC, Python was already installed... Should I install it again ? You know, really, I don't understand why it is so complex...
C'est tout de même mieux de parler dans sa langue maternelle...

Bon... Lorsque j'ai installé Linux, Python était déjà installé... Faudrait-il le réinstaller autrement ? J'avoue ne pas bien comprendre pourquoi tout est si compliqué...
Well... When I installed Linux on my PC, Python was already installed... Should I install it again ? You know, really, I don't understand why it is so complex...
Last edited by Dave Ridic on Fri Aug 11, 2006 10:43 pm, edited 1 time in total.
Les plus belles choses existent déjà...
-
- Posts: 0
- Joined: Tue Jan 04, 2005 10:25 pm
Oui je suis français, mais ça n'aidera pas les autres et les non francophones ne pourront pas t'aidés.
Python est installé mais peut être pas les paquets pour les développeurs, regarde si tu as le paquet dev de python d'installé.
Et je n'ai jamais utilisé synaptic donc peut pas t'aider pour le choix du paquet.
Python is installed but perhaps not the dev package, look to see if you have it.
I never used Synaptic so I can't help you for what package you have to take.
Python est installé mais peut être pas les paquets pour les développeurs, regarde si tu as le paquet dev de python d'installé.
Et je n'ai jamais utilisé synaptic donc peut pas t'aider pour le choix du paquet.
Python is installed but perhaps not the dev package, look to see if you have it.
I never used Synaptic so I can't help you for what package you have to take.
-
- Posts: 0
- Joined: Mon Jul 31, 2006 5:19 pm
Thank you for your help...
You were right, I have not installed the python-dev package.
This error was fixed. But there is an other compiling error about openEXR library...
But I think I am able to fix it by myself... thanks to you.
I hope you'll be here if there is an other problem.
Thank you very much guys
You were right, I have not installed the python-dev package.
This error was fixed. But there is an other compiling error about openEXR library...
But I think I am able to fix it by myself... thanks to you.
I hope you'll be here if there is an other problem.

Thank you very much guys
Les plus belles choses existent déjà...