Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake could not find LibDL or LibMagic even though they are installed with apt #11

Open
NlGHT opened this issue Dec 10, 2019 · 0 comments

Comments

@NlGHT
Copy link

NlGHT commented Dec 10, 2019

Hey,

I've been trying to build airwave, but for some reason cmake can't find LibMagic or LibDL. I have also tried to skip these and turns out it can't find X11 either. All of these packages I have installed already through apt (libmagic-dev, libx11-dev) and I'm running on Mint 19.1. Just wondering if anyone else seemed to encounter a similar issue or if there is something obvious I might be missing.

My terminal output shows this:

~/DownloadedZipApps/airwave$ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=/home/night/DownloadedZipApps/airwave-install

-- VST2 SDK headers are found in /home/night/DownloadedZipApps/airwave/VST2
-- Could NOT find LibDL (missing: LIBDL_LIBRARY) 
-- libmagic version: 5.32
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find LibMagic (missing: LIBMAGIC_LIBRARY)
Call Stack (most recent call first):
  /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindLibMagic.cmake:61 (find_package_handle_standard_args)
  src/plugin/CMakeLists.txt:6 (find_package)

Any help or pointers appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant