LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-23-2004, 10:53 PM   #1
salahuddin_66
Member
 
Registered: Jan 2004
Location: Dhaka, Bangladesh
Distribution: Debian, Gentoo
Posts: 283

Rep: Reputation: 30
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem installing blender wisdom Linux - Software 0 06-15-2005 09:25 AM
blender python problem kenji Linux - Software 1 03-14-2005 12:20 PM
ntop compile/post-compile problem? tjb Linux - Software 3 12-28-2004 04:22 PM
blender problem paulmedic555 Linux - Software 1 05-15-2004 08:02 PM
Problem installing Blender tissue Linux - Software 2 12-28-2002 09:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration