compiling with gcc 4.1.1

plaf

11-08-2006 06:47:03

I've been noticing this a lot with other programs, and it seems its struck true with PLSM2. I just checked out the plsm2 from cvs last night, and when I ran make, this came up

../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeOptions.h:66: error: extra qualification 'Ogre::PagingLandScapeOptions::' on member 'getMapFilename'
make[4]: *** [OgrePagingLandScapeCamera.lo] Error 1
make[4]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape/PlugIns/PagingLandScape2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape/PlugIns'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape'
make: *** [all] Error 2


Its easy to solve, I'm just worried about licensing issues, since I'm using plsm2 in a commercial game. So if the devs could kindly see to this, it'd be much appreciated.

plaf

12-08-2006 06:24:25

extra qualifications appear in 5 other files too, not to mention that when I fixed then, I opened up a floodgate of errors:
In file included from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:40,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2Application.h:12:32: error: Exam pleApplication.h: No such file or directory
In file included from ../../../PlugIns/PagingLandScape2/include/OgrePagingLandSc apeListenerManager.h:30,
from ../../../Samples/Common/include/PagingLandScape2Applicatio n.h:20,
from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:40,
from PagingLandScape.cpp:34:
../../../PlugIns/PagingLandScape2/include/OgrePagingLandScapeCallBackEvent.h:37: 44: warning: no newline at end of file
In file included from ../../../Samples/Common/include/PagingLandScape2Applicatio n.h:23,
from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:40,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2Terrainlistener.h:202:20: warnin g: extra tokens at end of #endif directive
../../../Samples/Common/include/PagingLandScape2Terrainlistener.h:241:7: warning : no newline at end of file
In file included from ../../../Samples/Common/include/PagingLandScape2Applicatio n.h:24,
from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:40,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2Overlay.h:78:3: warning: no newl ine at end of file
In file included from ../../../Samples/Common/include/PagingLandScape2Applicatio n.h:25,
from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:40,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:638:7: warning: no newline at end of file
In file included from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:40,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2Application.h:255:7: warning: no newline at end of file
In file included from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:41,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:638:7: warning: no newline at end of file
In file included from ../../../Samples/PagingLandScape2/include/PagingLandScape. h:42,
from PagingLandScape.cpp:34:
../../../Samples/Common/include/PagingLandScape2Terrainlistener.h:241:7: warning : no newline at end of file
../../../Samples/Common/include/PagingLandScape2Overlay.h: In member function ‘v oid CursorOverlayElement::mouseMoved(Ogre::MouseEvent*)’:
../../../Samples/Common/include/PagingLandScape2Overlay.h:67: error: invalid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2Overlay.h:68: error: invalid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: At global scope :
../../../Samples/Common/include/PagingLandScape2FrameListener.h:6: error: invali d use of undefined type ‘struct Ogre::KeyListener’
/usr/include/OGRE/OgrePrerequisites.h:247: error: forward declaration of ‘struct Ogre::KeyListener’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:6: error: invali d use of undefined type ‘struct Ogre::MouseListener’
/usr/include/OGRE/OgrePrerequisites.h:269: error: forward declaration of ‘struct Ogre::MouseListener’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:6: error: invali d use of undefined type ‘struct Ogre::MouseMotionListener’
/usr/include/OGRE/OgrePrerequisites.h:270: error: forward declaration of ‘struct Ogre::MouseMotionListener’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In constructor ‘PagingLandScapeFrameListener::PagingLandScapeFrameListener(Ogre::RenderWindow*, Ogre::Camera*, bool, bool)’:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:56: error: no ma tching function for call to ‘Ogre::EventProcessor::addKeyListener(PagingLandScap eFrameListener* const)’
/usr/include/OGRE/OgreKeyTarget.h:59: note: candidates are: void Ogre::KeyTarget ::addKeyListener(Ogre::KeyListener*)
../../../Samples/Common/include/PagingLandScape2FrameListener.h:57: error: no ma tching function for call to ‘Ogre::EventProcessor::addMouseListener(PagingLandSc apeFrameListener* const)’
/usr/include/OGRE/OgreMouseTarget.h:68: note: candidates are: void Ogre::MouseTa rget::addMouseListener(Ogre::MouseListener*)
../../../Samples/Common/include/PagingLandScape2FrameListener.h:58: error: no ma tching function for call to ‘Ogre::EventProcessor::addMouseMotionListener(Paging LandScapeFrameListener* const)’
/usr/include/OGRE/OgreMouseMotionTarget.h:65: note: candidates are: void Ogre::M ouseMotionTarget::addMouseMotionListener(Ogre::MouseMotionListener*)
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mouseClicked(Ogre::MouseEvent*)’ :
../../../Samples/Common/include/PagingLandScape2FrameListener.h:107: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:107: error: inco mplete type ‘Ogre::MouseEvent’ used in nested name specifier
../../../Samples/Common/include/PagingLandScape2FrameListener.h:111: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mouseEntered(Ogre::MouseEvent*)’ :
../../../Samples/Common/include/PagingLandScape2FrameListener.h:116: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mouseExited(Ogre::MouseEvent*)’:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:121: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mouseMoved(Ogre::MouseEvent*)’:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:126: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:128: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:129: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:136: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mouseDragged(Ogre::MouseEvent*)’ :
../../../Samples/Common/include/PagingLandScape2FrameListener.h:142: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:142: error: inco mplete type ‘Ogre::MouseEvent’ used in nested name specifier
../../../Samples/Common/include/PagingLandScape2FrameListener.h:144: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:145: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:149: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mousePressed(Ogre::MouseEvent*)’ :
../../../Samples/Common/include/PagingLandScape2FrameListener.h:154: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:154: error: inco mplete type ‘Ogre::MouseEvent’ used in nested name specifier
../../../Samples/Common/include/PagingLandScape2FrameListener.h:158: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::mouseReleased(Ogre::MouseEvent*) ’:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:164: error: inva lid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h: In member funct ion ‘virtual void PagingLandScapeFrameListener::keyPressed(Ogre::KeyEvent*)’:
../../../Samples/Common/include/PagingLandScape2FrameListener.h:434: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:435: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:439: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:444: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:449: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:450: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:456: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:463: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:464: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:465: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:471: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:472: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:477: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:483: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:489: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2FrameListener.h:494: error: inva lid use of undefined type ‘struct Ogre::KeyEvent’
/usr/include/OGRE/OgrePrerequisites.h:245: error: forward declaration of ‘struct Ogre::KeyEvent’
../../../Samples/Common/include/PagingLandScape2Application.h: At global scope:
../../../Samples/Common/include/PagingLandScape2Application.h:29: error: expecte d class-name before ‘{’ token
../../../Samples/Common/include/PagingLandScape2Application.h: In member functio n ‘virtual bool PagingLandScapeApplication::setup()’:
../../../Samples/Common/include/PagingLandScape2Application.h:49: error: ‘mRoot’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:53: error: ‘config ure’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:64: error: ‘create ResourceListener’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h: In member functio n ‘virtual void PagingLandScapeApplication::createFrameListener()’:
../../../Samples/Common/include/PagingLandScape2Application.h:143: error: ‘mWind ow’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:144: error: ‘mCame ra’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:146: error: ‘mRoot ’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h: In member functio n ‘virtual void PagingLandScapeApplication::chooseSceneManager()’:
../../../Samples/Common/include/PagingLandScape2Application.h:153: error: ‘mRoot ’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:173: error: ‘mScen eMgr’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h: In member functio n ‘virtual void PagingLandScapeApplication::createCamera()’:
../../../Samples/Common/include/PagingLandScape2Application.h:179: error: ‘mCame ra’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:179: error: ‘mScen eMgr’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h: In member functio n ‘virtual void PagingLandScapeApplication::createViewports()’:
../../../Samples/Common/include/PagingLandScape2Application.h:195: error: ‘mWind ow’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h:195: error: ‘mCame ra’ was not declared in this scope
../../../Samples/Common/include/PagingLandScape2Application.h: In member functio n ‘void PagingLandScapeApplication::createScene()’:
../../../Samples/Common/include/PagingLandScape2Application.h:215: error: ‘mScen eMgr’ was not declared in this scope
../../../Samples/PagingLandScape2/include/FrameListener.h: In member function ‘v irtual void myPagingLandScapeFrameListener::mousePressed(Ogre::MouseEvent*)’:
../../../Samples/PagingLandScape2/include/FrameListener.h:88: error: invalid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/PagingLandScape2/include/FrameListener.h:90: error: invalid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/PagingLandScape2/include/FrameListener.h:91: error: invalid use of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/PagingLandScape2/include/FrameListener.h:93: error: incomplete type ‘Ogre::MouseEvent’ used in nested name specifier
../../../Samples/PagingLandScape2/include/FrameListener.h:146: error: incomplete type ‘Ogre::MouseEvent’ used in nested name specifier
../../../Samples/PagingLandScape2/include/FrameListener.h:186: error: incomplete type ‘Ogre::MouseEvent’ used in nested name specifier
../../../Samples/PagingLandScape2/include/FrameListener.h:224: error: invalid us e of undefined type ‘struct Ogre::MouseEvent’
/usr/include/OGRE/OgrePrerequisites.h:268: error: forward declaration of ‘struct Ogre::MouseEvent’
../../../Samples/PagingLandScape2/include/PagingLandScape.h: In member function ‘virtual void myPagingLandScapeApplication::createFrameListener()’:
../../../Samples/PagingLandScape2/include/PagingLandScape.h:67: error: ‘mWindow’ was not declared in this scope
../../../Samples/PagingLandScape2/include/PagingLandScape.h:68: error: ‘mCamera’ was not declared in this scope
../../../Samples/PagingLandScape2/include/PagingLandScape.h:70: error: ‘mRoot’ w as not declared in this scope
../../../Samples/PagingLandScape2/include/PagingLandScape.h: In member function ‘virtual void myPagingLandScapeApplication::createViewports()’:
../../../Samples/PagingLandScape2/include/PagingLandScape.h:77: error: ‘mWindow’ was not declared in this scope
PagingLandScape.cpp: In function ‘int main(int, char**)’:
PagingLandScape.cpp:55: error: ‘class myPagingLandScapeApplication’ has no membe r named ‘go’
make[4]: *** [PagingLandScape.o] Error 1
make[4]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape/Sam ples/PagingLandScape2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape/Sam ples/PagingLandScape2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape/Sam ples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/plaf/ogreaddons/ogreaddons/paginglandscape'
make: *** [all] Error 2

tuan kuranes

22-08-2006 11:15:33

all basic warning are fixed in cvs.

About
quote]
error: ExampleApplication.h: No such file or directory
you need to add the include directory containing "ExampleApplication.h" file to the makefile.am

