By the way, I have qtractor 0.5.4.
I would like to try 0.5.6, it would be great if you could name the packages needed. Its been hard for me to find the ladspa package (I have ladspa-sdk, is this it?)
I made a first attemtp and got this on config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Qtractor configure 0.5.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = fn-desktop uname -m = i686 uname -r = 2.6.33-19-realtime uname -s = Linux uname -v = #13 SMP PREEMPT RT Tue Aug 30 10:07:33 UTC 2011 /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/libfm PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2816: checking for gcc configure:2832: found /usr/bin/gcc configure:2843: result: gcc configure:3072: checking for C compiler version configure:3081: gcc --version >&5 gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 Copyright (C) 2009 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:3092: $? = 0 configure:3081: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) configure:3092: $? = 0 configure:3081: gcc -V >&5 gcc: '-V' option must have argument configure:3092: $? = 1 configure:3081: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3092: $? = 1 configure:3112: checking whether the C compiler works configure:3134: gcc conftest.c >&5 configure:3138: $? = 0 configure:3186: result: yes configure:3189: checking for C compiler default output file name configure:3191: result: a.out configure:3197: checking for suffix of executables configure:3204: gcc -o conftest conftest.c >&5 configure:3208: $? = 0 configure:3230: result: configure:3252: checking whether we are cross compiling configure:3260: gcc -o conftest conftest.c >&5 configure:3264: $? = 0 configure:3271: ./conftest configure:3275: $? = 0 configure:3290: result: no configure:3295: checking for suffix of object files configure:3317: gcc -c conftest.c >&5 configure:3321: $? = 0 configure:3342: result: o configure:3346: checking whether we are using the GNU C compiler configure:3365: gcc -c conftest.c >&5 configure:3365: $? = 0 configure:3374: result: yes configure:3383: checking whether gcc accepts -g configure:3403: gcc -c -g conftest.c >&5 configure:3403: $? = 0 configure:3444: result: yes configure:3461: checking for gcc option to accept ISO C89 configure:3524: gcc -c -g -O2 conftest.c >&5 configure:3524: $? = 0 configure:3537: result: none needed configure:3562: checking how to run the C preprocessor configure:3593: gcc -E conftest.c configure:3593: $? = 0 configure:3607: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3607: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Qtractor" | #define PACKAGE_TARNAME "qtractor" | #define PACKAGE_VERSION "0.5.6" | #define PACKAGE_STRING "Qtractor 0.5.6" | #define PACKAGE_BUGREPORT "rncbc@rncbc.org" | #define PACKAGE_URL "" | #define CONFIG_PREFIX "/usr/local" | /* end confdefs.h. */ | #include configure:3632: result: gcc -E configure:3652: gcc -E conftest.c configure:3652: $? = 0 configure:3666: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Qtractor" | #define PACKAGE_TARNAME "qtractor" | #define PACKAGE_VERSION "0.5.6" | #define PACKAGE_STRING "Qtractor 0.5.6" | #define PACKAGE_BUGREPORT "rncbc@rncbc.org" | #define PACKAGE_URL "" | #define CONFIG_PREFIX "/usr/local" | /* end confdefs.h. */ | #include configure:3752: checking for g++ configure:3782: result: no configure:3752: checking for c++ configure:3782: result: no configure:3752: checking for gpp configure:3782: result: no configure:3752: checking for aCC configure:3782: result: no configure:3752: checking for CC configure:3782: result: no configure:3752: checking for cxx configure:3782: result: no configure:3752: checking for cc++ configure:3782: result: no configure:3752: checking for cl.exe configure:3782: result: no configure:3752: checking for FCC configure:3782: result: no configure:3752: checking for KCC configure:3782: result: no configure:3752: checking for RCC configure:3782: result: no configure:3752: checking for xlC_r configure:3782: result: no configure:3752: checking for xlC configure:3782: result: no configure:3806: checking for C++ compiler version configure:3815: g++ --version >&5 ./configure: line 3817: g++: command not found configure:3826: $? = 127 configure:3815: g++ -v >&5 ./configure: line 3817: g++: command not found configure:3826: $? = 127 configure:3815: g++ -V >&5 ./configure: line 3817: g++: command not found configure:3826: $? = 127 configure:3815: g++ -qversion >&5 ./configure: line 3817: g++: command not found configure:3826: $? = 127 configure:3830: checking whether we are using the GNU C++ compiler configure:3849: g++ -c conftest.cpp >&5 ./configure: line 1608: g++: command not found ... configure:3858: result: no
configure: exit 1
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
4 hours 50 min ago
22 hours 21 min ago
4 hours 46 min ago
1 day 6 hours ago
1 day 18 hours ago
1 day 18 hours ago
1 day 18 hours ago
2 days 18 min ago
2 days 1 hour ago
2 days 7 hours ago