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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: Re: [ros-users] ogre_tools broken on CTurtle/Snow leopard
On Mon, Oct 4, 2010 at 10:32 PM, Josh Faust <> wrote:
> Did ogre actually get built?  There should be a "Ogre.framework" directory
> in ogre/lib.

I just tried again, having followed Deepak's advice and made sure that
I had +universal ports of the prerequisite modules listed on the Ogre
page. Then I ran

$ rosdep install ogre_tools
$ rosmake ogre_tools

That failed with:

[ rosmake ] Last 40 linesre: 1604.0 sec ]             [ 1 Active 9/11 Complete ]
{-------------------------------------------------------------------------------
  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 /Volumes/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 /Volumes/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/lib/RelWithDebInfo/Plugin_OctreeSceneManager.dylib
normal i386


...

  install:
      PhaseScriptExecution "CMake PostBuild Rules"
/Volumes/ros/stacks/visualization_common/ogre/build/ogre_src_v1-7-1/build/OGRE.build/RelWithDebInfo/install.build/Script-100D3C010100D3C010100D3C.sh
  (15 failures)


  make[1]: *** [installed_osx] Error 1
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package ogre written to: Active 9/11 Complete ]
[ rosmake ]    /Users/wpd/.ros/rosmake/rosmake_output-20101005-100401/ogre/build_output.log
[rosmake-1] Finished <<< ogre [FAIL] [ 1603.94 seconds ]
[ rosmake ] Halting due to failure in package ogre.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 10 packages with 1 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /Users/wpd/.ros/rosmake/rosmake_output-20101005-100401



There is no Ogre.framework directory in
stacks/visualization_common/ogre/ogre/lib.

$ ls -l
total 0
drwxr-xr-x 3 wpd staff 102 Oct 4 19:31 RelWithDebInfo
drwxr-xr-x 2 wpd staff 272 Oct 4 19:31 pkgconfig

--wpd