Re: [ros-users] Problem with installing C Turtle on MAC

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Josh Faust
Date:  
To: ros-users
Subject: Re: [ros-users] Problem with installing C Turtle on MAC
>
>
> I think I've installed boost correctly, and following lines are in my
> bashrc:
> CPATH=/opt/local/include
> LIBRARY_PATH=/opt/local/lib
> PATH=/opt/local/bin:$PATH
> source ~/ros/setup.sh
>
>

OSX doesn't source .bashrc automatically. You'll need to source it from
your .profile.

Josh