Poldi

10-09-2006 14:19:54

Here some patches to fix erros when compiling HEAD revision with GCC 4.1.1:

Index: OgrePagingLandScapeData2D_HeightField.h
===================================================================
RCS file: /cvsroot/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/include/OgrePagingLandScapeData2D_HeightField.h,v
retrieving revision 1.23
diff -r1.23 OgrePagingLandScapeData2D_HeightField.h
53,54c53,54
< Real PagingLandScapeData2D_HeightField::getScale() const;
< Real PagingLandScapeData2D_HeightField::getInvScale() const;
---
> Real getScale() const;
> Real getInvScale() const;

Index: OgrePagingLandScapeRenderable.h
===================================================================
RCS file: /cvsroot/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/include/OgrePagingLandScapeRenderable.h,v
retrieving revision 1.29
diff -r1.29 OgrePagingLandScapeRenderable.h
98c98
< inline void PagingLandScapeRenderable::setInUse (bool InUse)
---
> inline void setInUse (bool InUse)
166c166
< const unsigned int PagingLandScapeRenderable::getVertexCount();
---
> const unsigned int getVertexCount();

Index: OgrePagingLandScapeRenderableManager.h
===================================================================
RCS file: /cvsroot/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/include/OgrePagingLandScapeRenderableManager.h,v
retrieving revision 1.20
diff -r1.20 OgrePagingLandScapeRenderableManager.h
40c40
< PagingLandScapeRenderableSet::PagingLandScapeRenderableSet();
---
> PagingLandScapeRenderableSet();

Index: OgrePagingLandScapeTile.h
===================================================================
RCS file: /cvsroot/ogre/ogreaddons/paginglandscape/PlugIns/PagingLandScape2/include/OgrePagingLandScapeTile.h,v
retrieving revision 1.20
diff -r1.20 OgrePagingLandScapeTile.h
103c103
< void PagingLandScapeTile::setInUse (bool InUse)
---
> void setInUse (bool InUse)

Index: MapSplatter.h
===================================================================
RCS file: /cvsroot/ogre/ogreaddons/paginglandscape/Tools/MapSplitter/include/MapSplatter.h,v
retrieving revision 1.6
diff -r1.6 MapSplatter.h
71c71
< Image *MapSplatter::getAlphaMap(uint i);
---
> Image *getAlphaMap(uint i);

jacmoe

10-09-2006 15:54:14

Please submit patches to the Ogre SourceForge tracker. :)

Poldi

11-09-2006 01:24:42

Done:
http://sourceforge.net/tracker/index.ph ... tid=302997

tuan kuranes

11-09-2006 12:16:54

thanks for the patch. It's now applied on CVS and soon in distributed Zip.