#Build of Audacity fails #building
1 messages · Page 1 of 1 (latest)
Many errors from Cmake like:
CMake Error at lib-src/libnyquist/CMakeLists.txt:3 (add_library):
Target "libnyquist" links to target "portaudio::portaudio" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
or
CMake Error at cmake-proxies/cmake-modules/AudacityFunctions.cmake:404 (add_library):
Target "lib-audio-devices" links to target "portaudio::portaudio" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
cmake-proxies/cmake-modules/AudacityFunctions.cmake:590 (audacity_module_fn)
libraries/lib-audio-devices/CMakeLists.txt:28 (audacity_library)
Help!
Conan up to date and Cmake ver 3.22.2
Updated Cmake to latest and now new errors:
CMake Error at cmake-proxies/cmake-modules/AudacityFunctions.cmake:496 (target_link_libraries):
Target "lib-audio-devices" links to:
portaudio::portaudio
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
cmake-proxies/cmake-modules/AudacityFunctions.cmake:590 (audacity_module_fn)
libraries/lib-audio-devices/CMakeLists.txt:28 (audacity_library)