# HG changeset patch # User Paul Brossier # Date 1487022305 -3600 # Node ID e82f4da325ae88c78a0e4efe9c8981a5acd97cfe # Parent 8a4c659123be0ad5f33997241831e98e24e75d20 build_mingw{32,64}.sh: vamp cross-compilation is broken, refuse to run scripts (see #2) diff -r 8a4c659123be -r e82f4da325ae build_mingw32.sh --- a/build_mingw32.sh Mon Feb 13 22:20:48 2017 +0100 +++ b/build_mingw32.sh Mon Feb 13 22:45:05 2017 +0100 @@ -2,6 +2,10 @@ # cross compile vamp-aubio-plugins using mingw32 toolchain +echo "ERROR: This script does not produce a binary loadable by sonic visualiser." +echo "Comment the following line to run it anyway." +exit 1 + . $PWD/VERSION VAMP_AUBIO_VERSION=$VAMP_AUBIO_MAJOR_VERSION.$VAMP_AUBIO_MINOR_VERSION.$VAMP_AUBIO_PATCH_VERSION$VAMP_AUBIO_VERSION_STATUS diff -r 8a4c659123be -r e82f4da325ae build_mingw64.sh --- a/build_mingw64.sh Mon Feb 13 22:20:48 2017 +0100 +++ b/build_mingw64.sh Mon Feb 13 22:45:05 2017 +0100 @@ -2,6 +2,10 @@ # cross compile vamp-aubio-plugins using mingw32 toolchain +echo "ERROR: This script does not produce a binary loadable by sonic visualiser." +echo "Comment the following line to run it anyway." +exit 1 + . $PWD/VERSION VAMP_AUBIO_VERSION=$VAMP_AUBIO_MAJOR_VERSION.$VAMP_AUBIO_MINOR_VERSION.$VAMP_AUBIO_PATCH_VERSION$VAMP_AUBIO_VERSION_STATUS