--- parser3/Attic/buildall-with-xml 2009/10/01 22:05:43 1.33 +++ parser3/Attic/buildall-with-xml 2009/12/04 04:20:45 1.36 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-with-xml,v 1.33 2009/10/01 22:05:43 misha Exp $ +# $Id: buildall-with-xml,v 1.36 2009/12/04 04:20:45 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -46,7 +46,7 @@ if test ! -f "$project_directory/pcre/li libpcre="pcre-7.9" if test ! -f "$libpcre.tar.gz"; then echo "Downloading pcre [2 lib of 4]..." - wget -c ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz + wget -c --passive-ftp ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz fi echo "Unpacking pcre..." rm -rf $libpcre @@ -74,7 +74,7 @@ fi if test ! -f "$project_directory/gnome/lib/libxml2.a"; then cd $project_directory/src - libxml2="libxml2-2.7.5" + libxml2="libxml2-2.7.6" if test ! -f "$libxml2.tar.gz"; then echo "Downloading libxml [3 lib of 4]..." wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz @@ -152,6 +152,7 @@ if test ! -f "Makefile"; then options="$options --with-static-gc=$project_directory/gc/lib" options="$options --with-static-pcre=$project_directory/pcre" options="$options --with-static-xml=$project_directory/gnome" +# options="$options --with-curl=/usr/include/curl" # options="$options --disable-safe-mode" # options="$options --with-dynamic-stdcpp" # options="$options --disable-stringstream"