<div>Sorry for the long response time.</div><div><br></div>It might be that your ogre didn't build i386.  Try going into the ogre folder and typing:<div><br></div><div>file ogre/lib/*.dylib</div><div><br></div><div>You should get something like:</div>

<div><br></div><div><div>ogre/lib/Plugin_BSPSceneManager.dylib:    Mach-O dynamically linked shared library i386</div><div>ogre/lib/Plugin_CgProgramManager.dylib:   Mach-O dynamically linked shared library i386</div><div>

ogre/lib/Plugin_OctreeSceneManager.dylib: Mach-O dynamically linked shared library i386</div><div>ogre/lib/Plugin_OctreeZone.dylib:         Mach-O dynamically linked shared library i386</div><div>ogre/lib/Plugin_PCZSceneManager.dylib:    Mach-O dynamically linked shared library i386</div>

<div>ogre/lib/Plugin_ParticleFX.dylib:         Mach-O dynamically linked shared library i386</div><div>ogre/lib/RenderSystem_GL.dylib:           Mach-O dynamically linked shared library i386</div><div>ogre/lib/libOgrePaging.dylib:             Mach-O dynamically linked shared library i386</div>

<div>ogre/lib/libOgreProperty.dylib:           Mach-O dynamically linked shared library i386</div><div>ogre/lib/libOgreRTShaderSystem.dylib:     Mach-O dynamically linked shared library i386</div><div>ogre/lib/libOgreTerrain.dylib:            Mach-O dynamically linked shared library i386</div>

</div><div><br></div>If not then maybe your ogre is built wrong, try make clean then CMAKE_OSX_ARCHITECTURES="i386" rosmake ogre.<div><br></div><div>Thanks for trying this out, hopefully we can get you up and running.</div>

<div><div><br><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>William Woodall<br>Graduate Software Engineering<br>Auburn University<br><a href="mailto:w@auburn.edu" target="_blank">w@auburn.edu</a><br><a href="mailto:wjwwood@gmail.com" target="_blank">wjwwood@gmail.com</a><div>

<a href="http://williamjwoodall.com" target="_blank">williamjwoodall.com</a><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><br>
<br><br><div class="gmail_quote">On Sun, Jun 26, 2011 at 6:16 AM, Billy Okal <span dir="ltr"><<a href="mailto:okal.billy@googlemail.com">okal.billy@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div style="word-wrap:break-word">Hey all,<div><br></div><div>So I tried doing ros on mac again(osx 10.6.7) using the new wiki that was posted here <a href="https://github.com/wjwwood/ros-osx/wiki" target="_blank">https://github.com/wjwwood/ros-osx/wiki</a></div>

