<P> Patrick,</P><P> </P><P>  I made some progress in trying to get this to work. Let me tell you where I'm at. </P><P> </P><P> What josh means is that you don't have to download and install the OGRE framework manually anymore. The ogre package does this automatically now including downloading OGRE. However, it seems like you need universal binaries for some OGRE components. </P><P> </P><P>So if you're starting with a clean install of  ROS Cturtle, here's the procedure:</P><P>1.  Follow the instructions for installing the prerequisites for OGRE here:</P><P>http://www.ogre3d.org/tikiwiki/Prerequisites?tikiversion=Mac+OSX</P><P>Make sure that universal binaries are installed and active for each of these ports:</P><P>$sudo port installed libpng </P><P>should dispay the +universal ports as active. (For some reason, on my first pass, it missed some of these packages, so double-check).</P><P>Install Cg and OIS, though the latter isn't necessary.</P><P> </P><P>2. roscd ogre; rosmake ogre</P><P> This should now successfully build the ogre libraries.</P><P> </P><P>3. Next try building the ogre_tools package.  It fails for me right now,  with the "-arch i386" flag appearing in the link command.   I've traced this to the wxWidgets port which doesn't have universal libraries. So `wxwidget-config --libs` adds "-arch i386" to the link script.  I am trying to see what the correct work around is. There is some explanation on the wxwidgets site but I'm a little hazy:</P><P>http://wiki.wxwidgets.org/Development:_wxMac</P><P>   Let me know how far you get with this.</P><P> </P><P>Josh, could you tell us which version of wxwidgets you're using?</P><P> </P><P>~Deepak</P><P> </P><P> </P><P><BR><BR><FONT SIZE=2 STYLE=font-size:9pt><B>Patrick Doyle <wpdster@gmail.com></B></FONT><BR><FONT SIZE=2 STYLE=font-size:9pt>Sent by: ros-users-bounces@code.ros.org</FONT><BR><FONT SIZE=2 STYLE=font-size:9pt>10/04/2010 04:39 PMPlease respond toUser discussions </FONT><BR><BR> <FONT SIZE=2 STYLE=font-size:9pt>To</FONT>   <FONT SIZE=2 STYLE=font-size:9pt>ros-users@code.ros.org</FONT><BR> <FONT SIZE=2 STYLE=font-size:9pt>cc</FONT>   <BR> <FONT SIZE=2 STYLE=font-size:9pt>bcc</FONT>   <FONT SIZE=2 STYLE=font-size:9pt>Deepak Ramachandran/HRA/ASC/HONDA</FONT><BR> <FONT SIZE=2 STYLE=font-size:9pt>Subject</FONT>   <FONT SIZE=2 STYLE=font-size:9pt>Re: [ros-users] ogre_tools broken on CTurtle/Snow leopard</FONT><BR>  <BR><BR></P><P><FONT FACE="Monospace,Courier">On Fri, Sep 10, 2010 at 5:38 PM, Josh Faust <jfaust@willowgarage.com> wrote:<BR>><BR>> That was actually stale information -- I've updated the wiki.  The ogre<BR>> package now builds ogre on OSX just like it does elsewhere.<BR>> Josh<BR></FONT><BR><FONT FACE="Monospace,Courier">OK, I've gotten tired of how kludgy ROS development is on my MacBook,<BR>switching back and forth between running in a VMWare box (where the 3D<BR>effects almost work in some circumstances) and booting Ubuntu natively<BR>(where, for some reason, the kernel only sees 1 of the 2 cores on this<BR>particular model MacBook).<BR></FONT><BR><FONT FACE="Monospace,Courier">Also, I now know a little bit more about the ROS environment than I<BR>did 3 weeks ago when I first interrupted this thread.<BR></FONT><BR><FONT FACE="Monospace,Courier">What does the wiki mean when it says "The ogre package builds ogre in CTurtle"?<BR></FONT><BR><FONT FACE="Monospace,Courier">I just tried editing stacks/visualization_common/rosdep.yaml to add<BR>the lines suggested by Deepak:<BR></FONT></P><UL><FONT FACE="Monospace,Courier">macports: |<BR>echo "Skipping Nvidia CG"</FONT><BR></UL><P><FONT FACE="Monospace,Courier">and I ran<BR></FONT><BR><FONT FACE="Monospace,Courier">$ rosdep install ogre_tools<BR>$ rosmake ogre_tools<BR></FONT><BR><FONT FACE="Monospace,Courier">The latter failed with:<BR></FONT><BR><FONT FACE="Monospace,Courier">ld: framework not found Ogre<BR>collect2: ld returned 1 exit status<BR>make[3]: *** [../lib/libogre_tools.dylib] Error 1<BR>make[2]: *** [CMakeFiles/ogre_tools.dir/all] Error 2<BR>make[1]: *** [all] Error 2<BR>make: *** [all] Error 2<BR></FONT><BR><FONT FACE="Monospace,Courier">I downloaded and installed the nvidia-cg tools from the Nvidia web<BR>site.  What else do I need to do?<BR></FONT><BR><FONT FACE="Monospace,Courier">--wpd<BR>_______________________________________________<BR>ros-users mailing list<BR>ros-users@code.ros.org<BR><A HREF=https://code.ros.org/mailman/listinfo/ros-users>https://code.ros.org/mailman/listinfo/ros-users</A></FONT><BR></P>