Re: [Audacity-devel] Unable to build Audacity with Jackd support
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Steve F. <ste...@gm...> - 2021-04-26 14:35:51
|
Found it. It's a bug, and a regression against Audacity 3.0.0. Unfortunately Audacity 3.0.2 was released with the bug. I'll be committing the fix shortly. Steve On Mon, 26 Apr 2021 at 00:35, Steve Fiddle <ste...@gm...> wrote: > I have tried with both jackd and jackd2, but jack support fails with both. > Currently I have jackd installed and have libjack-dev. > > Running cmake includes the following (below): > > Steve > > -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version > "1.2.2") > CMake Warning at cmake-proxies/portaudio-v19/CMakeLists.txt:91 > (find_package): > By not providing "Findjack.cmake" in CMAKE_MODULE_PATH this project has > asked CMake to find a package configuration file provided by "jack", but > CMake did not find one. > > Could not find a package configuration file provided by "jack" with any > of > the following names: > > jackConfig.cmake > jack-config.cmake > > Add the installation prefix of "jack" to CMAKE_PREFIX_PATH or set > "jack_DIR" to a directory containing one of the above files. If "jack" > provides a separate development package or SDK, be sure it has been > installed. > |