ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

romwalker's profile - activity

2013-03-07 09:17:13 -0500 received badge  Famous Question (source)
2013-01-05 02:32:07 -0500 received badge  Notable Question (source)
2012-12-17 03:14:29 -0500 received badge  Popular Question (source)
2012-12-11 05:20:58 -0500 answered a question a Mac OsX ROS that woks with Xcode 4.5.2 and Python 2.7.x or newer

Hi ,

Thank you for you prompt answer. I was more to say frustrated than complaining... My question was actually to the point, since even new to ROS, I am a bit familiar with Linux instals and packages. So I agree that Mac OSX is a plate of nuddles when it comes to how it handles its links in many and plenty of different directories! I am new to that (OsX) too... Anyway, I am trying to install a better version of ROS, since I realized that I could go for fuerte (py27) instead of the Diamond (py26), and things seem to go just fine for now. A problem I am facing now is that brew and fink/macport package installs seem conflicting. Thank you again /Romwalker

2012-12-10 14:07:41 -0500 received badge  Editor (source)
2012-12-10 14:06:25 -0500 asked a question a Mac OsX ROS that woks with Xcode 4.5.2 and Python 2.7.x or newer

Hi,

Why does ROS have to install/compile using python2.6 (py26) ? Mac OsX 10.7 (Lion) comes with python 2.7.3, and python 2.6 is unavailable anymore: At least when 2.7 is installed by default with the OS X; the 2.6 libraries are unavailable in usr/local/lib but 2.7 are there [instead?]. So when I follow the Mac OsX guide lines to install ROS , I am facing the obligation to install py26-yaml, and the compile comes using the python 2.7 existing in the system, which results in a compilation/linking where libraries from 2.7 are looked for in the wrong places.

Also, because of that 'confusion', the PATH indicates something while the exe and libraries are elsewhere, most likely in 2 different places. This shows in compilation that there is a mix of python2.6 use and unfound libraries of python 2.7 or versi- verca.

Does there exist a way to Install/compile ROS ROS, properly, using python2.7.x or newer; and the proper gcc compiler that comes with codeX?

Could you think of a packaged solution (dmg like) where everything needed could be put nicely together?

Thank you for guiding me with this matter at your earliest and kind convenience.