Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi:~/hyperion.ng/build $ cmake -DCMAKE_BUILD_TYPE=Release ..
- -- The C compiler identification is GNU 4.9.2
- -- The CXX compiler identification is GNU 4.9.2
- -- 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
- -- 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
- -- PLATFORM is not defined, evaluated platform: rpi
- -- PLATFORM: rpi
- -- ENABLE_AMLOGIC = OFF
- -- ENABLE_DISPMANX = ON
- -- ENABLE_FB = ON
- -- ENABLE_OSX = OFF
- -- ENABLE_SPIDEV = ON
- -- ENABLE_TINKERFORGE = ON
- -- ENABLE_V4L2 = ON
- -- ENABLE_WS281XPWM = ON
- -- ENABLE_X11 = OFF
- -- ENABLE_TESTS = OFF
- -- ENABLE_PROFILER = OFF
- -- Current Version: master (GitHub-a43d60e/58374b6-1480976174)
- -- Performing Test COMPILER_SUPPORTS_CXX11
- -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
- -- Performing Test COMPILER_SUPPORTS_CXX0X
- -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
- -- Found Qt Version: 5.3.2
- -- Found libusb-1.0:
- -- - Includes: /usr/include/libusb-1.0
- -- - Libraries: /usr/lib/arm-linux-gnueabihf/libusb-1.0.so
- -- Looking for include file pthread.h
- -- Looking for include file pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - not found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
- -- Looking for dlfcn.h
- -- Looking for dlfcn.h - found
- -- Looking for inttypes.h
- -- Looking for inttypes.h - found
- -- Looking for memory.h
- -- Looking for memory.h - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for stdlib.h
- -- Looking for stdlib.h - found
- -- Looking for strings.h
- -- Looking for strings.h - found
- -- Looking for string.h
- -- Looking for string.h - found
- -- Looking for sys/stat.h
- -- Looking for sys/stat.h - found
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for unistd.h
- -- Looking for unistd.h - found
- -- Protobuf: doing try-compiles for hash map/set headers
- -- Protobuf: doing try-compiles for pthread test
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- CMake Warning (dev) at dependencies/external/protobuf/src/CMakeLists.txt:324 (get_target_property):
- Policy CMP0026 is not set: Disallow use of the LOCATION target property.
- Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- The LOCATION property should not be read from target "protoc_compiler".
- Use the target name directly with add_custom_command, or use the generator
- expression $<TARGET_FILE>, as appropriate.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Using protobuf compiler: /home/pi/hyperion.ng/build/bin//protoc
- -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (found version "3.4.2")
- CMake Warning at doc/CMakeLists.txt:31 (message):
- Doxygen not found, unable to generate documenation!
- -- Configuring done
- CMake Warning (dev) at libsrc/hyperion/CMakeLists.txt:50 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion" links to target "Qt5::SerialPort" but the target was not
- found. Perhaps a find_package() call is missing for an IMPORTED target, or
- an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/commandline/CMakeLists.txt:33 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "commandline" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/jsonserver/CMakeLists.txt:27 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "jsonserver" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/protoserver/CMakeLists.txt:39 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "protoserver" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/bonjour/CMakeLists.txt:24 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "bonjour" links to target "Qt5::SerialPort" but the target was not
- found. Perhaps a find_package() call is missing for an IMPORTED target, or
- an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/boblightserver/CMakeLists.txt:22 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "boblightserver" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/udplistener/CMakeLists.txt:20 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "udplistener" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/kodivideochecker/CMakeLists.txt:20 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "kodivideochecker" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/effectengine/CMakeLists.txt:43 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "effectengine" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/grabber/dispmanx/CMakeLists.txt:26 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "dispmanx-grabber" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/grabber/framebuffer/CMakeLists.txt:26 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "framebuffer-grabber" links to target "Qt5::SerialPort" but the
- target was not found. Perhaps a find_package() call is missing for an
- IMPORTED target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/grabber/v4l2/CMakeLists.txt:21 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "v4l2-grabber" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at libsrc/webconfig/CMakeLists.txt:41 (add_library):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "webconfig" links to target "Qt5::SerialPort" but the target was not
- found. Perhaps a find_package() call is missing for an IMPORTED target, or
- an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperiond/CMakeLists.txt:2 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperiond" links to target "Qt5::SerialPort" but the target was not
- found. Perhaps a find_package() call is missing for an IMPORTED target, or
- an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-remote/CMakeLists.txt:24 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-remote" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-v4l2/CMakeLists.txt:27 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-v4l2" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-dispmanx/CMakeLists.txt:27 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-dispmanx" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-framebuffer/CMakeLists.txt:26 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-framebuffer" links to target "Qt5::SerialPort" but the
- target was not found. Perhaps a find_package() call is missing for an
- IMPORTED target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperiond/CMakeLists.txt:2 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperiond" links to target "Qt5::SerialPort" but the target was not
- found. Perhaps a find_package() call is missing for an IMPORTED target, or
- an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-remote/CMakeLists.txt:24 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-remote" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-v4l2/CMakeLists.txt:27 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-v4l2" links to target "Qt5::SerialPort" but the target was
- not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-dispmanx/CMakeLists.txt:27 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-dispmanx" links to target "Qt5::SerialPort" but the target
- was not found. Perhaps a find_package() call is missing for an IMPORTED
- target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/hyperion-framebuffer/CMakeLists.txt:26 (add_executable):
- Policy CMP0028 is not set: Double colon in target name means ALIAS or
- IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
- Use the cmake_policy command to set the policy and suppress this warning.
- Target "hyperion-framebuffer" links to target "Qt5::SerialPort" but the
- target was not found. Perhaps a find_package() call is missing for an
- IMPORTED target, or an ALIAS target is missing?
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in src/hyperion-remote/CMakeLists.txt:
- Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
- Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in src/hyperion-v4l2/CMakeLists.txt:
- Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
- Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in src/hyperion-dispmanx/CMakeLists.txt:
- Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
- Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in src/hyperion-framebuffer/CMakeLists.txt:
- Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
- Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Generating done
- -- Build files have been written to: /home/pi/hyperion.ng/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement