From: <gof...@us...> - 2008-05-20 20:57:59
|
Revision: 5074 http://octave.svn.sourceforge.net/octave/?rev=5074&view=rev Author: goffioul Date: 2008-05-20 12:57:30 -0700 (Tue, 20 May 2008) Log Message: ----------- Fix compilation of ImageMagick and gtkmm Modified Paths: -------------- trunk/octave-forge/admin/Windows/msvc/run_compilation.sh Modified: trunk/octave-forge/admin/Windows/msvc/run_compilation.sh =================================================================== --- trunk/octave-forge/admin/Windows/msvc/run_compilation.sh 2008-05-20 08:38:50 UTC (rev 5073) +++ trunk/octave-forge/admin/Windows/msvc/run_compilation.sh 2008-05-20 19:57:30 UTC (rev 5074) @@ -2596,7 +2596,7 @@ create_module_rc ImageMagick $imagickver libWand-10.dll "http://www.imagemagick.org" \ "ImageMagick - Image Processing Library" "`grep -e '^Copyright ' LICENSE | sed -e 's/,.*$//'`" > wand/magickwand.rc && W_CPPFLAGS="$W_CPPFLAGS -D_VISUALC_" \ - configure_package --enable-shared --disable-static --without-perl \ + configure_package --prefix="$INSTALL_DIR" --enable-shared --disable-static --without-perl \ --with-xml --without-modules --with-wmf && post_process_libtool && #read -p "WARNING: libtool needs manual post-processing; press <ENTER> when done " && @@ -3321,7 +3321,7 @@ make install && rm -f $tlibdir_quoted/lib*mm*.la) >&5 2>&1 && end_package remove_package "$DOWNLOAD_DIR/gtkmm-$gtkmmver" - if failed_package || test ! -f "$tlibdir/gtkmm-2.0.lib"; then + if failed_package || test ! -f "$tlibdir/gtkmm-2.4.lib"; then echo "failed" exit -1 else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |