microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.17k stars 6.39k forks source link

[<osg>] build failure on android #40410

Open Liter233 opened 2 months ago

Liter233 commented 2 months ago

Operating system

Linux

Compiler

clang++

Steps to reproduce the behavior

./vcpkg install osg[core,plugins,tools,freetype]:arm64-android

Failure logs

Package: osg[core,freetype,plugins,tools]:arm64-android@3.6.5#25

Host Environment

To Reproduce

vcpkg install osg[core,plugins,tools,freetype]:arm64-android

Failure logs

-- Using cached openscenegraph-OpenSceneGraph-OpenSceneGraph-3.6.5.tar.gz.
-- Cleaning sources at /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/yhx/github/vcpkg/downloads/openscenegraph-OpenSceneGraph-OpenSceneGraph-3.6.5.tar.gz
-- Applying patch link-libraries.patch
-- Applying patch collada.patch
-- Applying patch fix-sdl.patch
-- Applying patch fix-nvtt-squish.patch
-- Applying patch plugin-pdb-install.patch
-- Applying patch osgdb_zip_nozip.patch
-- Applying patch openexr3.patch
-- Applying patch unofficial-export.patch
-- Applying patch fix-min-max-macro.patch
-- Applying patch fix-error-c3861.patch
-- Using source at /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean
CMake Warning at ports/osg/portfile.cmake:44 (message):
  Atomics detection may fail for cross builds.  You can set osg cmake
  variables in a custom triplet.
Call Stack (most recent call first):
  scripts/ports.cmake:192 (include)

