I am using the unstable tree on 64 bit platform.
Code:
==== Building lugrelib ====
lugre_texatlas.cpp
lugre_texatlas_L.cpp
lugre_bitmask.cpp
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4/ext/hash_map:64,
from /usr/include/OGRE/OgreStdHeaders.h:38,
from /usr/include/OGRE/OgreMemoryManager.h:46,
from /usr/include/OGRE/OgrePrerequisites.h:87,
from /usr/include/OGRE/Ogre.h:32,
from lugre/include/lugre_bitmask.h:28,
from lugre/src/lugre_bitmask.cpp:2:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4/ext/hash_map:64,
from /usr/include/OGRE/OgreStdHeaders.h:38,
from /usr/include/OGRE/OgreMemoryManager.h:46,
from /usr/include/OGRE/OgrePrerequisites.h:87,
from /usr/include/OGRE/Ogre.h:32,
from lugre/include/lugre_texatlas.h:28,
from lugre/src/lugre_texatlas.cpp:2:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4/ext/hash_map:64,
from /usr/include/OGRE/OgreStdHeaders.h:38,
from /usr/include/OGRE/OgreMemoryManager.h:46,
from /usr/include/OGRE/OgrePrerequisites.h:87,
from /usr/include/OGRE/OgreVector3.h:32,
from lugre/include/lugre_fifo.h:35,
from lugre/include/lugre_gfx3D.h:27,
from lugre/include/lugre_luabind.h:29,
from lugre/src/lugre_texatlas_L.cpp:2:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
lugre/src/lugre_texatlas.cpp: In member function 'void Lugre::cTexAtlas::MakeImage(Ogre::Image&)':
lugre/src/lugre_texatlas.cpp:90: error: 'MEMCATEGORY_GENERAL' is not a member of 'Ogre'
lugre/src/lugre_texatlas.cpp:90: error: 'OGRE_MALLOC' was not declared in this scope
make[1]: *** [obj/Release/lugre_texatlas.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [lugrelib] Error 2
18:54:42^cr0t@amy:~/Programs/iris/