Re: [Csnd-dev] yet Another build failure
john <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
CMake Warning (dev) at
/usr/share/cmake-3.13/Modules/CheckIncludeFile.cmake:70 (message):
Policy CMP0075 is not set: Include file check macros honor
CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
details. Use the cmake_policy command to set the policy and suppress
this
warning.
CMAKE_REQUIRED_LIBRARIES is set to:
/usr/lib/x86_64-linux-gnu/libsndfile.so;pthread
For compatibility with CMake 3.11 and below this check is ignoring it.
Call Stack (most recent call first):
CMakeLists.txt:521 (check_include_file)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at CMakeLists.txt:1238 (add_library):
Target "csound64-static" links to target "Intl::Intl" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at CMakeLists.txt:1041 (add_library):
Target "csound64" links to target "Intl::Intl" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target,
or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:1041 (add_library):
Target "csound64" links to target "Intl::Intl" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target,
or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:1238 (add_library):
Target "csound64-static" links to target "Intl::Intl" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
On Sat, 6 Jan 2024, john wrote:
> I tried reverting the PR ut it made no difference in the failure.
>
> To that I shoud add that I cannot build cs6 on Debian
> /usr/bin/ld: cannot find -lIntl::Intl
> collect2: error: ld returned 1 exit status
>
>
>
> So another day witht a working system
>
> ==John ff
>