<div><br></div><div>The core installed but rviz failed on the ogre part with this</div><div><br></div><div><div>{-------------------------------------------------------------------------------</div><div>        Ogre::FreeImageCodec::decode(Ogre::SharedPtr<Ogre::DataStream>&) constin OgreFreeImageCodec.o</div>

<div>        Ogre::FreeImageCodec::encode(Ogre::SharedPtr<Ogre::MemoryDataStream>&, Ogre::SharedPtr<Ogre::Codec::CodecData>&) constin OgreFreeImageCodec.o</div><div>    "_FreeImage_GetPitch", referenced from:</div>

<div>        Ogre::FreeImageCodec::decode(Ogre::SharedPtr<Ogre::DataStream>&) constin OgreFreeImageCodec.o</div><div>        Ogre::FreeImageCodec::encode(Ogre::SharedPtr<Ogre::MemoryDataStream>&, Ogre::SharedPtr<Ogre::Codec::CodecData>&) constin OgreFreeImageCodec.o</div>

<div>    "_FreeImage_GetFileTypeFromMemory", referenced from:</div><div>        Ogre::FreeImageCodec::magicNumberToFileExt(char const*, unsigned long) constin OgreFreeImageCodec.o</div><div>    "_FreeImage_GetFormatFromFIF", referenced from:</div>

<div>        Ogre::FreeImageCodec::magicNumberToFileExt(char const*, unsigned long) constin OgreFreeImageCodec.o</div><div>        Ogre::FreeImageLoadErrorHandler(FREE_IMAGE_FORMAT, char const*)in OgreFreeImageCodec.o</div>

<div>    "_FreeImage_FIFSupportsExportType", referenced from:</div><div>        Ogre::FreeImageCodec::encode(Ogre::SharedPtr<Ogre::MemoryDataStream>&, Ogre::SharedPtr<Ogre::Codec::CodecData>&) constin OgreFreeImageCodec.o</div>

<div>    "_FreeImage_FIFSupportsExportBPP", referenced from:</div><div>        Ogre::FreeImageCodec::encode(Ogre::SharedPtr<Ogre::MemoryDataStream>&, Ogre::SharedPtr<Ogre::Codec::CodecData>&) constin OgreFreeImageCodec.o</div>

<div>    "_FreeImage_AllocateT", referenced from:</div><div>        Ogre::FreeImageCodec::encode(Ogre::SharedPtr<Ogre::MemoryDataStream>&, Ogre::SharedPtr<Ogre::Codec::CodecData>&) constin OgreFreeImageCodec.o</div>

<div>    "_FreeImage_DeInitialise", referenced from:</div><div>        Ogre::FreeImageCodec::shutdown()     in OgreFreeImageCodec.o</div><div>    "_FreeImage_Initialise", referenced from:</div><div>        Ogre::FreeImageCodec::startup()     in OgreFreeImageCodec.o</div>

<div>    "_FreeImage_GetVersion", referenced from:</div><div>        Ogre::FreeImageCodec::startup()     in OgreFreeImageCodec.o</div><div>    "_FreeImage_GetCopyrightMessage", referenced from:</div><div>

        Ogre::FreeImageCodec::startup()     in OgreFreeImageCodec.o</div><div>    "_FreeImage_GetFIFExtensionList", referenced from:</div><div>        Ogre::FreeImageCodec::startup()     in OgreFreeImageCodec.o</div>

<div>    "_FreeImage_GetFIFCount", referenced from:</div><div>        Ogre::FreeImageCodec::startup()     in OgreFreeImageCodec.o</div><div>  ld: symbol(s) not found for architecture i386</div><div>  collect2: ld returned 1 exit status</div>

<div>  </div><div>  </div><div>  ** BUILD FAILED **</div><div>  </div><div>  </div><div>  The following build commands failed:</div><div>  <span style="white-space:pre-wrap">    </span>Ld build/lib/RelWithDebInfo/Ogre.framework/Versions/1.7.1/Ogre normal i386</div>

<div>  (1 failure)</div><div>  make[1]: *** [installed_osx] Error 65</div></div><div><br></div><div><br></div><div>This is the same even after running </div><div><span style="font-family:helvetica, arial, freesans, clean, sans-serif;font-size:14px;line-height:23px"><pre style="margin-top:20px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;line-height:19px;background-color:rgb(248, 248, 248);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(204, 204, 204);border-right-color:rgb(204, 204, 204);border-bottom-color:rgb(204, 204, 204);border-left-color:rgb(204, 204, 204);font-size:13px;overflow-x:auto;overflow-y:auto">

<code style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;line-height:1.4em;background-color:transparent;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:rgb(222, 222, 222);border-right-color:rgb(222, 222, 222);border-bottom-color:rgb(222, 222, 222);border-left-color:rgb(222, 222, 222);font-size:13px;border-width:initial;border-color:initial">roscd ogre_tools
make clean
CMAKE_OSX_ARCHITECTURES="i386" rosmake ogre_tools</code></pre></span><div><br></div></div><div><br></div><div>Any ideas?</div><div><br></div><div><br></div><div>Thanks,</div><div>billy</div><font color="#888888"><div>

<br></div></font></div><br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br></div></div></div>