FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.94k stars 353 forks source link

CMake Error #282

Closed thboehi closed 2 years ago

thboehi commented 2 years ago

Hi,

I try to build with cmake but I get this error, that I can not figure it out.

-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenSSL: /usr/lib/arm-linux-gnueabihf/libcrypto.so (found suitable version "1.1.1d", minimum required is "1.1.1")
-- Found OpenMAX libraries for Raspberry Pi
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Checking for modules 'gstreamer-1.0>=1.4;gstreamer-sdp-1.0>=1.4;gstreamer-video-1.0>=1.4;gstreamer-app-1.0>=1.4'
--   Found gstreamer-1.0, version 1.14.4
--   Found gstreamer-sdp-1.0, version 1.14.4
--   Found gstreamer-video-1.0, version 1.14.4
--   Found gstreamer-app-1.0, version 1.14.4
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBPLIST
    linked by target "airplay" in directory /home/pi/RPiPlay/lib

-- Configuring incomplete, errors occurred!
See also "/home/pi/RPiPlay/build/CMakeFiles/CMakeOutput.log".

I'm using official Raspbian OS, because as seen on a issue from last year, this might have been the problem

JackKenney commented 2 years ago

Did you figure this out? Getting the same issue on Ubuntu 20.04

AndreasPantle commented 2 years ago

Got the same problem here... What was the solution?

kadiryaren commented 1 year ago

I got the same error. Did you handle this issue ?