Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set -e; /usr/bin/mkdir -p ./contrib/x265/x265_4.1/8bit; cd ./contrib/x265/x265_4.1/8bit; CC=/usr/bin/gcc CFLAGS="-I/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/include -std=gnu99 -mfpmath=sse -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fstack-protector-strong -D_FORTIFY_SOURCE=2" CXX=/usr/bin/g++ CXXFLAGS="-I/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/include -mfpmath=sse -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fstack-protector-strong -D_FORTIFY_SOURCE=2" CPPFLAGS="-I/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/include " LDFLAGS="-L/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -fstack-protector-strong" PKG_CONFIG_PATH="/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/lib/pkgconfig:" cmake -DCMAKE_INSTALL_PREFIX="/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/" -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF -DEXTRA_LIB="x265_main10.a;x265_main12.a" -DEXTRA_LINK_FLAGS=-L. -DLINKED_10BIT=ON -DLINKED_12BIT=ON -DCMAKE_ASM_NASM_FLAGS=-w-macro-params-legacy -DCMAKE_BUILD_TYPE=Release "/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/x265/x265_4.1/source/"
- -- cmake version 4.0.0
- CMake Error at CMakeLists.txt:10 (cmake_policy):
- Policy CMP0025 may not be set to OLD behavior because this version of CMake
- no longer supports it. The policy was introduced in CMake version 3.0.0,
- and use of NEW behavior is now required.
- Please either update your CMakeLists.txt files to conform to the new
- behavior or use an older version of CMake that still supports the old
- behavior. Run cmake --help-policy CMP0025 for more information.
- CMake Error at CMakeLists.txt:16 (cmake_policy):
- Policy CMP0054 may not be set to OLD behavior because this version of CMake
- no longer supports it. The policy was introduced in CMake version 3.1.0,
- and use of NEW behavior is now required.
- Please either update your CMakeLists.txt files to conform to the new
- behavior or use an older version of CMake that still supports the old
- behavior. Run cmake --help-policy CMP0054 for more information.
- CMake Warning (dev) at CMakeLists.txt:19 (project):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- The C compiler identification is GNU 14.2.1
- -- The CXX compiler identification is GNU 14.2.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/gcc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/g++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Error at CMakeLists.txt:20 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
- -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement