[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Installing SuperCollider from source: cmake does not recognize jack



That was the problem! Thanks, Brian and Patrick! And everyone else who ended up reading this ...

On Thu, Jan 3, 2019 at 11:32 PM <p.dupuis@xxxxxxxx> wrote:
Should be the package libjack-jackd2-dev.

Cheers,
Patrick


From: owner-sc-users@xxxxxxxxxxxxxxxx <owner-sc-users@xxxxxxxxxxxxxxxx> on behalf of jeffbrown.the@xxxxxxxxx <jeffbrown.the@xxxxxxxxx>
Sent: January 3, 2019 11:06 PM
To: sc-users@xxxxxxxxxxxxxxxx
Subject: Re: [sc-users] Installing SuperCollider from source: cmake does not recognize jack
 
What are they called? How would I find where they are? I installed all this stuff:

sudo apt install pkg-config qt5-default qt5-qmake qttools5-dev qttools5-dev-tools qtdeclarative5-dev qtpositioning5-dev libqt5sensors5-dev libqt5opengl5-dev qtwebengine5-dev libqt5svg5-dev libqt5websockets5-dev build-essential
sudo apt install libavahi-client-dev libicu-dev libreadline6-dev libfftw3-dev libxt-dev libudev-dev 
sudo apt install libasound2-dev
sudo apt install libsndfile1-dev 


On Thu, Jan 3, 2019 at 10:02 PM <brianlheim@xxxxxxxxx> wrote:
You have to install the development headers as well as the jack binary; are you sure you have those? If you do, double-check their location, maybe they are somewhere unusual that cmake cannot find.

Brian

On Thu, Jan 3, 2019, 8:39 PM <jeffbrown.the@xxxxxxxxx wrote:
A new year, a new system -- I'm trying to install SC from source again. I installed jack and lots of other goodies via the kxstudio repos. I installed everything else required (as documented here[1]) via apt as normal.

If I ask which version of Jack I'm running, it says version 2:

jeff@jeff-Inspiron-5567:~/installs/supercollider/build$ jackd -V
jackdmp version 1.9.12 tmpdir /dev/shm protocol 8

(According to this[2], Jack 1 version numbers start with a 0; Jack 2 version numbers start with a 1.)

But when I try to run cmake, I get a "No package 'jack' found" message. Below is what prints to screen; here[3] is a more detailed error log.

jeff@jeff-Inspiron-5567:~/installs/supercollider/build$ cmake ..
-- SuperCollider Version: 3.10.0
-- Building from branch develop, commit hash is b5880acb0
-- Build type defaulting to "RelWithDebInfo"
-- Compiling with Qt GUI
-- building boost libraries manually
-- using bundled libyaml-cpp
-- HIDAPI components:
--     linux hidraw
-- libudev stable: 1
-- Found UDev: /lib/x86_64-linux-gnu/libudev.so
--    include: /usr/include
--     hidapi_parser
-- Building with HID support
-- Using fftw3f
-- Checking for module 'jack'
--   No package 'jack' found
CMake Error at server/scsynth/CMakeLists.txt:21 (message):
  Jack selected as audio API, but development files not found

-- Configuring incomplete, errors occurred!
See also "/home/jeff/installs/supercollider/build/CMakeFiles/CMakeOutput.log".




--
Jeff Brown | Jeffrey Benjamin Brown
Website   |   Facebook   |   LinkedIn(spammy, so I often miss messages here)   |   Github   


--
Jeff Brown | Jeffrey Benjamin Brown
Website   |   Facebook   |   LinkedIn(spammy, so I often miss messages here)   |   Github   


--
Jeff Brown | Jeffrey Benjamin Brown
Website   |   Facebook   |   LinkedIn(spammy, so I often miss messages here)   |   Github