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

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: Josh Faust
Datum:  
Aan: ros-users
Onderwerp: 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