-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Description
OS: Slackware64-current
lightspark: ff8878a
Boost was updated to 1.70.0 and now lightspark no longer builds with 0.8.1. I next tried the master and it doesn't even get past the cmake configure.
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/local/bin/cc
-- Check for working C compiler: /usr/local/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/local/bin/c++
-- Check for working CXX compiler: /usr/local/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test GCC_IS_4_6
-- Performing Test GCC_IS_4_6 - Success
-- Found gnash path: /usr/bin/gtk-gnash
-- The ASM-NASM compiler identification is NASM
-- Found assembler: /usr/bin/nasm
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
-- Found Freetype: /usr/lib64/libfreetype.so
-- Found OpenGL: /usr/lib64/libGL.so
-- Found GLEW: /usr/lib64/libGLEW.so
-- Found PCRE: /usr/lib64/libpcre.so
-- Found JPEG: /usr/lib64/libjpeg.so (found version "62")
-- Found PNG: /usr/lib64/libpng.so (found version "1.6.37")
-- Checking for module 'liblzma'
-- Found liblzma, version 5.2.4
-- Found Boost 1.70.0 at /usr/lib64/cmake/Boost-1.70.0
-- Requested configuration: QUIET REQUIRED COMPONENTS filesystem;system
-- Found boost_headers 1.70.0 at /usr/lib64/cmake/boost_headers-1.70.0
-- Found boost_filesystem 1.70.0 at /usr/lib64/cmake/boost_filesystem-1.70.0
-- No suitable boost_filesystem variant has been identified!
-- libboost_filesystem.so.1.70.0 (shared, BUILD_SHARED_LIBS not ON, set Boost_USE_STATIC_LIBS=OFF to override)
CMake Error at /usr/lib64/cmake/Boost-1.70.0/BoostConfig.cmake:95 (find_package):
Found package configuration file:
/usr/lib64/cmake/boost_filesystem-1.70.0/boost_filesystem-config.cmake
but it set boost_filesystem_FOUND to FALSE so package "boost_filesystem" is
considered to be NOT FOUND. Reason given by package:
No suitable build variant has been found.
Call Stack (most recent call first):
/usr/lib64/cmake/Boost-1.70.0/BoostConfig.cmake:124 (boost_find_dependency)
/usr/share/cmake-3.14/Modules/FindBoost.cmake:266 (find_package)
CMakeLists.txt:278 (find_package)
CMake Warning (dev) in /usr/share/cmake-3.14/Modules/FindBoost.cmake:
Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
and POP. Run "cmake --help-policy CMP0011" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
The included script
/usr/share/cmake-3.14/Modules/FindBoost.cmake
affects policy settings. CMake is implying the NO_POLICY_SCOPE option for
compatibility, so the effects are applied to the including context.
Call Stack (most recent call first):
CMakeLists.txt:278 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/tmp/SBo/lightspark/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/SBo/lightspark/build/CMakeFiles/CMakeError.log".
Metadata
Metadata
Assignees
Labels
No labels