ghoulsblade wrote:
what kind of linux do you have ?
you don't need to compile openal yourself on ubuntu, debian, etc, there is a binary package for it.
(you probably DO need to compile ogre, as we use the newest version available and there probably aren't binary packages for that yet)
I have slacware 11. Then firs i need to compile ogre pkg?
Quote:
try doing this as superuser :
apt-get install libopenal-dev libopenal0a
Nothig happen
Quote:
also on the forum thread you linked the problem was that the harddrive where he wanted to compile was mounted with "noexec" param, so he couldn't execute some program.
Haha! Many thanks @ghouls it was on ext2 then Ive tried to compile in root folder and it works
.
if you really have to compile openal, its better to try on a normal linux partition (ext2 ext3 reiser...) than on ntfs, as not all kernels might have full support for the ntfs filesystem yet.
Quote:
EDIT : by the way, have you tried compiling iris without openal ? we use fmod3.x by default instead of openal
I need openal when i give command sh ./configure in iris folder there is a warnig.
But its working now
. It was so simple
.