Re: [Csnd-dev] Building on Linux/rpi
Dave Seidel <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CAMnrweAvuGXyJVOCTSCoU0K16cGJAyGZwj9zERYtSiHSCZN_zA@mail.gmail.com> |
It did however create a Makefile, and I ran it. It ended thus: [ 81%] Linking CXX shared library libcsound64.so /usr/bin/ld: cannot find -lIntl::Intl collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/csound64.dir/build.make:4023: libcsound64.so.7.0] Error 1 make[1]: *** [CMakeFiles/Makefile2:538: CMakeFiles/csound64.dir/all] Error 2 make: *** [Makefile:163: all] Error 2 On Tue, Jun 11, 2024 at 10:32 AM Dave Seidel <[email protected]> wrote: > I'm attempting my first v7/develop build on a Raspberry Pi (where I've > been building v6 for several years. > > When I start with a clean "build" subdirectory and execute "cmake ..", I > get the two following errors (really the same error): > > CMake Error at CMakeLists.txt:1416 (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:1198 (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? > > I re-ran "sudo apt-get build-dep csound" but didn;t get anything new, and > my system is up to date. I see that BUILD.md hasn't changed in two years. > Does it need to be updated? > > - Dave >