From: Paul Brossier Date: Mon, 13 Feb 2017 21:45:05 +0000 (+0100) Subject: build_mingw{32,64}.sh: vamp cross-compilation is broken, refuse to run scripts (see #2) X-Git-Tag: 0.5.1~4 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=4cb9c389f8d62f4809fcfa7cc3add426f0da34f2;p=vamp-aubio-plugins.git build_mingw{32,64}.sh: vamp cross-compilation is broken, refuse to run scripts (see #2) --- diff --git a/build_mingw32.sh b/build_mingw32.sh index 0c136c7..9a46b6f 100755 --- a/build_mingw32.sh +++ b/build_mingw32.sh @@ -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 --git a/build_mingw64.sh b/build_mingw64.sh index 6c1b721..a2964eb 100755 --- a/build_mingw64.sh +++ b/build_mingw64.sh @@ -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