I'm trying to build Chandler 1.0.2 from source on an AMD64 running Ubuntu Intrepid Ibex. Make install fails in ../chandler fails with
# make install mkdir -p ../downloads curl -f -L -o ../downloads/openjdk-7-ea-j2re-b21-3.tar.gz http://builds.osafoundation.org/external/linux/x86_64/openjdk-7-ea-j2re-b21-3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 make: *** [../downloads/openjdk-7-ea-j2re-b21-3.tar.gz] Error 22 I noticed that while the openjdk tarball isn't in /linux/x86_64, it is in /linux. Should I modify the makefile to point towards that instead? If so, how? _______________________________________________ [email protected] mailing list unsubscribe here: http://lists.osafoundation.org/mailman/listinfo/chandler-users Chandler wiki: http://chandlerproject.org/wikihome
