LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   blender compile problem (https://www.linuxquestions.org/questions/linux-software-2/blender-compile-problem-221559/)

salahuddin_66 08-23-2004 10:53 PM

blender compile problem
 
hello

i am facing problem compiling blender

Code:

function)
SND_OpenALDevice.cpp: In destructor `virtual
  SND_OpenALDevice::~SND_OpenALDevice()':
SND_OpenALDevice.cpp:311: error: `alDeleteBuffers' undeclared (first use this
  function)
SND_OpenALDevice.cpp:314: error: `alDeleteSources' undeclared (first use this
  function)
SND_OpenALDevice.cpp:316: error: `alcDestroyContext' undeclared (first use this
  function)
SND_OpenALDevice.cpp:337: error: parse error before `)' token
SND_OpenALDevice.cpp: In member function `virtual SND_WaveSlot*
  SND_OpenALDevice::LoadSample(const STR_String&, void*, int)':
SND_OpenALDevice.cpp:364: error: `ALenum' undeclared (first use this function)
SND_OpenALDevice.cpp:364: error: parse error before `=' token
SND_OpenALDevice.cpp:389: error: `alutLoadWAVMemory' undeclared (first use this
  function)
SND_OpenALDevice.cpp:392: error: `alBufferData' undeclared (first use this
  function)
SND_OpenALDevice.cpp:404: error: `alutLoadWAV' undeclared (first use this
  function)
SND_OpenALDevice.cpp:411: error: `al_error' undeclared (first use this
  function)
SND_OpenALDevice.cpp:411: error: `alGetError' undeclared (first use this
  function)
SND_OpenALDevice.cpp:412: error: `AL_NO_ERROR' undeclared (first use this
  function)
SND_OpenALDevice.cpp:432: error: `alutUnloadWAV' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetDopplerVelocity(double) const':
SND_OpenALDevice.cpp:454: error: `alDopplerVelocity' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetDopplerFactor(double) const':
SND_OpenALDevice.cpp:462: error: `alDopplerFactor' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetListenerGain(float) const':
SND_OpenALDevice.cpp:489: error: `AL_GAIN' undeclared (first use this function)
SND_OpenALDevice.cpp:489: error: `alListenerf' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::InitListener()':
SND_OpenALDevice.cpp:508: error: `AL_POSITION' undeclared (first use this
  function)
SND_OpenALDevice.cpp:508: error: `alListenerfv' undeclared (first use this
  function)
SND_OpenALDevice.cpp:509: error: `AL_VELOCITY' undeclared (first use this
  function)
SND_OpenALDevice.cpp:510: error: `AL_ORIENTATION' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectBuffer(int, unsigned int)':
SND_OpenALDevice.cpp:522: error: `AL_BUFFER' undeclared (first use this
  function)
SND_OpenALDevice.cpp:522: error: `alSourcei' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual int
  SND_OpenALDevice::GetPlayState(int)':
SND_OpenALDevice.cpp:536: error: `AL_SOURCE_STATE' undeclared (first use this
  function)
SND_OpenALDevice.cpp:536: error: `alGetSourceiv' undeclared (first use this
  function)
SND_OpenALDevice.cpp:541: error: `AL_INITIAL' undeclared (first use this
  function)
SND_OpenALDevice.cpp:546: error: `AL_PLAYING' undeclared (first use this
  function)
SND_OpenALDevice.cpp:551: error: `AL_PAUSED' undeclared (first use this
  function)
SND_OpenALDevice.cpp:556: error: `AL_STOPPED' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::PlayObject(int)':
SND_OpenALDevice.cpp:573: error: `alSourcePlay' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::StopObject(int) const':
SND_OpenALDevice.cpp:584: error: `alSourcefv' undeclared (first use this
  function)
SND_OpenALDevice.cpp:587: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp:588: error: `AL_PITCH' undeclared (first use this
  function)
SND_OpenALDevice.cpp:589: error: `AL_FALSE' undeclared (first use this
  function)
SND_OpenALDevice.cpp:589: error: `alSourcei' undeclared (first use this
  function)
SND_OpenALDevice.cpp:590: error: `alSourceStop' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::StopAllObjects()':
SND_OpenALDevice.cpp:598: error: `alSourceStopv' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::PauseObject(int) const':
SND_OpenALDevice.cpp:606: error: `alSourcePause' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectPitch(int, double) const':
SND_OpenALDevice.cpp:618: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectGain(int, double) const':
SND_OpenALDevice.cpp:626: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectLoop(int, unsigned int) const':
SND_OpenALDevice.cpp:637: error: `alSourcei' undeclared (first use this
  function)
SND_OpenALDevice.cpp:640: error: `AL_TRUE' undeclared (first use this function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectMinGain(int, double) const':
SND_OpenALDevice.cpp:652: error: `AL_MIN_GAIN' undeclared (first use this
  function)
SND_OpenALDevice.cpp:652: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectMaxGain(int, double) const':
SND_OpenALDevice.cpp:659: error: `AL_MAX_GAIN' undeclared (first use this
  function)
SND_OpenALDevice.cpp:659: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectRollOffFactor(int, double) const':
SND_OpenALDevice.cpp:666: error: `AL_ROLLOFF_FACTOR' undeclared (first use this
  function)
SND_OpenALDevice.cpp:666: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectReferenceDistance(int, double) const':
SND_OpenALDevice.cpp:673: error: `AL_REFERENCE_DISTANCE' undeclared (first use
  this function)
SND_OpenALDevice.cpp:673: error: `alSourcef' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::ObjectIs2D(int) const':
SND_OpenALDevice.cpp:684: error: `alSourcefv' undeclared (first use this
  function)
SND_OpenALDevice.cpp: In member function `virtual void
  SND_OpenALDevice::SetObjectTransform(int, const MT_Vector3&, const
  MT_Vector3&, const MT_Matrix3x3&, const MT_Vector3&, const MT_Scalar&) const
  ':
SND_OpenALDevice.cpp:704: error: `alSourcefv' undeclared (first use this
  function)
{standard input}: Assembler messages:
{standard input}:61: Error: symbol `freq' is already defined
{standard input}:67: Error: symbol `data' is already defined
{standard input}:79: Error: symbol `loop' is already defined
make[3]: *** [/home/salahuddin/del/blender/blender-2.34/obj/linux-glibc2.3.2-i386/intern/OpenALSoundSystem/SND_OpenALDevice.o] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
bash-2.05b$

how can i fix it


All times are GMT -5. The time now is 08:56 AM.