Re: [ros-users] building boxturtle and latest fails due to i…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Tinne De Laet
Date:  
To: ros-users
Subject: Re: [ros-users] building boxturtle and latest fails due to incorrect md5sum of gtest
On Mon, Jun 7, 2010 at 13:01, Ugo Cupcic <> wrote:

> I have the same problem when trying to build ogre. What's the best
> solution ? Wait for pr.willowgarage.com to be up and running again ?
>


I solved it by looking for the .tar.gz on the web and next replace the
.tar.gz in the build directory of the package by the one you downloaded.
Run md5sum on your .tar.gz and replace the md5sum.check (or some related
file in your package) by the output.

This solved my problems.

Tinne