Try using the stable branch of CEGUI - version 0.5. -nate
On 3/19/07, Rich Walker <[EMAIL PROTECTED]> wrote: > "Nate Koenig" <[EMAIL PROTECTED]> writes: > > > No problem. And thanks for working through all the problems and > > letting me know about them. Much appreciated. > > Had another round today. > > CEGUI 0.4.1-mk2 > Ogre 1.4.0-rc2 > OIS-1.0-rc1 > > (Ogre and CEGUI 0.5.0 are not happy together) > > g++ -o gazebo server/physics/ode/ODEPhysics.o server/physics/BallJoint.o > server/physics/Body.o server/physics/BoxGeom.o server/physics/ContactParams.o > server/physics/CylinderGeom.o server/physics/Geom.o > server/physics/Hinge2Joint.o server/physics/HingeJoint.o > server/physics/Joint.o server/physics/PhysicsEngine.o > server/physics/PlaneGeom.o server/physics/SliderJoint.o > server/physics/SphereGeom.o server/physics/UniversalJoint.o > server/physics/dCylinder.o server/rendering/OgreAdaptor.o > server/rendering/OgreFrameListener.o server/sensors/camera/Camera.o > server/sensors/camera/CameraManager.o server/sensors/Sensor.o > server/models/GroundPlane/GroundPlane.o > server/models/LightSource/LightSource.o > server/models/ObserverCam/ObserverCam.o server/models/Model.o > server/models/ModelFactory.o > server/controllers/position2d/pioneer2dx/Pioneer2dx_Position2d.o > server/controllers/Controller.o server/main.o server/Vector3.o > server/Quatern.o server/Pose3d.o server/World.o server/XMLConfig.o serv er > /Time.o server/Entity.o -Llibgazebo -L/usr/local/lib -L/usr/lib -lgazebo > -lCEGUIOgreRenderer -lOgreMain -lxml2 -lCEGUIBase -lplayercore -lltdl > -lpthread -lplayerxdr -lplayererror -lode -lOIS > server/rendering/OgreAdaptor.o: In function `OgreAdaptor::Render()': > OgreAdaptor.cc:(.text+0x97): undefined reference to > `Ogre::WindowEventUtilities::messagePump()' > server/rendering/OgreFrameListener.o: In function > `OgreFrameListener::OgreFrameListener(OgreAdaptor*)': > OgreFrameListener.cc:(.text+0x750): undefined reference to > `Ogre::WindowEventUtilities::addWindowEventListener(Ogre::RenderWindow*, > Ogre::WindowEventListener*)'server/rendering/OgreFrameListener.o: In function > `OgreFrameListener::OgreFrameListener(OgreAdaptor*)': > OgreFrameListener.cc:(.text+0x1350): undefined reference to > `Ogre::WindowEventUtilities::addWindowEventListener(Ogre::RenderWindow*, > Ogre::WindowEventListener*)' > collect2: ld returned 1 exit status > > Any ideas? > > -- > rich walker | Shadow Robot Company | [EMAIL PROTECTED] > technical director 251 Liverpool Road | > need a Hand? London N1 1LX | +UK 20 7700 2487 > www.shadowrobot.com/hand/overview.shtml > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Playerstage-gazebo mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
