xabila
05-03-2007 21:07:28
Hi all, i just finished building OgreAL on linux, so this is what we need to change :
1> the configure.ac with OIS
PKG_CHECK_MODULES(OIS, OIS)
And
AC_SUBST(OGREAL_CFLAGS,"$OGRE_CFLAGS $VORBIS_FLAGS $OPENAL_FLAGS $OIS_CFLAGS")
AC_SUBST(OGREAL_LIBS, "$OGRE_LIBS $VORBIS_LIBS $OPENAL_LIBS $OIS_LIBS")
2> numKeyboards to numKeyBoards
ie in Listener on all démo: if(mInputManager->numKeyBoards() > 0)
3> OGRE_EXCEPT to throw Ogre::exception ...
And there is a problem with the sed in make install.
After it works.
1> the configure.ac with OIS
PKG_CHECK_MODULES(OIS, OIS)
And
AC_SUBST(OGREAL_CFLAGS,"$OGRE_CFLAGS $VORBIS_FLAGS $OPENAL_FLAGS $OIS_CFLAGS")
AC_SUBST(OGREAL_LIBS, "$OGRE_LIBS $VORBIS_LIBS $OPENAL_LIBS $OIS_LIBS")
2> numKeyboards to numKeyBoards
ie in Listener on all démo: if(mInputManager->numKeyBoards() > 0)
3> OGRE_EXCEPT to throw Ogre::exception ...
And there is a problem with the sed in make install.
After it works.