ar-tools / ar_tools

AR Marker tools for ROS
31 stars 51 forks source link

Missing Dependency #20

Open DLu opened 8 years ago

DLu commented 8 years ago

Needs to install subversion to actually compile.

Silly, but I was trying a clean build and it wouldn't compile without it.

pulver22 commented 8 years ago

Same problem also for me.

Built target opencv_apps svn: E000110: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/artoolkit/code/trunk/artoolkit' svn: E000110: Can't connect to host 'svn.code.sf.net': Connection timed out make[2]: *** [ar_tools/artoolkit/ARToolkit-prefix/src/ARToolkit-stamp/ARToolkit-download] Interrupt make[1]: *** [ar_tools/artoolkit/CMakeFiles/ARToolkit.dir/all] Interrupt make: *** [all] Interrupt

How can I solve it and compile the package?

dlaz commented 8 years ago

@pulver22, this error is telling you that it can't connect to the svn.code.sf.net to checkout artoolkit. This may have been because of a hiccup, as it's working for me now. Try again and it will probably work.

pulver22 commented 8 years ago

It still doesn't work, maybe my university network blocks svn service. However, I dowloaded the most recent version of Artoolkit from the official website (it should be the 5.2 version). Why can't I use it and I need to download an old version from svn?

pulver22 commented 8 years ago

svn: E670002: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/artoolkit/code/trunk/artoolkit' svn: E670002: Unknown hostname 'svn.code.sf.net' make[2]: *** [ar_tools/artoolkit/ARToolkit-prefix/src/ARToolkit-stamp/ARToolkit-download] Error 1 make[1]: *** [ar_tools/artoolkit/CMakeFiles/ARToolkit.dir/all] Error 2 make: *** [all] Error 2 Invoking "make -j4 -l4" failed

After using a vpn, I got this new error. @dlaz are you sure you are able to compile from scratch your pkg? It's two days I'm trying to do it without success

dlaz commented 8 years ago

Please ask this on answers.ros.org so it will be easier for anyone who has the same problem in the future to find it. I'll try to help over there.

pulver22 commented 8 years ago

Thank you dlaz, this is the topic: http://answers.ros.org/question/227362/installing-artoolkit-with-ros/