This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --without-ffmpeg --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp07 uname -m = i686 uname -r = 3.15.4-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 8 09:03:00 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2433: checking for i686-uhu-linux-gcc configure:2449: found /usr/bin/i686-uhu-linux-gcc configure:2460: result: i686-uhu-linux-gcc configure:2729: checking for C compiler version configure:2738: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2749: $? = 0 configure:2738: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2749: $? = 0 configure:2738: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2749: $? = 1 configure:2738: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2749: $? = 1 configure:2769: checking whether the C compiler works configure:2791: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2795: $? = 0 configure:2843: result: yes configure:2846: checking for C compiler default output file name configure:2848: result: a.out configure:2854: checking for suffix of executables configure:2861: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2865: $? = 0 configure:2887: result: configure:2909: checking whether we are cross compiling configure:2917: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2921: $? = 0 configure:2928: ./conftest configure:2932: $? = 0 configure:2947: result: no configure:2952: checking for suffix of object files configure:2974: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2978: $? = 0 configure:2999: result: o configure:3003: checking whether we are using the GNU C compiler configure:3022: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3022: $? = 0 configure:3031: result: yes configure:3040: checking whether i686-uhu-linux-gcc accepts -g configure:3060: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3060: $? = 0 configure:3101: result: yes configure:3118: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3181: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3181: $? = 0 configure:3194: result: none needed configure:3216: checking for C compiler vendor configure:3240: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:15:7: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:15:7: note: each undeclared identifier is reported only once for each function it appears in configure:3240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:3240: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:15:7: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:15:7: note: each undeclared identifier is reported only once for each function it appears in configure:3240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:3240: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:15:7: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:15:7: note: each undeclared identifier is reported only once for each function it appears in configure:3240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:3240: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3240: $? = 0 configure:3247: result: gnu configure:3258: checking for i686-uhu-linux-gcc configure:3285: result: i686-uhu-linux-gcc configure:3554: checking for C compiler version configure:3563: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3574: $? = 0 configure:3563: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3574: $? = 0 configure:3563: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3574: $? = 1 configure:3563: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3574: $? = 1 configure:3578: checking whether we are using the GNU C compiler configure:3606: result: yes configure:3615: checking whether i686-uhu-linux-gcc accepts -g configure:3676: result: yes configure:3693: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3769: result: none needed configure:3809: checking for i686-uhu-linux-g++ configure:3825: found /usr/bin/i686-uhu-linux-g++ configure:3836: result: i686-uhu-linux-g++ configure:3907: checking for C++ compiler version configure:3916: i686-uhu-linux-g++ --version >&5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3927: $? = 0 configure:3916: i686-uhu-linux-g++ -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3927: $? = 0 configure:3916: i686-uhu-linux-g++ -V >&5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:3927: $? = 1 configure:3916: i686-uhu-linux-g++ -qversion >&5 i686-uhu-linux-g++: error: unrecognized command line option '-qversion' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:3927: $? = 1 configure:3931: checking whether we are using the GNU C++ compiler configure:3950: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:3950: $? = 0 configure:3959: result: yes configure:3968: checking whether i686-uhu-linux-g++ accepts -g configure:3988: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:3988: $? = 0 configure:4029: result: yes configure:4057: checking how to run the C++ preprocessor configure:4084: i686-uhu-linux-g++ -E conftest.cpp configure:4084: $? = 0 configure:4098: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4098: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4123: result: i686-uhu-linux-g++ -E configure:4143: i686-uhu-linux-g++ -E conftest.cpp configure:4143: $? = 0 configure:4157: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4232: checking for a BSD-compatible install configure:4300: result: /bin/install -c configure:4313: checking for pkg-config configure:4329: found /usr/bin/pkg-config configure:4341: result: yes configure:4415: checking for a sed that does not truncate output configure:4479: result: /bin/sed configure:4492: checking whether the linker accepts the -rdynamic flag configure:4516: i686-uhu-linux-g++ -o conftest -rdynamic conftest.cpp >&5 configure:4516: $? = 0 configure:4535: result: yes configure:4684: i686-uhu-linux-g++ -c conftest.cpp >&5 In file included from conftest.cpp:12:0: /usr/lib/gcc/i686-uhu-linux/4.8.3/include/xmmintrin.h:31:3: error: #error "SSE instruction set not enabled" # error "SSE instruction set not enabled" ^ conftest.cpp: In function 'int main()': conftest.cpp:16:1: error: '__m128' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:8: error: expected ';' before 'v' __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:25: error: 'v' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:43: error: '_mm_loadu_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:63: error: '_mm_storeu_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:66: error: 'w' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:92: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive] __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:92: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive] conftest.cpp:16:86: error: expected primary-expression before 'const' __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:86: error: expected ')' before 'const' conftest.cpp:16:129: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive] __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:129: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive] conftest.cpp:16:123: error: expected primary-expression before 'const' __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:123: error: expected ')' before 'const' conftest.cpp:16:155: error: '__m64' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:162: error: expected primary-expression before ')' token __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:167: error: '_mm_storel_pi' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:192: error: expected primary-expression before ')' token __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:197: error: '_mm_storeh_pi' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:218: error: '_mm_add_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:239: error: '_mm_sub_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:260: error: '_mm_mul_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:305: error: '_MM_SHUFFLE' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:306: error: '_mm_shuffle_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ conftest.cpp:16:329: error: '_mm_set1_ps' was not declared in this scope __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); ^ configure:4684: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define AUDACITY_NAME "audacity" | #define INSTALL_PREFIX "/usr" | #define BUILDING_AUDACITY 1 | /* end confdefs.h. */ | #include | int | main () | { | __m128 v,w; float p[8]; v = _mm_loadu_ps(p); _mm_storeu_ps(p,v); w = _mm_loadl_pi(w,(const __m64*)p); w = _mm_loadh_pi(w,(const __m64*)p); _mm_storel_pi((__m64 *)p, w); _mm_storeh_pi((__m64 *)p, w); v = _mm_add_ps(v,w); v = _mm_sub_ps(v,w); v = _mm_mul_ps(v,w); v = _mm_shuffle_ps(v,w,_MM_SHUFFLE(0,1,2,3)); w = _mm_set1_ps(0.0f); | ; | return 0; | } configure:4705: checking for an ANSI C-conforming const configure:4771: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:4771: $? = 0 configure:4778: result: yes configure:4787: checking for grep that handles long lines and -e configure:4845: result: /bin/grep configure:4850: checking for egrep configure:4912: result: /bin/grep -E configure:4917: checking for ANSI C header files configure:4937: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:4937: $? = 0 configure:5010: i686-uhu-linux-g++ -o conftest conftest.cpp >&5 configure:5010: $? = 0 configure:5010: ./conftest configure:5010: $? = 0 configure:5021: result: yes configure:5034: checking for sys/types.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for sys/stat.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for stdlib.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for string.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for memory.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for strings.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for inttypes.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for stdint.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5034: checking for unistd.h configure:5034: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5034: $? = 0 configure:5034: result: yes configure:5046: checking for size_t configure:5046: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5046: $? = 0 configure:5046: i686-uhu-linux-g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:58:20: error: expected primary-expression before ')' token if (sizeof ((size_t))) ^ configure:5046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define AUDACITY_NAME "audacity" | #define INSTALL_PREFIX "/usr" | #define BUILDING_AUDACITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:5046: result: yes configure:5064: checking for alloca.h configure:5064: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:5064: $? = 0 configure:5064: result: yes configure:5080: checking CFLAGS for strict prototypes configure:5107: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pedantic -fstrict-prototypes -Wstrict-prototypes conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-fstrict-prototypes' configure:5107: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define AUDACITY_NAME "audacity" | #define INSTALL_PREFIX "/usr" | #define BUILDING_AUDACITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALLOCA_H 1 | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:5107: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pedantic -Wstrict-prototypes conftest.c >&5 conftest.c:25:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5107: $? = 0 configure:5129: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pedantic -Wstrict-prototypes conftest.c >&5 conftest.c:25:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5129: $? = 0 configure:5149: result: -Wstrict-prototypes configure:5162: : CFLAGS="$CFLAGS $ac_cv_cflags_strict_prototypes" configure:5165: $? = 0 configure:5173: checking wall_flags for maximum warnings configure:5200: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wstrict-prototypes -pedantic -Wall conftest.c >&5 conftest.c:25:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5200: $? = 0 configure:5214: result: -Wall configure:5227: : wall_flags="$wall_flags $ac_cv_cflags_warn_all" configure:5230: $? = 0 configure:5245: checking whether the C++ compiler accepts the -Wall flag configure:5274: i686-uhu-linux-g++ -c -Wall conftest.cpp >&5 configure:5274: $? = 0 configure:5297: result: yes configure:5322: checking whether the C++ preprocessor accepts the -Wall flag configure:5351: i686-uhu-linux-g++ -E conftest.cpp configure:5351: $? = 0 configure:5374: result: yes configure:5398: checking for simple visibility declarations configure:5420: i686-uhu-linux-g++ -c -Wall -Wall conftest.cpp >&5 configure:5420: $? = 0 configure:5429: result: yes configure:5448: checking for wx-config configure:5480: result: /usr/bin/wx-config2 configure:5501: Checking that the chosen version of wxWidgets is 2.8.x configure:5537: checking for i686-uhu-linux-pkg-config configure:5570: result: no configure:5580: checking for pkg-config configure:5598: found /usr/bin/pkg-config configure:5610: result: /usr/bin/pkg-config configure:5635: checking pkg-config is at least version 0.9.0 configure:5638: result: yes configure:5700: Configuring sources in "./lib-src/lib-widget-extra" configure:5762: running /bin/sh ./configure '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' --cache-file=/dev/null --srcdir=. configure:5770: Done configuring in "./lib-src/lib-widget-extra" configure:5777: checking for WIDGETEXTRA configure:5784: $PKG_CONFIG --exists --print-errors "libwidgetextra" configure:5787: $? = 0 configure:5800: $PKG_CONFIG --exists --print-errors "libwidgetextra" configure:5803: $? = 0 configure:5838: result: yes configure:5853: Determining what libraries are available in this tree and on the system configure:5870: checking for SNDFILE configure:5877: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.0" configure:5880: $? = 0 configure:5893: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.0" configure:5896: $? = 0 configure:5931: result: yes configure:5940: Libsndfile libraries are available as system libraries configure:5950: checking for ./lib-src/libsndfile/src/sndfile.h.in configure:5964: result: no configure:5985: libsndfile libraries are NOT available in this source tree configure:6010: checking for SOXR configure:6017: $PKG_CONFIG --exists --print-errors "soxr >= 0.0.5" Package soxr was not found in the pkg-config search path. Perhaps you should add the directory containing `soxr.pc' to the PKG_CONFIG_PATH environment variable No package 'soxr' found configure:6020: $? = 1 configure:6033: $PKG_CONFIG --exists --print-errors "soxr >= 0.0.5" Package soxr was not found in the pkg-config search path. Perhaps you should add the directory containing `soxr.pc' to the PKG_CONFIG_PATH environment variable No package 'soxr' found configure:6036: $? = 1 No package 'soxr' found configure:6063: result: no configure:6085: Soxr libraries are NOT available as system libraries configure:6091: checking for ./lib-src/libsoxr/src/soxr.h configure:6105: result: yes configure:6127: libsoxr libraries are available in the local tree configure:6158: checking for ./lib-src/libresample/include/libresample.h configure:6172: result: yes configure:6188: libresample libraries are available in the local tree configure:6216: checking for SAMPLERATE configure:6223: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.2" configure:6226: $? = 0 configure:6239: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.2" configure:6242: $? = 0 configure:6277: result: yes configure:6287: Libsamplerate libraries are available as system libraries configure:6297: checking for ./lib-src/libsamplerate/src/samplerate.h configure:6311: result: no configure:6333: libsamplerate libraries are NOT available in the local tree configure:6349: checking for XML_ParserCreate in -lexpat configure:6374: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp -lexpat -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:6374: $? = 0 configure:6383: result: yes configure:6394: checking expat.h usability configure:6394: i686-uhu-linux-g++ -c -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp >&5 configure:6394: $? = 0 configure:6394: result: yes configure:6394: checking expat.h presence configure:6394: i686-uhu-linux-g++ -E -Wall conftest.cpp configure:6394: $? = 0 configure:6394: result: yes configure:6394: checking for expat.h configure:6394: result: yes configure:6407: Expat libraries are available as system libraries configure:6417: checking for ./lib-src/expat/xmlparse/xmlparse.h configure:6431: result: no configure:6450: Expat libraries are NOT available in the local tree configure:6472: checking for vorbis_bitrate_addblock in -lvorbisfile configure:6497: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp -lvorbisfile -lvorbis -logg -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:6497: $? = 0 configure:6506: result: yes configure:6515: checking vorbis/vorbisfile.h usability configure:6515: i686-uhu-linux-g++ -c -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp >&5 configure:6515: $? = 0 configure:6515: result: yes configure:6515: checking vorbis/vorbisfile.h presence configure:6515: i686-uhu-linux-g++ -E -Wall conftest.cpp configure:6515: $? = 0 configure:6515: result: yes configure:6515: checking for vorbis/vorbisfile.h configure:6515: result: yes configure:6528: Vorbis libraries are available as system libraries configure:6538: checking for ./lib-src/libvorbis/include/vorbis/vorbisenc.h configure:6552: result: no configure:6562: checking for ./lib-src/libogg/include/ogg/ogg.h configure:6576: result: no configure:6599: Vorbis libraries are NOT available in this source tree configure:6624: checking for LIBMAD configure:6631: $PKG_CONFIG --exists --print-errors "mad >= 0.14.2b" configure:6634: $? = 0 configure:6647: $PKG_CONFIG --exists --print-errors "mad >= 0.14.2b" configure:6650: $? = 0 configure:6685: result: yes configure:6691: checking for mad_decoder_init in -lmad configure:6716: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp -lmad -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:6716: $? = 0 configure:6725: result: yes configure:6744: libmad libraries are available as system libraries configure:6753: checking for ./lib-src/libmad/frame.h configure:6767: result: no configure:6786: libmad libraries are NOT available in the local tree configure:6809: checking for FLAC__stream_decoder_new in -lFLAC configure:6834: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp -lFLAC -lFLAC++ -lFLAC -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:6834: $? = 0 configure:6843: result: yes configure:6852: checking FLAC/format.h usability configure:6852: i686-uhu-linux-g++ -c -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp >&5 configure:6852: $? = 0 configure:6852: result: yes configure:6852: checking FLAC/format.h presence configure:6852: i686-uhu-linux-g++ -E -Wall conftest.cpp configure:6852: $? = 0 configure:6852: result: yes configure:6852: checking for FLAC/format.h configure:6852: result: yes configure:6867: FLAC libraries are available as system libraries configure:6877: checking for ./lib-src/libflac/include/FLAC/format.h configure:6891: result: no configure:6901: checking for ./lib-src/libflac/include/FLAC++/decoder.h configure:6915: result: no configure:6940: FLAC libraries are NOT available in this source tree configure:6964: checking for id3_file_open in -lid3tag configure:6989: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp -lid3tag -lz -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:6989: $? = 0 configure:6998: result: yes configure:7007: checking id3tag.h usability configure:7007: i686-uhu-linux-g++ -c -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp >&5 configure:7007: $? = 0 configure:7007: result: yes configure:7007: checking id3tag.h presence configure:7007: i686-uhu-linux-g++ -E -Wall conftest.cpp configure:7007: $? = 0 configure:7007: result: yes configure:7007: checking for id3tag.h configure:7007: result: yes configure:7020: Libid3tag libraries are available as system libraries configure:7030: checking for ./lib-src/libid3tag/frame.h configure:7044: result: no configure:7064: libid3tag libraries are NOT available in the local tree configure:7087: checking for SBSMS configure:7094: $PKG_CONFIG --exists --print-errors "sbsms >= 1.6.0" Package sbsms was not found in the pkg-config search path. Perhaps you should add the directory containing `sbsms.pc' to the PKG_CONFIG_PATH environment variable No package 'sbsms' found configure:7097: $? = 1 configure:7110: $PKG_CONFIG --exists --print-errors "sbsms >= 1.6.0" Package sbsms was not found in the pkg-config search path. Perhaps you should add the directory containing `sbsms.pc' to the PKG_CONFIG_PATH environment variable No package 'sbsms' found configure:7113: $? = 1 No package 'sbsms' found configure:7140: result: no configure:7163: Libsbsms libraries are NOT available as system libraries configure:7169: checking for ./lib-src/sbsms/include/sbsms.h configure:7183: result: yes configure:7201: libsbsms libraries are available in the local tree configure:7229: checking for SOUNDTOUCH configure:7236: $PKG_CONFIG --exists --print-errors "soundtouch-1.4 >= 1.3.0" configure:7239: $? = 0 configure:7252: $PKG_CONFIG --exists --print-errors "soundtouch-1.4 >= 1.3.0" configure:7255: $? = 0 configure:7290: result: yes configure:7438: Libsoundtouch libraries are available as system libraries configure:7448: checking for ./lib-src/soundtouch/include/SoundTouch.h configure:7462: result: no configure:7481: libsoundtouch libraries are NOT available in the local tree configure:7505: checking for ./lib-src/libnyquist/nyx.h configure:7519: result: yes configure:7538: nyquist libraries are available in the local tree configure:7565: checking for VAMP configure:7572: $PKG_CONFIG --exists --print-errors "vamp-hostsdk >= 2.0" Package vamp-hostsdk was not found in the pkg-config search path. Perhaps you should add the directory containing `vamp-hostsdk.pc' to the PKG_CONFIG_PATH environment variable No package 'vamp-hostsdk' found configure:7575: $? = 1 configure:7588: $PKG_CONFIG --exists --print-errors "vamp-hostsdk >= 2.0" Package vamp-hostsdk was not found in the pkg-config search path. Perhaps you should add the directory containing `vamp-hostsdk.pc' to the PKG_CONFIG_PATH environment variable No package 'vamp-hostsdk' found configure:7591: $? = 1 No package 'vamp-hostsdk' found configure:7618: result: no configure:7641: Vamp libraries are NOT available as system libraries configure:7647: checking for ./lib-src/libvamp/vamp-hostsdk/PluginLoader.h configure:7661: result: yes configure:7680: Vamp libraries are available in the local tree configure:7707: checking for LIBTWOLAME configure:7714: $PKG_CONFIG --exists --print-errors "twolame >= 0.3.9" Package twolame was not found in the pkg-config search path. Perhaps you should add the directory containing `twolame.pc' to the PKG_CONFIG_PATH environment variable No package 'twolame' found configure:7717: $? = 1 configure:7730: $PKG_CONFIG --exists --print-errors "twolame >= 0.3.9" Package twolame was not found in the pkg-config search path. Perhaps you should add the directory containing `twolame.pc' to the PKG_CONFIG_PATH environment variable No package 'twolame' found configure:7733: $? = 1 No package 'twolame' found configure:7760: result: no configure:7782: Libtwolame library NOT available as system library configure:7788: checking for ./lib-src/twolame/libtwolame/twolame.h configure:7802: result: no configure:7824: libtwolame library is NOT available in the local tree configure:7847: checking for AVCODEC configure:7854: $PKG_CONFIG --exists --print-errors "libavcodec >= 51.53" Package libavcodec was not found in the pkg-config search path. Perhaps you should add the directory containing `libavcodec.pc' to the PKG_CONFIG_PATH environment variable No package 'libavcodec' found configure:7857: $? = 1 configure:7870: $PKG_CONFIG --exists --print-errors "libavcodec >= 51.53" Package libavcodec was not found in the pkg-config search path. Perhaps you should add the directory containing `libavcodec.pc' to the PKG_CONFIG_PATH environment variable No package 'libavcodec' found configure:7873: $? = 1 No package 'libavcodec' found configure:7900: result: no configure:7914: checking for AVFORMAT configure:7921: $PKG_CONFIG --exists --print-errors "libavformat >= 52.12" Package libavformat was not found in the pkg-config search path. Perhaps you should add the directory containing `libavformat.pc' to the PKG_CONFIG_PATH environment variable No package 'libavformat' found configure:7924: $? = 1 configure:7937: $PKG_CONFIG --exists --print-errors "libavformat >= 52.12" Package libavformat was not found in the pkg-config search path. Perhaps you should add the directory containing `libavformat.pc' to the PKG_CONFIG_PATH environment variable No package 'libavformat' found configure:7940: $? = 1 No package 'libavformat' found configure:7967: result: no configure:7981: checking for AVUTIL configure:7988: $PKG_CONFIG --exists --print-errors "libavutil" Package libavutil was not found in the pkg-config search path. Perhaps you should add the directory containing `libavutil.pc' to the PKG_CONFIG_PATH environment variable No package 'libavutil' found configure:7991: $? = 1 configure:8004: $PKG_CONFIG --exists --print-errors "libavutil" Package libavutil was not found in the pkg-config search path. Perhaps you should add the directory containing `libavutil.pc' to the PKG_CONFIG_PATH environment variable No package 'libavutil' found configure:8007: $? = 1 No package 'libavutil' found configure:8034: result: no configure:8064: FFmpeg library NOT available as system library configure:8070: checking for ./lib-src/ffmpeg/libavcodec/avcodec.h configure:8084: result: yes configure:8094: checking for ./lib-src/ffmpeg/libavformat/avformat.h configure:8108: result: yes configure:8125: FFmpeg headers are available in the local tree configure:8156: checking for PORTSMF configure:8163: $PKG_CONFIG --exists --print-errors "portSMF" Package portSMF was not found in the pkg-config search path. Perhaps you should add the directory containing `portSMF.pc' to the PKG_CONFIG_PATH environment variable No package 'portSMF' found configure:8166: $? = 1 configure:8179: $PKG_CONFIG --exists --print-errors "portSMF" Package portSMF was not found in the pkg-config search path. Perhaps you should add the directory containing `portSMF.pc' to the PKG_CONFIG_PATH environment variable No package 'portSMF' found configure:8182: $? = 1 No package 'portSMF' found configure:8209: result: no configure:8232: portSMF library is NOT available as system library configure:8237: checking for ./lib-src/portsmf/allegro.h configure:8251: result: yes configure:8284: checking for PORTAUDIO configure:8291: $PKG_CONFIG --exists --print-errors "portaudio-2.0 >= 19" configure:8294: $? = 0 configure:8307: $PKG_CONFIG --exists --print-errors "portaudio-2.0 >= 19" configure:8310: $? = 0 configure:8345: result: yes configure:8373: portaudio19 library is available as system library, but does not have the Pa_GetStreamHostApiType function. configure:8384: checking for ./lib-src/portaudio-v19/include/portaudio.h configure:8398: result: yes configure:8415: portaudio19 library is available in the local tree configure:8441: checking for lame_set_VBR_q in -lmp3lame configure:8466: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp -lmp3lame -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 >&5 configure:8466: $? = 0 configure:8475: result: yes configure:8484: checking lame/lame.h usability configure:8484: i686-uhu-linux-g++ -c -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -Wall conftest.cpp >&5 configure:8484: $? = 0 configure:8484: result: yes configure:8484: checking lame/lame.h presence configure:8484: i686-uhu-linux-g++ -E -Wall conftest.cpp configure:8484: $? = 0 configure:8484: result: yes configure:8484: checking for lame/lame.h configure:8484: result: yes configure:8495: LAME library is available as system library. configure:8512: Figuring out what libraries to enable configure:8529: Using SYSTEM libraries for LIBVORBIS configure:8529: Using SYSTEM libraries for LIBMAD configure:8529: Using SYSTEM libraries for LIBSNDFILE configure:8529: Using SYSTEM libraries for LIBFLAC configure:8529: Using SYSTEM libraries for LIBID3TAG configure:8529: Using LOCAL libraries for LIBSOXR configure:8529: Using LOCAL libraries for LIBRESAMPLE configure:8529: Using SYSTEM libraries for LIBSAMPLERATE configure:8529: Using LOCAL libraries for LIBSBSMS configure:8529: Using SYSTEM libraries for LIBSOUNDTOUCH configure:8529: Using LOCAL libraries for LIBNYQUIST configure:8529: Using LOCAL libraries for LIBVAMP configure:8529: Using SYSTEM libraries for LIBEXPAT configure:8535: disabling LIBTWOLAME configure:8556: disabling FFMPEG at your request configure:8529: Using LOCAL libraries for PORTSMF configure:8529: Using LOCAL libraries for PORTAUDIO configure:8529: Using SYSTEM libraries for LAME configure:8701: checking build system type configure:8715: result: i686-uhu-linux-gnu configure:8735: checking host system type configure:8748: result: i686-uhu-linux-gnu configure:8806: checking for library containing dlopen configure:8837: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall conftest.cpp -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat >&5 /usr/bin/ld: /tmp/ccIbchrD.o: undefined reference to symbol 'dlopen@@GLIBC_2.1' /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line /lib/libdl.so.2: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status configure:8837: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define AUDACITY_NAME "audacity" | #define INSTALL_PREFIX "/usr" | #define BUILDING_AUDACITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_VISIBILITY 1 | #define USE_SYSTEM_EXPAT 1 | #define USE_LIBVORBIS 1 | #define USE_LIBMAD 1 | #define USE_LIBFLAC 1 | #define USE_LIBID3TAG 1 | #define USE_LIBSOXR 1 | #define USE_SBSMS 1 | #define USE_SOUNDTOUCH 1 | #define USE_NYQUIST 1 | #define USE_VAMP 1 | #define USE_SYSTEM_EXPAT 1 | #define USE_MIDI 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:8837: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall conftest.cpp -ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat >&5 configure:8837: $? = 0 configure:8854: result: -ldl configure:8869: checking for GTK configure:8876: $PKG_CONFIG --exists --print-errors "gtk+-2.0" configure:8879: $? = 0 configure:8892: $PKG_CONFIG --exists --print-errors "gtk+-2.0" configure:8895: $? = 0 configure:8930: result: yes configure:8954: checking for snd_pcm_open in -lasound configure:8979: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp -lasound -ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype >&5 configure:8979: $? = 0 configure:8988: result: yes configure:9001: checking for JACK configure:9008: $PKG_CONFIG --exists --print-errors "jack" configure:9011: $? = 0 configure:9024: $PKG_CONFIG --exists --print-errors "jack" configure:9027: $? = 0 configure:9062: result: yes configure:9069: checking for HPI_SubSysCreate in -lhpi configure:9094: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp -lhpi -lm -ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -ljack -lpthread >&5 /usr/bin/ld: cannot find -lhpi collect2: error: ld returned 1 exit status configure:9094: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define AUDACITY_NAME "audacity" | #define INSTALL_PREFIX "/usr" | #define BUILDING_AUDACITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_VISIBILITY 1 | #define USE_SYSTEM_EXPAT 1 | #define USE_LIBVORBIS 1 | #define USE_LIBMAD 1 | #define USE_LIBFLAC 1 | #define USE_LIBID3TAG 1 | #define USE_LIBSOXR 1 | #define USE_SBSMS 1 | #define USE_SOUNDTOUCH 1 | #define USE_NYQUIST 1 | #define USE_VAMP 1 | #define USE_SYSTEM_EXPAT 1 | #define USE_MIDI 1 | #define HAVE_GTK 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char HPI_SubSysCreate (); | int | main () | { | return HPI_SubSysCreate (); | ; | return 0; | } configure:9103: result: no configure:9114: checking for clock_gettime in -lrt configure:9139: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp -lrt -ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -ljack -lpthread >&5 configure:9139: $? = 0 configure:9148: result: yes configure:9158: checking for clock_gettime configure:9158: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp -ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -ljack -lpthread -lrt >&5 configure:9158: $? = 0 configure:9158: result: yes configure:9158: checking for nanosleep configure:9158: i686-uhu-linux-g++ -o conftest -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp -ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -ljack -lpthread -lrt >&5 configure:9158: $? = 0 configure:9158: result: yes configure:9183: checking for lrint configure:9204: i686-uhu-linux-g++ -c -I$(top_srcdir)/lib-src/portmixer/include -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:49:6: warning: unused variable 'value' [-Wunused-variable] int value = lrint (0.432) ; ^ configure:9204: $? = 0 configure:9211: result: yes configure:9219: checking for lrintf configure:9240: i686-uhu-linux-g++ -c -I$(top_srcdir)/lib-src/portmixer/include -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:50:6: warning: unused variable 'value' [-Wunused-variable] int value = lrintf (0.432) ; ^ configure:9240: $? = 0 configure:9247: result: yes configure:9436: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp07 config.status:910: creating Makefile config.status:910: creating src/Makefile config.status:910: creating lib-src/Makefile config.status:910: creating locale/Makefile config.status:910: creating src/audacity.desktop config.status:910: creating src/configunix.h configure:10673: === configuring in lib-src/FileDialog (/var/uhubuild/work/compile/lib-src/FileDialog) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/libsoxr (/var/uhubuild/work/compile/lib-src/libsoxr) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/sbsms (/var/uhubuild/work/compile/lib-src/sbsms) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/libnyquist (/var/uhubuild/work/compile/lib-src/libnyquist) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/libvamp (/var/uhubuild/work/compile/lib-src/libvamp) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/portsmf (/var/uhubuild/work/compile/lib-src/portsmf) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/portaudio-v19 (/var/uhubuild/work/compile/lib-src/portaudio-v19) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. configure:10673: === configuring in lib-src/portmixer (/var/uhubuild/work/compile/lib-src/portmixer) configure:10736: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--without-ffmpeg' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--build=i686-uhu-linux' '--host=i686-uhu-linux' 'CFLAGS=-O2 -march=i686 -mtune=generic ' 'build_alias=i686-uhu-linux' 'host_alias=i686-uhu-linux' '--with-wx-config=/usr/bin/wx-config2' '--disable-programs' '--disable-programs' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c99_lrint=yes ac_cv_c99_lrintf=yes ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cflags_strict_prototypes=-Wstrict-prototypes ac_cv_cflags_warn_all=-Wall ac_cv_cxx_compiler_gnu=yes ac_cv_env_AVCODEC_CFLAGS_set= ac_cv_env_AVCODEC_CFLAGS_value= ac_cv_env_AVCODEC_LIBS_set= ac_cv_env_AVCODEC_LIBS_value= ac_cv_env_AVFORMAT_CFLAGS_set= ac_cv_env_AVFORMAT_CFLAGS_value= ac_cv_env_AVFORMAT_LIBS_set= ac_cv_env_AVFORMAT_LIBS_value= ac_cv_env_AVUTIL_CFLAGS_set= ac_cv_env_AVUTIL_CFLAGS_value= ac_cv_env_AVUTIL_LIBS_set= ac_cv_env_AVUTIL_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_JACK_CFLAGS_set= ac_cv_env_JACK_CFLAGS_value= ac_cv_env_JACK_LIBS_set= ac_cv_env_JACK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBMAD_CFLAGS_set= ac_cv_env_LIBMAD_CFLAGS_value= ac_cv_env_LIBMAD_LIBS_set= ac_cv_env_LIBMAD_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBTWOLAME_CFLAGS_set= ac_cv_env_LIBTWOLAME_CFLAGS_value= ac_cv_env_LIBTWOLAME_LIBS_set= ac_cv_env_LIBTWOLAME_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PORTAUDIO_CFLAGS_set= ac_cv_env_PORTAUDIO_CFLAGS_value= ac_cv_env_PORTAUDIO_LIBS_set= ac_cv_env_PORTAUDIO_LIBS_value= ac_cv_env_PORTSMF_CFLAGS_set= ac_cv_env_PORTSMF_CFLAGS_value= ac_cv_env_PORTSMF_LIBS_set= ac_cv_env_PORTSMF_LIBS_value= ac_cv_env_SAMPLERATE_CFLAGS_set= ac_cv_env_SAMPLERATE_CFLAGS_value= ac_cv_env_SAMPLERATE_LIBS_set= ac_cv_env_SAMPLERATE_LIBS_value= ac_cv_env_SBSMS_CFLAGS_set= ac_cv_env_SBSMS_CFLAGS_value= ac_cv_env_SBSMS_LIBS_set= ac_cv_env_SBSMS_LIBS_value= ac_cv_env_SNDFILE_CFLAGS_set= ac_cv_env_SNDFILE_CFLAGS_value= ac_cv_env_SNDFILE_LIBS_set= ac_cv_env_SNDFILE_LIBS_value= ac_cv_env_SOUNDTOUCH_CFLAGS_set= ac_cv_env_SOUNDTOUCH_CFLAGS_value= ac_cv_env_SOUNDTOUCH_LIBS_set= ac_cv_env_SOUNDTOUCH_LIBS_value= ac_cv_env_SOXR_CFLAGS_set= ac_cv_env_SOXR_CFLAGS_value= ac_cv_env_SOXR_LIBS_set= ac_cv_env_SOXR_LIBS_value= ac_cv_env_VAMP_CFLAGS_set= ac_cv_env_VAMP_CFLAGS_value= ac_cv_env_VAMP_LIBS_set= ac_cv_env_VAMP_LIBS_value= ac_cv_env_WIDGETEXTRA_CFLAGS_set= ac_cv_env_WIDGETEXTRA_CFLAGS_value= ac_cv_env_WIDGETEXTRA_LIBS_set= ac_cv_env_WIDGETEXTRA_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___lib_src_expat_xmlparse_xmlparse_h=no ac_cv_file___lib_src_ffmpeg_libavcodec_avcodec_h=yes ac_cv_file___lib_src_ffmpeg_libavformat_avformat_h=yes ac_cv_file___lib_src_libflac_include_FLAC_format_h=no ac_cv_file___lib_src_libflac_include_FLACpp_decoder_h=no ac_cv_file___lib_src_libid3tag_frame_h=no ac_cv_file___lib_src_libmad_frame_h=no ac_cv_file___lib_src_libnyquist_nyx_h=yes ac_cv_file___lib_src_libogg_include_ogg_ogg_h=no ac_cv_file___lib_src_libresample_include_libresample_h=yes ac_cv_file___lib_src_libsamplerate_src_samplerate_h=no ac_cv_file___lib_src_libsndfile_src_sndfile_h_in=no ac_cv_file___lib_src_libsoxr_src_soxr_h=yes ac_cv_file___lib_src_libvamp_vamp_hostsdk_PluginLoader_h=yes ac_cv_file___lib_src_libvorbis_include_vorbis_vorbisenc_h=no ac_cv_file___lib_src_portaudio_v19_include_portaudio_h=yes ac_cv_file___lib_src_portsmf_allegro_h=yes ac_cv_file___lib_src_sbsms_include_sbsms_h=yes ac_cv_file___lib_src_soundtouch_include_SoundTouch_h=no ac_cv_file___lib_src_twolame_libtwolame_twolame_h=no ac_cv_func_clock_gettime=yes ac_cv_func_nanosleep=yes ac_cv_header_FLAC_format_h=yes ac_cv_header_alloca_h=yes ac_cv_header_expat_h=yes ac_cv_header_id3tag_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_lame_lame_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vorbis_vorbisfile_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_FLAC_FLAC__stream_decoder_new=yes ac_cv_lib_asound_snd_pcm_open=yes ac_cv_lib_expat_XML_ParserCreate=yes ac_cv_lib_hpi_HPI_SubSysCreate=no ac_cv_lib_id3tag_id3_file_open=yes ac_cv_lib_mad_mad_decoder_init=yes ac_cv_lib_mp3lame_lame_set_VBR_q=yes ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_vorbisfile_vorbis_bitrate_addblock=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_WX_CONFIG=/usr/bin/wx-config2 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_HAVE_PKG_CONFIG=yes ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_search_dlopen=-ldl ac_cv_type_size_t=yes ax_cv_c_compiler_vendor=gnu ax_cv_cxx_check_flag___Wall=yes ax_cv_cxxcpp_check_flag___Wall=yes ax_cv_ld_check_flag__rdynamic=yes gl_cv_cc_visibility=yes pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' pkg_cv_JACK_CFLAGS= pkg_cv_JACK_LIBS='-ljack -lpthread ' pkg_cv_LIBMAD_CFLAGS= pkg_cv_LIBMAD_LIBS='-lmad -lm ' pkg_cv_PORTAUDIO_CFLAGS='-pthread ' pkg_cv_PORTAUDIO_LIBS='-lportaudio -lasound -lm -lpthread ' pkg_cv_SAMPLERATE_CFLAGS= pkg_cv_SAMPLERATE_LIBS='-lsamplerate ' pkg_cv_SNDFILE_CFLAGS= pkg_cv_SNDFILE_LIBS='-lsndfile ' pkg_cv_SOUNDTOUCH_CFLAGS='-I/usr/include/soundtouch ' pkg_cv_SOUNDTOUCH_LIBS='-lSoundTouch ' pkg_cv_WIDGETEXTRA_CFLAGS='-I/var/uhubuild/work/compile/lib-src/lib-widget-extra ' pkg_cv_WIDGETEXTRA_LIBS='-L/var/uhubuild/work/compile/lib-src/lib-widget-extra -lwidgetextra ' ## ----------------- ## ## Output variables. ## ## ----------------- ## AFTERBUILD='' AUDACITY_NAME='audacity' AVCODEC_CFLAGS='' AVCODEC_LIBS='' AVFORMAT_CFLAGS='' AVFORMAT_LIBS='' AVUTIL_CFLAGS='' AVUTIL_LIBS='' BUILD_LDFLAGS=' -rdynamic -L/var/uhubuild/work/compile/lib-src/lib-widget-extra -lwidgetextra -L$(top_builddir)/lib-src/libvamp/src -lvamp-hostsdk ' CC='i686-uhu-linux-gcc' CDEPEND='' CFLAGS='-O2 -march=i686 -mtune=generic -Wstrict-prototypes -Wall' CFLAG_VISIBILITY='-fvisibility=hidden' CONFIGHEADER='configunix.h' CPPFLAGS=' -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXFLAGS='-I$(top_srcdir)/lib-src/portmixer/include -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I$(top_srcdir)/lib-src/FileDialog -I/var/uhubuild/work/compile/lib-src/lib-widget-extra -I$(top_srcdir)/lib-src/libsoxr/src -I$(top_srcdir)/lib-src/sbsms/include -I/usr/include/soundtouch -I$(top_srcdir)/lib-src/libnyquist -I$(top_srcdir)/lib-src/libvamp -I$(top_srcdir)/lib-src/portsmf -I$(top_srcdir)/lib-src/portaudio-v19/include ' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXTRAINSTALLTARGETS=' install-extra-data' EXTRAOBJS='' EXTRATARGETS='' EXTRAUNINSTALLTARGETS=' uninstall-extra-data' GREP='/bin/grep' GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' HAVE_GTK='' HAVE_PKG_CONFIG='yes' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PREFIX='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' JACK_CFLAGS='' JACK_LIBS='-ljack -lpthread ' LDFLAGS='' LIBMAD_CFLAGS='' LIBMAD_LIBS='-lmad -lm ' LIBOBJS='' LIBS='-ldl -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lvorbisenc -lvorbisfile -lvorbis -logg -lmad -lm -lsndfile -lFLAC++ -lFLAC -lid3tag -lSoundTouch -lexpat -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -ljack -lpthread -lrt' LIBSRC_BUILD=' widgetextra vamp-sdk ' LIBTWOLAME_CFLAGS='' LIBTWOLAME_LIBS='' LOCAL_LIBS=' FileDialog.a libsoxr.a libsbsms.a libnyquist.a libportSMF.a libportaudio.a libportmixer.a' LTLIBOBJS='' MIMETYPES='application/ogg;audio/x-vorbis+ogg;audio/mpeg;audio/basic;audio/x-aiff;audio/x-wav;audio/flac;audio/x-flac;' OBJEXT='o' OPTOBJS=' ondemand/ODDecodeFlacTask.o effects/nyquist/Nyquist.o effects/nyquist/LoadNyquist.o effects/vamp/VampEffect.o effects/vamp/LoadVamp.o NoteTrack.o import/ImportMIDI.o effects/ladspa/LoadLadspa.o effects/ladspa/LadspaEffect.o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PORTAUDIO_CFLAGS='-pthread ' PORTAUDIO_LIBS='-lportaudio -lasound -lm -lpthread ' PORTSMF_CFLAGS='' PORTSMF_LIBS='' PRECOMP_CFLAGS='' SAMPLERATE_CFLAGS='' SAMPLERATE_LIBS='-lsamplerate ' SBSMS_CFLAGS='' SBSMS_LIBS='' SED='/bin/sed' SHELL='/bin/sh' SNDFILE_CFLAGS='' SNDFILE_LIBS='-lsndfile ' SOUNDTOUCH_CFLAGS='-I/usr/include/soundtouch ' SOUNDTOUCH_LIBS='-lSoundTouch ' SOXR_CFLAGS='' SOXR_LIBS='' VAMP_CFLAGS='' VAMP_LIBS='' WIDGETEXTRA_CFLAGS='-I/var/uhubuild/work/compile/lib-src/lib-widget-extra ' WIDGETEXTRA_LIBS='-L/var/uhubuild/work/compile/lib-src/lib-widget-extra -lwidgetextra ' WX_CONFIG='/usr/bin/wx-config2' ac_ct_CC='' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' lib-src/FileDialog lib-src/libsoxr lib-src/sbsms lib-src/libnyquist lib-src/libvamp lib-src/portsmf lib-src/portaudio-v19 lib-src/portmixer' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define AUDACITY_NAME "audacity" #define INSTALL_PREFIX "/usr" #define BUILDING_AUDACITY 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_VISIBILITY 1 #define USE_SYSTEM_EXPAT 1 #define USE_LIBVORBIS 1 #define USE_LIBMAD 1 #define USE_LIBFLAC 1 #define USE_LIBID3TAG 1 #define USE_LIBSOXR 1 #define USE_SBSMS 1 #define USE_SOUNDTOUCH 1 #define USE_NYQUIST 1 #define USE_VAMP 1 #define USE_SYSTEM_EXPAT 1 #define USE_MIDI 1 #define HAVE_GTK 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_NANOSLEEP 1 #define USE_PORTMIXER 1 #define HAVE_LRINT 1 #define HAVE_LRINTF 1 #define USE_LADSPA 1 configure: exit 0