Menu

#51 QjackCtl build issue

git_head
open
nobody
None
2020-08-17
2020-08-16
Alias001
No

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?

Discussion

  • Rui Nuno Capela

    Rui Nuno Capela - 2020-08-16

    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.

     
  • Alias001

    Alias001 - 2020-08-17

    Thank you that did it! I was running QJackCtl-0.5.0 from Ubuntu Studio. It seemed a bit buggy and had some issues. The update is more stable and works better with a much improved graph interface. Thank you for all your work. I still have issues with playback though. I can't seem to output through HDMI... Jack Sync (pulse in & out) are creating sound and my system is recognizing them but I get no output through my HDMI. I've tried adjusting to every output in [Settings] [Advanced] [Output Device] and no luck. My video card software says I'm using hw:NVidia,3 HDMI 0 but this still produces no sound in this option. Is there something I need to do to patch audio through HDMI? Any suggestions?

     

Log in to post a comment.