gistenjunge
01-12-2005 16:38:03
Hi,
I get several compile errors when trying to compile the CVS version on Linux.
Seems like at least OgrePagingLandscapeCallback.h and PagingLandscapeDelegate are missing.
Or am I missing something?
Thanks for any help.
Here's my make output:
I get several compile errors when trying to compile the CVS version on Linux.
Seems like at least OgrePagingLandscapeCallback.h and PagingLandscapeDelegate are missing.
Or am I missing something?
Thanks for any help.
Here's my make output:
make[4]: Entering directory `/home/reilm/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/src'
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../PlugIns/PagingLandScape2/include -I/usr/local/include/OGRE -g -O2 -MT OgrePagingLandScapeListenerManager.lo -MD -MP -MF ".deps/OgrePagingLandScapeListenerManager.Tpo" \
-c -o OgrePagingLandScapeListenerManager.lo `test -f 'OgrePagingLandScapeListenerManager.cpp' || echo './'`OgrePagingLandScapeListenerManager.cpp; \
then mv -f ".deps/OgrePagingLandScapeListenerManager.Tpo" ".deps/OgrePagingLandScapeListenerManager.Plo"; \
else rm -f ".deps/OgrePagingLandScapeListenerManager.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../PlugIns/PagingLandScape2/include -I/usr/local/include/OGRE -g -O2 -MT OgrePagingLandScapeListenerManager.lo -MD -MP -MF .deps/OgrePagingLandScapeListenerManager.Tpo -c OgrePagingLandScapeListenerManager.cpp -fPIC -DPIC -o .libs/OgrePagingLandScapeListenerManager.o
In file included from ../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:30,
from OgrePagingLandScapeListenerManager.cpp:25:
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeCallBackEvent.h:5:41: OgrePagingLandscapeCallback.h: No such file or directory
In file included from ../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:30,
from OgrePagingLandScapeListenerManager.cpp:25:
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeCallBackEvent.h:35: error: syntax
error before `::' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeCallBackEvent.h:37:44: warning: no newline at end of file
In file included from OgrePagingLandScapeListenerManager.cpp:25:
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:103: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:103: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:103: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:103: error: (use
`=' to initialize static data members)
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:103: error: variable
or field `addTerrainListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:104: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:104: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:104: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:104: error: variable
or field `removeTerrainListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:109: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:109: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:109: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:109: error: variable
or field `addPreloadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:110: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:110: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:110: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:110: error: variable
or field `removePreloadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:113: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:113: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:113: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:113: error: variable
or field `addShowPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:114: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:114: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:114: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:114: error: variable
or field `removeShowPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:117: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:117: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:117: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:117: error: variable
or field `addHidePageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:118: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:118: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:118: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:118: error: variable
or field `removeHidePageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:121: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:121: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:121: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:121: error: variable
or field `addLoadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:122: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:122: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:122: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:122: error: variable
or field `removeLoadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:125: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:125: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:125: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:125: error: variable
or field `addModifyPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:126: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:126: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:126: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:126: error: variable
or field `removeModifyPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:129: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:129: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:129: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:129: error: variable
or field `addPostunloadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:130: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:130: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:130: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:130: error: variable
or field `removePostunloadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:133: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:133: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:133: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:133: error: variable
or field `addUnloadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:134: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:134: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:134: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:134: error: variable
or field `removeUnloadPageListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:139: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:139: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:139: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:139: error: variable
or field `addShowTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:140: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:140: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:140: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:140: error: variable
or field `removeShowTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:143: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:143: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:143: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:143: error: variable
or field `addHideTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:144: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:144: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:144: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:144: error: variable
or field `removeHideTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:147: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:147: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:147: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:147: error: variable
or field `addLoadTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:148: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:148: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:148: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:148: error: variable
or field `removeLoadTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:151: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:151: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:151: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:151: error: variable
or field `addModifyTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:152: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:152: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:152: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:152: error: variable
or field `removeModifyTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:155: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:155: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:155: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:155: error: variable
or field `addUnloadTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:156: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:156: error: `
pl' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:156: error: invalid
data member initialization
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:156: error: variable
or field `removeUnloadTileListener' declared void
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:163: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:163: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:165: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:165: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:166: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:166: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:167: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:167: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:168: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:168: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:169: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:169: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:170: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:170: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:171: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:171: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:174: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:174: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:175: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:175: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:176: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:176: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:177: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:177: error: syntax
error before `>' token
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:178: error: `
PagingLandscapeDelegate' was not declared in this scope
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeListenerManager.h:178: error: syntax
error before `>' token
OgrePagingLandScapeListenerManager.cpp: In destructor `
Ogre::PagingLandScapeListenerManager::~PagingLandScapeListenerManager()':
OgrePagingLandScapeListenerManager.cpp:48: error: `mTerrainReadyListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:48: error: (Each undeclared identifier
is reported only once for each function it appears in.)
OgrePagingLandScapeListenerManager.cpp:50: error: `mShowPageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:51: error: `mHidePageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:52: error: `mPreloadPageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:53: error: `mLoadPageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:54: error: `mUnloadPageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:55: error: `mPostunloadPageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:56: error: `mModifyPageListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:59: error: `mShowTileListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:60: error: `mHideTileListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:61: error: `mLoadTileListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:62: error: `mUnloadTileListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:63: error: `mModifyTileListeners'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::firePagePreloaded(unsigned int,
unsigned int, const Real*, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:76: error: `PagingLandscapeDelegate'
undeclared (first use this function)
OgrePagingLandScapeListenerManager.cpp:76: error: syntax error before `>' token
OgrePagingLandScapeListenerManager.cpp:77: error: `it' undeclared (first use
this function)
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::firePageLoaded(unsigned int, unsigned
int, const Real*, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:88: error: syntax error before `>' token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::firePageUnloaded(unsigned int,
unsigned int, const Real*, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:100: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::firePagePostunloaded(unsigned int,
unsigned int)':
OgrePagingLandScapeListenerManager.cpp:112: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::firePageShow(unsigned int, unsigned
int, const Real*, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:124: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::firePageHide(unsigned int, unsigned
int, const Real*, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:136: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::fireTileLoaded(unsigned int, unsigned
int, unsigned int, unsigned int, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:148: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::fireTileUnloaded(unsigned int,
unsigned int, unsigned int, unsigned int, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:160: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::fireTileDeformed(unsigned int,
unsigned int, unsigned int, unsigned int, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:172: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::fireTileShow(unsigned int, unsigned
int, unsigned int, unsigned int, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:184: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::fireTileHide(unsigned int, unsigned
int, unsigned int, unsigned int, const Ogre::AxisAlignedBox&)':
OgrePagingLandScapeListenerManager.cpp:196: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `void
Ogre::PagingLandScapeListenerManager::fireTerrainReady()':
OgrePagingLandScapeListenerManager.cpp:207: error: syntax error before `>'
token
OgrePagingLandScapeListenerManager.cpp: In member function `bool
Ogre::PagingLandScapeListenerManager::setOption(const Ogre::String&, const
void*)':
OgrePagingLandScapeListenerManager.cpp:215: error: `d' undeclared (first use
this function)
OgrePagingLandScapeListenerManager.cpp:215: error: syntax error before `*'
token
OgrePagingLandScapeListenerManager.cpp: At global scope:
OgrePagingLandScapeListenerManager.cpp:361: error: `pl' was not declared in
this scope
OgrePagingLandScapeListenerManager.cpp:362: error: variable or field `
addTerrainListener' declared void
OgrePagingLandScapeListenerManager.cpp:362: error: `int
Ogre::PagingLandScapeListenerManager::addTerrainListener' is not a static
member of `class Ogre::PagingLandScapeListenerManager'
OgrePagingLandScapeListenerManager.cpp:362: error: syntax error before `{'
token
OgrePagingLandScapeListenerManager.cpp:366: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:371: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:376: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:381: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:386: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:391: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:396: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:401: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:406: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:411: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:416: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:421: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:426: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:431: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:436: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:441: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:446: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:451: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:456: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:461: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:466: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:471: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:476: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:481: error: syntax error before `::'
token
OgrePagingLandScapeListenerManager.cpp:486: error: syntax error before `::'
token
make[4]: *** [OgrePagingLandScapeListenerManager.lo] Error 1
make[4]: Leaving directory `/home/reilm/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/reilm/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/reilm/ogre/ogreaddons/paginglandscape/PlugIns'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/reilm/ogre/ogreaddons/paginglandscape'