You are here

Add new comment

Hi Rui,

thanks for that really fast reply. It would be great if I can contribute something which helps to get the program more stable. I don´t have any experience with building programs, but I think it´s managable. I downloaded the files form git and have it in folder qtractor-git

Then I executed ./autogen.sh which generated a file "aclocal.m4"

Then:

fox@fox-MS-7817:/src/qtractor-git$ ./configure --enable-debug
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for g++ major version... 4
checking for qmake... /usr/bin/qmake
checking for Qt major version... qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
0
checking for qmake-qt5... no
configure: error: qmake-qt5 not found in current PATH. Maybe QT development environment isn't available. (qt5-devel)
fox@fox-MS-7817:/src/qtractor-git$

Now I stuck as something seems to be missing.

When there´s a new version of qtractor, do I have to first uninstall the current built version? If so, how to do that?
Is it enough to build qtractor first or should I also build the Calf Plugins by myself? I guess that´s more difficult?

Cheers and thanks,
Marco