Jump to content

alut.framework


1 post in this topic

Recommended Posts

Maybe somebody built it? I try to build framework as Carbon Framework. During linking i get this errors:

ld:

 

Undefined symbols:

_alBufferData

_alGenBuffers

_alGetError

_alcCloseDevice

_alcCreateContext

_alcDestroyContext

_alcGetContextsDevice

_alcGetCurrentContext

_alcGetError

_alcMakeContextCurrent

_alcOpenDevice

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutBufferData.o reference to undefined _alBufferData

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutBufferData.o reference to undefined _alGenBuffers

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutBufferData.o reference to undefined _alGetError

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alGetError

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcCloseDevice

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcCreateContext

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcDestroyContext

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcGetContextsDevice

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcGetCurrentContext

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcGetError

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcMakeContextCurrent

/Users/greenpoint/alut/build/alut.build/Release/alut.build/Objects-normal/i386/alutInit.o reference to undefined _alcOpenDevice

/usr/bin/libtool: internal link edit command failed

 

Whats wrong? OpenAL.framework I put in External Frameworks and Libraries.

Link to comment
Share on other sites

 Share

×
×
  • Create New...