Skip to content

Instantly share code, notes, and snippets.

@davidhodo
Created September 4, 2012 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidhodo/3625440 to your computer and use it in GitHub Desktop.
Save davidhodo/3625440 to your computer and use it in GitHub Desktop.
osx ogre build failure
hododav@Davids-MacBook-Air:~∫ rosmake ogre
[ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['ogre']
[ rosmake ] Logging to directory /Users/hododav/.ros/rosmake/rosmake_output-20120904-125155
[ rosmake ] Expanded args ['ogre'] to:
['ogre']
[rosmake-0] Starting >>> common_rosdeps [ make ]
[rosmake-0] Finished <<< common_rosdeps [PASS] [ 0.31 seconds ]
[rosmake-0] Starting >>> ogre [ make ]
[ rosmake ] Last 40 linesre: 4.9 sec ] [ 1 Active 1/2 Complete ]
{-------------------------------------------------------------------------------
+ FreeImage codec
+ ZIP archives
Build type: dynamic
Threading support: background (boost)
Use double precision: disabled
Allocator type: nedmalloc (pooling)
STL containers use allocator: enabled
Strings use allocator: disabled
Memory tracker (debug): disabled
Memory tracker (release): disabled
Use new script compilers: enabled
Use Boost: enabled
----------------------------------------------------------------------------
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/hododav/ros/visualization_common/ogre/build/ogre_src_v1-7-3/build
=== BUILD NATIVE TARGET OgreMain OF PROJECT OGRE WITH CONFIGURATION RelWithDebInfo ===
Check dependencies
PhaseScriptExecution "CMake PostBuild Rules" build/OgreMain/OGRE.build/RelWithDebInfo/OgreMain.build/Script-20F33316B242418DBF21C47B.sh
cd /Users/hododav/ros/visualization_common/ogre/build/ogre_src_v1-7-3
/bin/sh -c /Users/hododav/ros/visualization_common/ogre/build/ogre_src_v1-7-3/build/OgreMain/OGRE.build/RelWithDebInfo/OgreMain.build/Script-20F33316B242418DBF21C47B.sh
mkdir -p /Users/hododav/ros/visualization_common/ogre/build/ogre_src_v1-7-3/build/lib/RelWithDebInfo/Ogre.framework/Headers/Threading
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude .hg -exclude 'CMakeLists.txt' -resolve-src-symlinks /Users/hododav/ros/visualization_common/ogre/build/ogre_src_v1-7-3/OgreMain/include/Threading/* /Users/hododav/ros/visualization_common/ogre/build/ogre_src_v1-7-3/build/lib/RelWithDebInfo/Ogre.framework/Headers/Threading/
/bin/sh: /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp: No such file or directory
make[2]: *** [OgreMain_buildpart_0] Error 127
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution "CMake PostBuild Rules" build/OgreMain/OGRE.build/RelWithDebInfo/OgreMain.build/Script-20F33316B242418DBF21C47B.sh
(1 failure)
make[1]: *** [installed_osx] Error 65
BUILD FAILED: Plugin_CgProgramManager.dylib not created. Is nvidia-cg-toolkit installed correctly?
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package ogre written to:
[ rosmake ] /Users/hododav/.ros/rosmake/rosmake_output-20120904-125155/ogre/build_output.log
[rosmake-0] Finished <<< ogre [FAIL] [ 5.02 seconds ]
[ rosmake ] Halting due to failure in package ogre.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 2 packages with 1 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /Users/hododav/.ros/rosmake/rosmake_output-20120904-125155
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment