Compiling problem on linux

alphasnd

23-05-2008 22:41:58

Hello,

I'm trying to compile OgreAL on linux and all the files compile fine except one, which fails with the following error:

OgreALSoundManager.cpp: In member function «void OgreAL::SoundManager::UpdateSound::operator()(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OgreAL::Sound*>) const»:
../include/OgreALSound.h:317: error: «virtual bool OgreAL::Sound::updateSound()» is protected
OgreALSoundManager.cpp:287: error within context


I'm compiling from the SVN (branch OgreAL-Eihort). g++ is 4.0.3. Is it a known issue ?