-- Configuring arm64-android
CMake Warning at installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:344 (message):
  The following variables are not used in CMakeLists.txt:

      CMAKE_DISABLE_FIND_PACKAGE_Boost
      CMAKE_DISABLE_FIND_PACKAGE_DCMTK
      CMAKE_DISABLE_FIND_PACKAGE_FFmpeg
      CMAKE_DISABLE_FIND_PACKAGE_GLIB
      CMAKE_DISABLE_FIND_PACKAGE_GStreamer
      CMAKE_DISABLE_FIND_PACKAGE_Inventor
      CMAKE_DISABLE_FIND_PACKAGE_SDL
      CMAKE_REQUIRE_FIND_PACKAGE_Boost
      CMAKE_REQUIRE_FIND_PACKAGE_COLLADA
      CMAKE_REQUIRE_FIND_PACKAGE_CURL
      CMAKE_REQUIRE_FIND_PACKAGE_Freetype
      CMAKE_REQUIRE_FIND_PACKAGE_GDAL
      CMAKE_REQUIRE_FIND_PACKAGE_GTA
      CMAKE_REQUIRE_FIND_PACKAGE_Jasper
      CMAKE_REQUIRE_FIND_PACKAGE_NVTT
      CMAKE_REQUIRE_FIND_PACKAGE_OpenEXR
      PKG_CONFIG_USE_CMAKE_PREFIX_PATH

  Please recheck them and remove the unnecessary options from the
  `vcpkg_cmake_configure` call.

  If these options should still be passed for whatever reason, please use the
  `MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
  ports/osg/portfile.cmake:94 (vcpkg_cmake_configure)
  scripts/ports.cmake:192 (include)

-- Building arm64-android-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /usr/local/bin/cmake --build . --config Debug --target install -- -v -j5
    Working Directory: /home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg
    See logs for more information:
      /home/yhx/github/vcpkg/buildtrees/osg/install-arm64-android-dbg-out.log
      /home/yhx/github/vcpkg/buildtrees/osg/install-arm64-android-dbg-err.log

Call Stack (most recent call first):
  installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  ports/osg/portfile.cmake:135 (vcpkg_cmake_install)
  scripts/ports.cmake:192 (include)
/home/yhx/github/vcpkg/buildtrees/osg/install-arm64-android-dbg-err.log ``` CMake Error at cmake_install.cmake:46 (file): file INSTALL cannot find "/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/3rdparty/build/gdal": No such file or directory. ```

Additional context

arm64-android.cmake

set(VCPKG_TARGET_ARCHITECTURE arm64) set(VCPKG_CRT_LINKAGE static) set(VCPKG_LIBRARY_LINKAGE static) set(VCPKG_CMAKE_SYSTEM_NAME Android) set(VCPKG_MAKE_BUILD_TRIPLET "--host=aarch64-linux-android") set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DANDROID_ABI=arm64-v8a)

add

set(osg_OPENGL_PROFILE "GLES2")

### Tasks
Liter233 commented 2 months ago

This problem seems caused by not find the 3rdparty, but I noticed that there is also no 3rdparty folder in the src folder when building on the Windows platform. How can I fix it?

Liter233 commented 2 months ago
/home/yhx/github/vcpkg/buildtrees/osg/install-arm64-android-dbg-out.log ``` Change Dir: '/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg' Run Build Command(s): /home/yhx/github/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja -v -v -j5 install [1/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/OpenThreads/pthreads/PThreadCondition.cpp [2/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/OpenThreads/pthreads/PThreadBarrier.cpp [3/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/OpenThreads/pthreads/PThreadMutex.cpp [4/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/OpenThreads/common/Atomic.cpp [5/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/OpenThreads/common/Version.cpp [6/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/os_utils.cpp.o -MF src/osg/CMakeFiles/osg.dir/os_utils.cpp.o.d -o src/osg/CMakeFiles/osg.dir/os_utils.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/os_utils.cpp [7/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/OpenThreads/pthreads/PThread.cpp [8/1457] : && /usr/local/bin/cmake -E rm -f lib/libOpenThreadsd.a && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar qc lib/libOpenThreadsd.a src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib lib/libOpenThreadsd.a && : [9/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o -MF src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/AlphaFunc.cpp [10/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o -MF src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ApplicationUsage.cpp [11/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o -MF src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ArgumentParser.cpp [12/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/Array.cpp.o -MF src/osg/CMakeFiles/osg.dir/Array.cpp.o.d -o src/osg/CMakeFiles/osg.dir/Array.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/Array.cpp [13/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o -MF src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o.d -o src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/GraphicsThread.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/GraphicsThread.cpp:15: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsThread:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [14/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o -MF src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/AudioStream.cpp [15/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o -MF src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/AnimationPath.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/AnimationPath.cpp:16: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Camera:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [16/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o -MF src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/AutoTransform.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/AutoTransform.cpp:14: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/CullStack:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/CullingSet:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. ... Skipped 18040 lines ... In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1439/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/PropertyAdjustmentCallback.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/PropertyAdjustmentCallback.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1440/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/RayTracedTechnique.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/RayTracedTechnique.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/RayTracedTechnique:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTechnique:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgUtil/UpdateVisitor:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1441/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/ScalarProperty.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/ScalarProperty.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1442/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/SwitchProperty.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/SwitchProperty.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1443/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/TransferFunctionProperty.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/TransferFunctionProperty.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1444/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/VolumeTile.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/VolumeTile.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1445/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Volume.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Volume.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Volume:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1446/1457] : && /usr/local/bin/cmake -E rm -f lib/libosgdb_deprecated_osgvolumed.a && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar qc lib/libosgdb_deprecated_osgvolumed.a src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/CompositeProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/FixedFunctionTechnique.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ImageLayer.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Layer.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/LibraryWrapper.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Locator.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Property.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib lib/libosgdb_deprecated_osgvolumed.a && : [1447/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Box.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Box.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Box.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Box.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Box.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1448/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/EmbeddedWindow.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/EmbeddedWindow.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/EmbeddedWindow.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/EmbeddedWindow.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/EmbeddedWindow.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1449/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Frame.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Frame.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Frame.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Frame.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Frame.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1450/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/LibraryWrapper.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/LibraryWrapper.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1451/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Label.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Label.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1452/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Input.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Input.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Input.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Input.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Input.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1453/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Table.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Table.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1454/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Widget.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Widget.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1455/1457] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o -MF src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/WindowManager.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/WindowManager.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1456/1457] : && /usr/local/bin/cmake -E rm -f lib/libosgdb_deprecated_osgwidgetd.a && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar qc lib/libosgdb_deprecated_osgwidgetd.a src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Box.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/EmbeddedWindow.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Frame.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Input.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib lib/libosgdb_deprecated_osgwidgetd.a && : [1456/1457] cd /home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg && /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "Debug" FAILED: CMakeFiles/install.util cd /home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg && /usr/local/bin/cmake -P cmake_install.cmake ninja: build stopped: subcommand failed. ```
Liter233 commented 2 months ago

This problem seems caused by not find the 3rdparty, but I noticed that there is also no 3rdparty folder in the src folder when building on the Windows platform. How can I fix it?

The ndk verison is r26d

Osyotr commented 2 months ago

This code should not call install: https://github.com/openscenegraph/OpenSceneGraph/blob/2e4ae2ea94595995c1fc56860051410b0c0be605/CMakeModules/OsgAndroidMacroUtils.cmake#L65

Liter233 commented 2 months ago

This code should not call install: https://github.com/openscenegraph/OpenSceneGraph/blob/2e4ae2ea94595995c1fc56860051410b0c0be605/CMakeModules/OsgAndroidMacroUtils.cmake#L65

Sorry, I am not familiar with building Android. Is the android. mk file necessary? I couldn't find documents or instructions about android mk on the OSG website. I try use find_package to replace FIND_PATH(..),but failed Package: osg[core,freetype,plugins,tools]:arm64-android@3.6.5#25

Package: osg[core,freetype,plugins,tools]:arm64-android@3.6.5#25

Host Environment

To Reproduce

vcpkg install osg[core,tools,plugins]:arm64-android --editable

Failure logs

-- Using cached openscenegraph-OpenSceneGraph-OpenSceneGraph-3.6.5.tar.gz.
-- Using source at /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1
CMake Warning at ports/osg/portfile.cmake:44 (message):
  Atomics detection may fail for cross builds.  You can set osg cmake
  variables in a custom triplet.
Call Stack (most recent call first):
  scripts/ports.cmake:192 (include)

-- Configuring arm64-android
CMake Warning at installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:344 (message):
  The following variables are not used in CMakeLists.txt:

      CMAKE_DISABLE_FIND_PACKAGE_Boost
      CMAKE_DISABLE_FIND_PACKAGE_DCMTK
      CMAKE_DISABLE_FIND_PACKAGE_FFmpeg
      CMAKE_DISABLE_FIND_PACKAGE_GLIB
      CMAKE_DISABLE_FIND_PACKAGE_GStreamer
      CMAKE_DISABLE_FIND_PACKAGE_Inventor
      CMAKE_DISABLE_FIND_PACKAGE_SDL
      CMAKE_REQUIRE_FIND_PACKAGE_Boost
      CMAKE_REQUIRE_FIND_PACKAGE_COLLADA
      CMAKE_REQUIRE_FIND_PACKAGE_GTA
      CMAKE_REQUIRE_FIND_PACKAGE_Jasper
      CMAKE_REQUIRE_FIND_PACKAGE_NVTT
      CMAKE_REQUIRE_FIND_PACKAGE_OpenEXR

  Please recheck them and remove the unnecessary options from the
  `vcpkg_cmake_configure` call.

  If these options should still be passed for whatever reason, please use the
  `MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
  ports/osg/portfile.cmake:94 (vcpkg_cmake_configure)
  scripts/ports.cmake:192 (include)

-- Building arm64-android-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /usr/local/bin/cmake --build . --config Debug --target install -- -v -j5
    Working Directory: /home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg
    See logs for more information:
      /home/yhx/github/vcpkg/buildtrees/osg/install-arm64-android-dbg-out.log

Call Stack (most recent call first):
  installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  ports/osg/portfile.cmake:135 (vcpkg_cmake_install)
  scripts/ports.cmake:192 (include)
/home/yhx/github/vcpkg/buildtrees/osg/install-arm64-android-dbg-out.log ``` Change Dir: '/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg' Run Build Command(s): /home/yhx/github/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja -v -v -j5 install [1/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/OpenThreads/pthreads/PThreadBarrier.cpp [2/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/OpenThreads/pthreads/PThreadCondition.cpp [3/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/OpenThreads/pthreads/PThreadMutex.cpp [4/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/OpenThreads/common/Atomic.cpp [5/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/OpenThreads/common/Version.cpp [6/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/os_utils.cpp.o -MF src/osg/CMakeFiles/osg.dir/os_utils.cpp.o.d -o src/osg/CMakeFiles/osg.dir/os_utils.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/os_utils.cpp [7/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOPENTHREADS_EXPORTS -D_GNU_SOURCE -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o -MF src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o.d -o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/OpenThreads/pthreads/PThread.cpp [8/1472] : && /usr/local/bin/cmake -E rm -f lib/libOpenThreadsd.a && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar qc lib/libOpenThreadsd.a src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib lib/libOpenThreadsd.a && : [9/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o -MF src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AlphaFunc.cpp [10/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o -MF src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/ApplicationUsage.cpp [11/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o -MF src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/ArgumentParser.cpp [12/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/Array.cpp.o -MF src/osg/CMakeFiles/osg.dir/Array.cpp.o.d -o src/osg/CMakeFiles/osg.dir/Array.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/Array.cpp [13/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o -MF src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o.d -o src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/GraphicsThread.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/GraphicsThread.cpp:15: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/GraphicsThread:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [14/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o -MF src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AudioStream.cpp [15/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o -MF src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AnimationPath.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AnimationPath.cpp:16: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Camera:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Texture:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/GraphicsContext:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/State:30: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [16/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o -MF src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AutoTransform.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AutoTransform.cpp:14: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/CullStack:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/CullingSet:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Polytope:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [17/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o -MF src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o.d -o src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AttributeDispatchers.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osg/AttributeDispatchers.cpp:14: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/State:30: ... Skipped 15134 lines ... In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/ReaderWriterGLES.cpp:14: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1219/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/DetachPrimitiveVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/DetachPrimitiveVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/DetachPrimitiveVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/DetachPrimitiveVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/DetachPrimitiveVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/DetachPrimitiveVisitor:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/GeometryUniqueVisitor:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1220/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AnimationCleanerVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AnimationCleanerVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AnimationCleanerVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/AnimationCleanerVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/AnimationCleanerVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/AnimationCleanerVisitor:15: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1221/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/GeometryIndexSplitter.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/GeometryIndexSplitter.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/GeometryIndexSplitter.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/GeometryIndexSplitter.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/GeometryIndexSplitter.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/GeometryIndexSplitter:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1222/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAnimationVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAnimationVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAnimationVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RigAnimationVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RigAnimationVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RigAnimationVisitor:16: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osgUtil/UpdateVisitor:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1223/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RemapGeometryVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RemapGeometryVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RemapGeometryVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RemapGeometryVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RemapGeometryVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RemapGeometryVisitor:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1224/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/BindPerVertexVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/BindPerVertexVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/BindPerVertexVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/BindPerVertexVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/BindPerVertexVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/BindPerVertexVisitor:16: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/GeometryUniqueVisitor:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1225/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAttributesVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAttributesVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAttributesVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RigAttributesVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RigAttributesVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/RigAttributesVisitor:6: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/GeometryUniqueVisitor:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1226/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TriangleMeshSmoother.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TriangleMeshSmoother.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TriangleMeshSmoother.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/TriangleMeshSmoother.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/TriangleMeshSmoother.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/TriangleMeshSmoother:11: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1227/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/OpenGLESGeometryOptimizer.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/OpenGLESGeometryOptimizer.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/OpenGLESGeometryOptimizer.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/OpenGLESGeometryOptimizer.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/OpenGLESGeometryOptimizer.cpp:3: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/OpenGLESGeometryOptimizer:20: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/AABBonBoneVisitor:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1228/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TangentSpaceVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TangentSpaceVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TangentSpaceVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/TangentSpaceVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/TangentSpaceVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/TangentSpaceVisitor:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osgUtil/TangentSpaceGenerator:22: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1229/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Base64.cpp.o -MF src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Base64.cpp.o.d -o src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Base64.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/Base64.cpp [1230/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/IndexMeshVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/IndexMeshVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/IndexMeshVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/IndexMeshVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/IndexMeshVisitor.cpp:5: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1231/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/UnIndexMeshVisitor.cpp.o -MF src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/UnIndexMeshVisitor.cpp.o.d -o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/UnIndexMeshVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/UnIndexMeshVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/gles/UnIndexMeshVisitor.cpp:13: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geometry:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1232/1472] : && /usr/local/bin/cmake -E rm -f lib/libosgdb_glesd.a && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar qc lib/libosgdb_glesd.a src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/ReaderWriterGLES.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AABBonBoneVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AnimationCleanerVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/BindPerVertexVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/DetachPrimitiveVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/GeometryIndexSplitter.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/SubGeometry.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/OpenGLESGeometryOptimizer.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RemapGeometryVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAnimationVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAttributesVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TriangleMeshSmoother.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TangentSpaceVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/IndexMeshVisitor.cpp.o src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/UnIndexMeshVisitor.cpp.o && /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib lib/libosgdb_glesd.a && : [1233/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -I/include -I/include/freetype/config -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o -MF src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o.d -o src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/ReaderWriterFreeType.cpp FAILED: src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -I/include -I/include/freetype/config -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o -MF src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o.d -o src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/ReaderWriterFreeType.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/ReaderWriterFreeType.cpp:2: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osgDB/FileUtils:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osgDB/Registry:21: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/KdTree:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/ReaderWriterFreeType.cpp:6: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/FreeTypeLibrary.h:17: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/FreeTypeFont.h:19:10: fatal error: 'ft2build.h' file not found #include ^~~~~~~~~~~~ 2 warnings and 1 error generated. [1234/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Animation.cpp.o -MF src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Animation.cpp.o.d -o src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Animation.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/Animation.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/Animation.cpp:17: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/WriteVisitor:7: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1235/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/JSON_Objects.cpp.o -MF src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/JSON_Objects.cpp.o.d -o src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/JSON_Objects.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/JSON_Objects.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/JSON_Objects.cpp:6: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osgDB/WriteFile:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1236/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/ReaderWriterJSON.cpp.o -MF src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/ReaderWriterJSON.cpp.o.d -o src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/ReaderWriterJSON.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/ReaderWriterJSON.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/ReaderWriterJSON.cpp:4: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1237/1472] /home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --sysroot=/home/yhx/github/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DOSG_LIBRARY_STATIC -I/home/yhx/github/vcpkg/buildtrees/osg/arm64-android-dbg/include -I/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/WriteVisitor.cpp.o -MF src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/WriteVisitor.cpp.o.d -o src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/WriteVisitor.cpp.o -c /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/WriteVisitor.cpp In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/WriteVisitor.cpp:1: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/osgjs/WriteVisitor:7: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Geode:19: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Drawable:18: In file included from /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Shape:20: /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ /home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. ninja: build stopped: subcommand failed. ```

What should i do? Based on OsgAndroidMacroUtils.cmake, do third-party libraries need both library files and source code? But how to organize Android.mk files? I would greatly appreciate your guidance.

jimwang118 commented 2 months ago

The error extracted from the log is as follows:

/home/yhx/github/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1/src/osgPlugins/freetype/FreeTypeFont.h:19:10: fatal error: 'ft2build.h' file not found
#include <ft2build.h>
         ^~~~~~~~~~~~

This is the missing freetype header file。

dg0yt commented 2 months ago

Note: vcpkg port osg is not tested on Android.

This is the missing freetype header file.

That's just another symptom. The interesting things are in the config log.


CMake Warning at installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:344 (message):
  The following variables are not used in CMakeLists.txt:

      CMAKE_DISABLE_FIND_PACKAGE_Boost
      CMAKE_DISABLE_FIND_PACKAGE_DCMTK
      CMAKE_DISABLE_FIND_PACKAGE_FFmpeg
      CMAKE_DISABLE_FIND_PACKAGE_GLIB
      CMAKE_DISABLE_FIND_PACKAGE_GStreamer
      CMAKE_DISABLE_FIND_PACKAGE_Inventor
      CMAKE_DISABLE_FIND_PACKAGE_SDL
      CMAKE_REQUIRE_FIND_PACKAGE_Boost
      CMAKE_REQUIRE_FIND_PACKAGE_COLLADA
      CMAKE_REQUIRE_FIND_PACKAGE_GTA
      CMAKE_REQUIRE_FIND_PACKAGE_Jasper
      CMAKE_REQUIRE_FIND_PACKAGE_NVTT
      CMAKE_REQUIRE_FIND_PACKAGE_OpenEXR

That's a very strong indicator that configuration goes wrong at some point. My local config log has:

-- Jpeg missing
-- PNG missing
-- GIF missing
-- TIF missing
-- Curl missing
-- FREETYPE missing
-- GDAL found /vcpkg/installed/arm64-android/include
-- osgText will not be linked with FontConfig library
-- Windowing system not supported

Windowing system not supported, I see.

wangfangkai commented 2 weeks ago

same problem

D:\vcpkg\buildtrees\osg\install-x64-android-hydro-dbg-err.log ``` CMake Error at cmake_install.cmake:46 (file): file INSTALL cannot find "D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/3rdparty/build/gdal": No error. ```
D:\vcpkg\buildtrees\osg\install-x64-android-hydro-dbg-out.log ``` Change Dir: 'D:/vcpkg/buildtrees/osg/x64-android-hydro-dbg' Run Build Command(s): D:/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v -v -j29 install [1/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/CameraView.cpp.o -MF src\osg\CMakeFiles\osg.dir\CameraView.cpp.o.d -o src/osg/CMakeFiles/osg.dir/CameraView.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/CameraView.cpp [2/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ClearNode.cpp.o -MF src\osg\CMakeFiles\osg.dir\ClearNode.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ClearNode.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ClearNode.cpp [3/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ColorMask.cpp.o -MF src\osg\CMakeFiles\osg.dir\ColorMask.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ColorMask.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ColorMask.cpp [4/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/DisplaySettings.cpp.o -MF src\osg\CMakeFiles\osg.dir\DisplaySettings.cpp.o.d -o src/osg/CMakeFiles/osg.dir/DisplaySettings.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/DisplaySettings.cpp [5/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/Depth.cpp.o -MF src\osg\CMakeFiles\osg.dir\Depth.cpp.o.d -o src/osg/CMakeFiles/osg.dir/Depth.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/Depth.cpp [6/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/DeleteHandler.cpp.o -MF src\osg\CMakeFiles\osg.dir\DeleteHandler.cpp.o.d -o src/osg/CMakeFiles/osg.dir/DeleteHandler.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/DeleteHandler.cpp [7/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ConvexPlanarPolygon.cpp.o -MF src\osg\CMakeFiles\osg.dir\ConvexPlanarPolygon.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ConvexPlanarPolygon.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ConvexPlanarPolygon.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ConvexPlanarPolygon.cpp:13: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/ConvexPlanarPolygon:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [8/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ConvexPlanarOccluder.cpp.o -MF src\osg\CMakeFiles\osg.dir\ConvexPlanarOccluder.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ConvexPlanarOccluder.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ConvexPlanarOccluder.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ConvexPlanarOccluder.cpp:13: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/ConvexPlanarOccluder:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/ConvexPlanarPolygon:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [9/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ClipPlane.cpp.o -MF src\osg\CMakeFiles\osg.dir\ClipPlane.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ClipPlane.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ClipPlane.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ClipPlane.cpp:13: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/ClipPlane:18: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [10/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/CullFace.cpp.o -MF src\osg\CMakeFiles\osg.dir\CullFace.cpp.o.d -o src/osg/CMakeFiles/osg.dir/CullFace.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/CullFace.cpp [11/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/ClipNode.cpp.o -MF src\osg\CMakeFiles\osg.dir\ClipNode.cpp.o.d -o src/osg/CMakeFiles/osg.dir/ClipNode.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ClipNode.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/ClipNode.cpp:13: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/ClipNode:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/ClipPlane:18: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [12/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/CoordinateSystemNode.cpp.o -MF src\osg\CMakeFiles\osg.dir\CoordinateSystemNode.cpp.o.d -o src/osg/CMakeFiles/osg.dir/CoordinateSystemNode.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/CoordinateSystemNode.cpp [13/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/Capability.cpp.o -MF src\osg\CMakeFiles\osg.dir\Capability.cpp.o.d -o src/osg/CMakeFiles/osg.dir/Capability.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/Capability.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/Capability.cpp:16: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [14/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o -MF src\osg\CMakeFiles\osg.dir\BlendFunci.cpp.o.d -o src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/BlendFunci.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/BlendFunci.cpp:15: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [15/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osg/CMakeFiles/osg.dir/BlendEquation.cpp.o -MF src\osg\CMakeFiles\osg.dir\BlendEquation.cpp.o.d -o src/osg/CMakeFiles/osg.dir/BlendEquation.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/BlendEquation.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osg/BlendEquation.cpp:15: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ ... Skipped 18015 lines ... In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/FixedFunctionTechnique.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/FixedFunctionTechnique:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTechnique:19: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgUtil/UpdateVisitor:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Geode:19: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Drawable:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1440/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ImageLayer.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\ImageLayer.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ImageLayer.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Layer:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1441/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Locator.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\Locator.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Locator.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Locator.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Locator.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1442/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -isystem D:/Project/test/Qt_Android_vcpkg_01/build/Qt_6_5_3_Clang_x86_64-Debug/vcpkg_installed/x64-android-hydro/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgWidget\CMakeFiles\osgdb_deprecated_osgwidget.dir\LibraryWrapper.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/LibraryWrapper.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/LibraryWrapper.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1443/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Property.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\Property.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Property.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Property.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Property.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1444/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\TransferFunctionProperty.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/TransferFunctionProperty.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/TransferFunctionProperty.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1445/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\ScalarProperty.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/ScalarProperty.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/ScalarProperty.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1446/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\SwitchProperty.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/SwitchProperty.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/SwitchProperty.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Property:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/TransferFunction:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Texture:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/GraphicsContext:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/State:30: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Polytope:17: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1447/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\PropertyAdjustmentCallback.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/PropertyAdjustmentCallback.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/PropertyAdjustmentCallback.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1448/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\RayTracedTechnique.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/RayTracedTechnique.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/RayTracedTechnique.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/RayTracedTechnique:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTechnique:19: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgUtil/UpdateVisitor:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Geode:19: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Drawable:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1449/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\VolumeTile.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/VolumeTile.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/VolumeTile.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1450/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgVolume\CMakeFiles\osgdb_deprecated_osgvolume.dir\Volume.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Volume.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgVolume/Volume.cpp:1: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/Volume:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgVolume/VolumeTile:20: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/ReaderWriter:18: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1451/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -isystem D:/Project/test/Qt_Android_vcpkg_01/build/Qt_6_5_3_Clang_x86_64-Debug/vcpkg_installed/x64-android-hydro/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgWidget\CMakeFiles\osgdb_deprecated_osgwidget.dir\Label.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Label.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Label.cpp:4: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1452/1457] C:\Windows\system32\cmd.exe /C "cd . && D:\vcpkg\downloads\tools\cmake-3.29.2-windows\cmake-3.29.2-windows-i386\bin\cmake.exe -E rm -f lib\libosgdb_deprecated_osgvolumed.a && D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-ar.exe qc lib\libosgdb_deprecated_osgvolumed.a src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/CompositeProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/FixedFunctionTechnique.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ImageLayer.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Layer.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/LibraryWrapper.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Locator.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Property.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o && D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-ranlib.exe lib\libosgdb_deprecated_osgvolumed.a && cd ." [1453/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -isystem D:/Project/test/Qt_Android_vcpkg_01/build/Qt_6_5_3_Clang_x86_64-Debug/vcpkg_installed/x64-android-hydro/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgWidget\CMakeFiles\osgdb_deprecated_osgwidget.dir\Table.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Table.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Table.cpp:4: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1454/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -isystem D:/Project/test/Qt_Android_vcpkg_01/build/Qt_6_5_3_Clang_x86_64-Debug/vcpkg_installed/x64-android-hydro/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgWidget\CMakeFiles\osgdb_deprecated_osgwidget.dir\WindowManager.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/WindowManager.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/WindowManager.cpp:4: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1455/1457] D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android21 --sysroot=D:/Software/Android/SDK/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DOSG_LIBRARY_STATIC -ID:/vcpkg/buildtrees/osg/x64-android-hydro-dbg/include -ID:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include -isystem D:/Project/test/Qt_Android_vcpkg_01/build/Qt_6_5_3_Clang_x86_64-Debug/vcpkg_installed/x64-android-hydro/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -fPIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -fno-limit-debug-info -D_DEBUG -std=gnu++11 -fPIC -MD -MT src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o -MF src\osgWrappers\deprecated-dotosg\osgWidget\CMakeFiles\osgdb_deprecated_osgwidget.dir\Widget.cpp.o.d -o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o -c D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Widget.cpp In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/src/osgWrappers/deprecated-dotosg/osgWidget/Widget.cpp:4: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osgDB/Registry:21: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/KdTree:17: In file included from D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Shape:20: D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:244:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ D:/vcpkg/buildtrees/osg/src/raph-3.6.5-499ecaa6e1.clean/include/osg/Plane:273:17: warning: variable 'noOn' set but not used [-Wunused-but-set-variable] int noOn = 0; ^ 2 warnings generated. [1456/1457] C:\Windows\system32\cmd.exe /C "cd . && D:\vcpkg\downloads\tools\cmake-3.29.2-windows\cmake-3.29.2-windows-i386\bin\cmake.exe -E rm -f lib\libosgdb_deprecated_osgwidgetd.a && D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-ar.exe qc lib\libosgdb_deprecated_osgwidgetd.a src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Box.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/EmbeddedWindow.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Frame.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Input.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/LibraryWrapper.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o && D:\Software\Android\SDK\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-ranlib.exe lib\libosgdb_deprecated_osgwidgetd.a && cd ." [1456/1457] C:\Windows\system32\cmd.exe /C "cd /D D:\vcpkg\buildtrees\osg\x64-android-hydro-dbg && D:\vcpkg\downloads\tools\cmake-3.29.2-windows\cmake-3.29.2-windows-i386\bin\cmake.exe -P cmake_install.cmake" -- Install configuration: "Debug" FAILED: CMakeFiles/install.util C:\Windows\system32\cmd.exe /C "cd /D D:\vcpkg\buildtrees\osg\x64-android-hydro-dbg && D:\vcpkg\downloads\tools\cmake-3.29.2-windows\cmake-3.29.2-windows-i386\bin\cmake.exe -P cmake_install.cmake" ninja: build stopped: subcommand failed. ```
vcpkg.json ``` { "name": "mypackage", "version-string": "0.0.1", "dependencies": [ "spdlog", { "name": "osg", "default-features": false, "features": [ "openexr", "fontconfig", "plugins" ] } ], "builtin-baseline": "cfacee0b49e51a0acc55dfad10f05a4ffca3aacb", "overrides": [ { "name": "spdlog", "version": "1.11.0" }, { "name": "fmt", "version": "9.1.0#1" } ] } ```