Due to changes in the Ogre singleton API i got these compile errors:
OgreALListener.cpp:39:65: error: 'OgreAL::Listener Ogre::Singleton<ogreal::listener>::ms_Singleton' is not a static member of 'class Ogre::Singleton<ogreal::listener>'
OgreALListener.cpp: In static member function 'static OgreAL::Listener</ogreal::listener></ogreal::listener> OgreAL::Listener::getSingletonPtr()':
OgreALListener.cpp:75:10: error: 'ms_Singleton' was not declared in this scope
OgreALListener.cpp: In static member function 'static OgreAL::Listener& OgreAL::Listener::getSingleton()':
OgreALListener.cpp:80:3: error: 'ms_Singleton' was not declared in this scope
make[1]: *** [OgreALListener.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
OgreALSoundManager.cpp:39:73: error: 'OgreAL::SoundManager Ogre::Singleton<ogreal::soundmanager>::ms_Singleton' is not a static member of 'class Ogre::Singleton<ogreal::soundmanager>'
OgreALSoundManager.cpp: In static member function 'static OgreAL::SoundManager</ogreal::soundmanager></ogreal::soundmanager> OgreAL::SoundManager::getSingletonPtr()':
OgreALSoundManager.cpp:152:10: error: 'ms_Singleton' was not declared in this scope
OgreALSoundManager.cpp: In static member function 'static OgreAL::SoundManager& OgreAL::SoundManager::getSingleton()':
OgreALSoundManager.cpp:157:3: error: 'ms_Singleton' was not declared in this scope
In Order to fix that i had to apply the patch which is attached to this ticket. Could you please apply this change to the official code?
Sorry, i attached the wrong patch file. Take this instead.