$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Manuel Fiorelli (manuel.fiorelli_at_[hidden])
Date: 2008-08-24 07:47:44
setup_boostbook.sh (and probably the python script) fails because it
attempts to download FOP using the (not existing) URL
http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/fop-0.94-bin-jdk1.4.tar.gz
instead of
http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries/fop-0.94-bin-jdk1.4.tar.gz
It simply misses the /binaries component inside the path.
Regards,
Manuel Fiorelli