scippio
28-04-2007 01:48:07
Hi, I downloaded paginglandscape (from cvs) and when i compiling it:
( I have Arch Linux 0.8 ) Code:
Sry for my english...
( I have Arch Linux 0.8 ) Code:
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../PlugIns/PagingLandScape2/include -DOGRE_GUI_gtk -DOGRE_CONFIG_LITTLE_ENDIAN -I/usr/include/OGRE -g -O2 -MT OgrePagingLandScapeOcclusionElement.lo -MD -MP -MF .deps/OgrePagingLandScapeOcclusionElement.Tpo -c OgrePagingLandScapeOcclusionElement.cpp -fPIC -DPIC -o .libs/OgrePagingLandScapeOcclusionElement.o
In file included from OgrePagingLandScapeOcclusionElement.cpp:11:
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeOcclusionVisibilityData.h:45:28: warning: no newline at end of file
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeOcclusionElement.h:27: error: 'VisibleObjectsBoundsInfo' has not been declared
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeOcclusionElement.h:28: error: 'VisibleObjectsBoundsInfo' has not been declared
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeOcclusionElement.h:29: error: 'VisibleObjectsBoundsInfo' has not been declared
make[4]: *** [OgrePagingLandScapeOcclusionElement.lo] Error 1
make[4]: Leaving directory `/home/scippio/projects/soumrak/ogre_cvs/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/scippio/projects/soumrak/ogre_cvs/ogreaddons/paginglandscape/PlugIns/PagingLandScape2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/scippio/projects/soumrak/ogre_cvs/ogreaddons/paginglandscape/PlugIns'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/scippio/projects/soumrak/ogre_cvs/ogreaddons/paginglandscape'
make: *** [all] Error 2
Sry for my english...