Bride compilation error
Hello everyone!
I'm trying to install bride following those instructions, but when I try to run the command 'make' inside bride folder I get this error:
mkdir -p build
if [ ! -f eclipse-modeling-juno-SR2-linux-gtk.tar.gz.md5sum ]; then echo "Error: Couldn't find md5sum file eclipse-modeling-juno-SR2-linux-gtk.tar.gz.md5sum" && false; fi
/opt/ros/hydro/share/ros/core/rosbuild/bin/download_checkmd5.py <a href="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/juno/SR2/eclipse-modeling-juno-SR2-linux-gtk.tar.gz">http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/juno/SR2/eclipse-modeling-juno-SR2-linux-gtk.tar.gz</a> build/eclipse-modeling-juno-SR2-linux-gtk.tar.gz `awk {'print $1'} eclipse-modeling-juno-SR2-linux-gtk.tar.gz.md5sum`
[rosbuild] Downloading <a href="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/juno/SR2/eclipse-modeling-juno-SR2-linux-gtk.tar.gz">http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/juno/SR2/eclipse-modeling-juno-SR2-linux-gtk.tar.gz</a> to build/eclipse-modeling-juno-SR2-linux-gtk.tar.gz...Done
[rosbuild] Checking md5sum on build/eclipse-modeling-juno-SR2-linux-gtk.tar.gz
[rosbuild] ERROR: md5sum mismatch (027fb35a730ff1f5673a14795a9375f3 != 4d66aa3aeb1c23769fa69f080ccda211) on build/eclipse-modeling-juno-SR2-linux-gtk.tar.gz; aborting
make: *** [build/eclipse/unpacked] Error 1
I triyed both with release 0.2 and branch groovy. I'm working with Ubuntu 12.04 32-bit and with ros hydro. Can someone help me? Thank you!