Re: [ros-users] Cannot compile RVIZ since cturtle

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] Cannot compile RVIZ since cturtle
>
>
> Any idea why this keeps happening? Is there a way to remove all of these
> libraries and let ROS re-install only what it requires? Is there a better
> solution?
>
>
>


You hosed your wxwidgets install, and if you're just recompiling rviz with
everything else being a .deb install it's going to get skipped by rosmake.
John is right that you probably want to reinstall python-wxgtk2.8 as well,
and then I'd recommend reinstalling the ROS debs.

Josh