Re: [ros-users] ogre_tools broken on CTurtle/Snow leopard

Top Page
Attachments:
Message as email
+ (text/html)
Delete this message
Reply to this message
Author: ros-users@code.ros.org
Date:  
To: ros-users
Subject: Re: [ros-users] ogre_tools broken on CTurtle/Snow leopard
Thanks Brian,    I tried that and it skipped OGRE and proceeded further but now I get: Undefined symbols:  "_main", referenced from:      start in crt1.10.6.old: symbol(s) not foundcollect2: ld returned 1 exit statusmake[3]: *** [../bin/stl_to_mesh] Error 1make[2]: *** [CMakeFiles/bin/stl_to_mesh.dir/all] Error 2make[1]: *** [all] Error 2make: *** [all] Error 2 This was while: [100%] Built target python_ogre_toolsLinking CXX executable ../bin/stl_to_mesh  Also  I got a bunch of these: ld: warning: in CMakeFiles/bin/stl_to_mesh.dir/src/stl_to_mesh/stl_to_mesh.o, file was built for unsupported file format which is not the architecture being linked (i386)ld: warning: in /Users/Deepak/ros/ros/core/rosconsole/lib/librosconsole.dylib, file was built for unsupported file format which is not the architecture being linked (i386)ld: warning: in /opt/local/lib/libboost_thread-mt.dylib, file was built for unsupported file format which is not the architecture being linked (i386) while building.  Not sure if they're relevant.  ~Deepak   Brian Gerkey <>Sent by: 09/08/2010 06:56 PMPlease respond  To    cc    bcc   Deepak Ramachandran/HRA/ASC/HONDA Subject   Re: [ros-users] ogre_tools broken on CTurtle/Snow leopard  hi Deepak,It looks like the build is failing in the 'ogre' package, trying tobuild (well, install) OGRE itself.  I thought that we had a hook inthere to not try to build OGRE on OS X, on the assumption that theuser would have installed it already.  In any case, you might trytouching a file ROS_NOBUILD in the 'ogre' package; that will causerosmake to skip over it, and perhaps attempt to build 'ogre_tools'.brian.On Wed, Sep 8, 2010 at 5:27 PM,  <> wrote:> Hi,>> CTurtle is now successfully installed on Mac OS X 10.6, but I am unable to> get Ogre working, so no nav_view/ rviz.>> First of all, following the installation procedure for the OGRE framework> with OGRE 1.7.1 fails here:>> sudo cp -r /Volumes/OgreSDK/OgreSDK/Dependencies/*.framework> /Library/Frameworks>> because the dependences directory cannot be found. I couldn't find it> anywhere else in the distribution either.>> So I tried using 1.6.5. I installed the framework, then tried>> rosmake ogre_tools>> It came agonizingly close to building, but failed near the end. The error> log is attached below.>> Also btw, rosdep install ogre_tools was unable to use macports to install> nvidia-cg, however I was able to ignore this on my previous installation of> box_turtle on 10.5.>> Any suggestions?>> ~Deepak>> $rosmake ogre_tools>> -- Installing:> /Users/Deepak/ros/stacks/visualization_common/ogre/ogre/include/OGRE/Threading/OgreDefaultWorkQueueStandard.h> CMake Error at RenderSystems/GL/cmake_install.cmake:44 (FILE):> file INSTALL cannot find> "/Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/RenderSystem_GL.dylib".> Call Stack (most recent call first):> RenderSystems/cmake_install.cmake:32 (INCLUDE)> cmake_install.cmake:61 (INCLUDE)>>> make[2]: *** [install_buildpart_0] Error 1> Command /bin/sh failed with exit code 2> Command /bin/sh failed with exit code 2> ** BUILD FAILED **>>> The following build commands failed:> OgreMain:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Ogre.framework/Versions/1.7.1/Ogre> normal i386> Plugin_OctreeSceneManager:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_OctreeSceneManager.dylib> normal i386> RenderSystem_GL:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/RenderSystem_GL.dylib> normal i386> Plugin_BSPSceneManager:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_BSPSceneManager.dylib> normal i386> Plugin_CgProgramManager:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_CgProgramManager.dylib> normal i386> Plugin_ParticleFX:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_ParticleFX.dylib> normal i386> Plugin_PCZSceneManager:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_PCZSceneManager.dylib> normal i386> Plugin_OctreeZone:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_OctreeZone.dylib> normal i386> OgrePaging:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/libOgrePaging.dylib> normal i386> OgreProperty:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/libOgreProperty.dylib> normal i386> OgreTerrain:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/libOgreTerrain.dylib> normal i386> OgreRTShaderSystem:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/libOgreRTShaderSystem.dylib> normal i386> OgreMeshUpgrader:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/bin/RelWithDebInfo/OgreMeshUpgrader> normal i386> OgreXMLConverter:> Ld> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/bin/RelWithDebInfo/OgreXMLConverter> normal i386> install:> PhaseScriptExecution "CMake PostBuild Rules"> /Users/Deepak/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/OGRE.build/RelWithDebInfo/install.build/Script-100D5E070100D5E070100D5E.sh> (15 failures)>> make[1]: *** [installed_osx] Error 1> make: *** [ogre] Error 2>>>>> _______________________________________________> ros-users mailing list> > https://code.ros.org/mailman/listinfo/ros-users>>_______________________________________________ros-users mailing listhttps://code.ros.org/mailman/listinfo/ros-users