You are here

qjackctl install issues

Here is what I get when I type ./configure at the command prompt;

alias001@alias001-Alienware-X51-R2:~$ dir
Desktop Downloads Pictures qjackctl-0.6.3 Qt Templates
Documents Music Public qjackctl-0.6.3.tar.gz snap Videos
alias001@alias001-Alienware-X51-R2:~$ cd qjackctl-0.6.3
alias001@alias001-Alienware-X51-R2:~/qjackctl-0.6.3$ ./configure
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... 9
checking for qtchooser... no
checking for qmake... no
checking for qmake-qt5... no
checking for Qt major version... ./configure: line 4369: no: command not found
0
checking for qmake-qt5... no
configure: error: qmake-qt5 not found in current PATH. Maybe QT development environment isn't available. (qt5-devel)
alias001@alias001-Alienware-X51-R2:~/qjackctl-0.6.3$

I have installed CMake, I have installed QT. How can I get the configuration done to start the install?

Forums: 
rncbc's picture

hi,
please install all the development and build requirements... if on debian, or the likes (eg. ubuntu), these and all their respective dependencies are mandatory:

automake, pkg-config, qtchooser, qtbase5-dev, qtbase5-dev-tools, qttools5-dev, qttools5-dev-tools, libjack-dev (or libjack-jackd2-dev), libasound2-dev.

note that all but the first are needed you you go with a cmake build.

hth.
cheers

Add new comment