comparison configure @ 303:523f8f1789b4

Switch to Vext
author Chris Cannam
date Mon, 10 Jul 2017 18:57:08 +0100
parents 4f6e6ee48be7
children 3d129db143f4
comparison
equal deleted inserted replaced
302:1e6cee321cc0 303:523f8f1789b4
4379 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" 4379 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS"
4380 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" 4380 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS"
4381 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" 4381 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS"
4382 4382
4383 if test "x$GCC" = "xyes"; then 4383 if test "x$GCC" = "xyes"; then
4384 CXXFLAGS_DEBUG="-Wall -Werror -Wno-error=cpp -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" 4384 CXXFLAGS_ANY="-std=c++11 -fpic -Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe"
4385 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe" 4385 CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror"
4386 CXXFLAGS_MINIMAL="-g0 -O0" 4386 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math"
4387 CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0"
4387 fi 4388 fi
4388 4389
4389 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE" 4390 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE"
4390 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE" 4391 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE"
4391 4392
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 7607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7607 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 7608 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
7608 fi 7609 fi
7609 7610
7610 7611
7612 if test -x vext ; then
7613 if test -d .hg -o -d .git ; then
7614 if ! ./vext install; then
7615 as_fn_error $? "Vext failed; please fix any reported errors and try again" "$LINENO" 5
7616 fi
7617 else
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: Vext executable found but not in an Hg or Git working-copy: not running it" >&5
7619 $as_echo "$as_me: Vext executable found but not in an Hg or Git working-copy: not running it" >&6;}
7620 if ! test -d vamp-plugin-sdk ; then
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
7622 $as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}
7623 fi
7624 fi
7625 else
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: No Vext executable found: assuming external libraries are already here" >&5
7627 $as_echo "$as_me: No Vext executable found: assuming external libraries are already here" >&6;}
7628 if ! test -d vamp-plugin-sdk ; then
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
7630 $as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}
7631 fi
7632 fi
7633
7611 if ! $QMAKE -r sonic-annotator.pro; then 7634 if ! $QMAKE -r sonic-annotator.pro; then
7612 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 7635 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5
7613 fi 7636 fi
7614 7637
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: 7638 { $as_echo "$as_me:${as_lineno-$LINENO}:
7618 Please check the above messages for any warnings that you 7641 Please check the above messages for any warnings that you
7619 might care about, and then run \"make\". 7642 might care about, and then run \"make\".
7620 7643
7621 The file config.pri contains the configuration settings for 7644 The file config.pri contains the configuration settings for
7622 qmake. If you want to adjust these by hand, edit config.pri 7645 qmake. If you want to adjust these by hand, edit config.pri
7623 and run \"qmake -r\" again to regenerate the Makefile. 7646 and run \"$QMAKE -r\" again to regenerate the Makefile.
7624 " >&5 7647 " >&5
7625 $as_echo "$as_me: 7648 $as_echo "$as_me:
7626 7649
7627 Configuration complete. 7650 Configuration complete.
7628 Please check the above messages for any warnings that you 7651 Please check the above messages for any warnings that you
7629 might care about, and then run \"make\". 7652 might care about, and then run \"make\".
7630 7653
7631 The file config.pri contains the configuration settings for 7654 The file config.pri contains the configuration settings for
7632 qmake. If you want to adjust these by hand, edit config.pri 7655 qmake. If you want to adjust these by hand, edit config.pri
7633 and run \"qmake -r\" again to regenerate the Makefile. 7656 and run \"$QMAKE -r\" again to regenerate the Makefile.
7634 " >&6;} 7657 " >&6;}