Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[physx] Build error on x64-linux #38457

Open
JoeRosselli opened this issue Apr 29, 2024 · 1 comment
Open

[physx] Build error on x64-linux #38457

JoeRosselli opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@JoeRosselli
Copy link

Relevant lines from install-x64-linux-rel-out that issue_body.md cut out. Can only paste a subset due to issue max characters reached.

/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp: In static member function ‘static physx::Dy::SpatialMatrix physx::Dy::FeatherstoneArticulation::computePropagateSpatialInertia_ZA_ZIc(physx::PxArticulationJointType::Enum, physx::PxU8, const physx::Cm::UnAlignedSpatialVector*, const physx::Cm::SpatialVectorF*, const physx::PxReal*, const physx::PxReal*, const physx::Dy::SpatialMatrix&, const physx::Cm::SpatialVectorF&, const physx::Cm::SpatialVectorF&, physx::Dy::InvStIs&, physx::Cm::SpatialVectorF*, physx::PxReal*, physx::PxReal*, physx::Cm::SpatialVectorF&, physx::Cm::SpatialVectorF&)’:
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp:243:73: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ reading between 16 and 1020 bytes from a region of size 0 [-Werror=stringop-overread]
  243 |                                         linkInvStISW.invStIs[ind][ind2] = invD[ind][ind2];
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp:238:33: note: at offset 36 into source object ‘invD’ of size 36
  238 |                         PxMat33 invD = D.getInverse();
      |                                 ^~~~
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp: In static member function ‘static physx::Dy::SpatialMatrix physx::Dy::FeatherstoneArticulation::computePropagateSpatialInertia_ZA_ZIc_NonSeparated(physx::PxArticulationJointType::Enum, physx::PxU8, const physx::Cm::UnAlignedSpatialVector*, const physx::Cm::SpatialVectorF*, const physx::PxReal*, const physx::PxReal*, const physx::Dy::SpatialMatrix&, const physx::Cm::SpatialVectorF&, physx::Dy::InvStIs&, physx::Cm::SpatialVectorF*, physx::PxReal*, physx::Cm::SpatialVectorF&)’:
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp:451:68: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ reading between 16 and 1020 bytes from a region of size 0 [-Werror=stringop-overread]
  451 |                                         invStIs.invStIs[ind][ind2] = invD[ind][ind2];
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp:446:33: note: at offset 36 into source object ‘invD’ of size 36
  446 |                         PxMat33 invD = SpatialMatrix::invertSym33(D);
      |                                 ^~~~
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp: In static member function ‘static physx::Dy::SpatialMatrix physx::Dy::FeatherstoneArticulation::computePropagateSpatialInertia(physx::PxArticulationJointType::Enum, physx::PxU8, const physx::Dy::SpatialMatrix&, const physx::Cm::UnAlignedSpatialVector*, const physx::Cm::SpatialVectorF*, physx::Dy::InvStIs&, physx::Cm::SpatialVectorF*)’:
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp:593:68: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ reading between 16 and 1020 bytes from a region of size 0 [-Werror=stringop-overread]
  593 |                                         invStIs.invStIs[ind][ind2] = invD[ind][ind2];
/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp:588:33: note: at offset 36 into source object ‘invD’ of size 36
  588 |                         PxMat33 invD = SpatialMatrix::invertSym33(D);
      |                                 ^~~~

Package: physx:[email protected]

Host Environment

  • Host: x64-linux
  • Compiler: GNU 13.2.0
  • vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
    vcpkg-scripts version: 943c5ef 2024-04-26 (2 days ago)

To Reproduce

vcpkg install physx

Failure logs

-- Downloading https://github.com/NVIDIA-Omniverse/PhysX/archive/105.1-physx-5.3.0.tar.gz -> NVIDIA-Omniverse-PhysX-105.1-physx-5.3.0.tar.gz...
-- Extracting source /home/joe/Desktop/vcpkg/downloads/NVIDIA-Omniverse-PhysX-105.1-physx-5.3.0.tar.gz
-- Using source at /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean
-- Downloading https://d4i3qtqj3r0z5.cloudfront.net/PhysXGpu%40105.1-5.3.4207.33265367-linux-x86_64-public.7z -> PhysXGpu.7z...
-- Extracting source /home/joe/Desktop/vcpkg/downloads/PhysXGpu.7z
-- Using source at /home/joe/Desktop/vcpkg/buildtrees/physx/PhysXGpu_dep/PhysXGpu-e6cc3b253b.clean
-- Extracted dependency to /home/joe/Desktop/vcpkg/buildtrees/physx/PhysXGpu_dep/PhysXGpu-e6cc3b253b.clean
-- Extracted dependency to 
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Building x64-linux-rel
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /home/joe/Desktop/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake --build . --config Release --target install -- -v -j33
    Working Directory: /home/joe/Desktop/vcpkg/buildtrees/physx/x64-linux-rel
    See logs for more information:
      /home/joe/Desktop/vcpkg/buildtrees/physx/install-x64-linux-rel-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/physx/portfile.cmake:195 (vcpkg_cmake_install)
  scripts/ports.cmake:175 (include)



/home/joe/Desktop/vcpkg/buildtrees/physx/install-x64-linux-rel-out.log
Change Dir: '/home/joe/Desktop/vcpkg/buildtrees/physx/x64-linux-rel'

Run Build Command(s): /home/joe/Desktop/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja -v -v -j33 install
[1/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAllocator.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAllocator.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAllocator.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAllocator.cpp
[2/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixPrintString.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixPrintString.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixPrintString.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixPrintString.cpp
[3/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixAtomic.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixAtomic.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixAtomic.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixAtomic.cpp
[4/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAssert.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAssert.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAssert.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdAssert.cpp
[5/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixTime.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixTime.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixTime.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixTime.cpp
[6/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSList.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSList.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSList.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSList.cpp
[7/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdString.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdString.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdString.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/FdString.cpp
[8/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSync.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSync.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSync.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixSync.cpp
[9/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixFPU.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixFPU.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixFPU.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixFPU.cpp
[10/499] /usr/bin/c++ -DNDEBUG -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include/foundation/linux -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixMutex.cpp.o -MF sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixMutex.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysXFoundation.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixMutex.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/unix/FdUnixMutex.cpp
[11/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/Common/src/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/LowLevel/software/include/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/LowLevelDynamics/include/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/LowLevel/common/include/pipeline/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/collision -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/LowLevel.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/src/pipeline/PxcNpCacheStreamPair.cpp.o -MF sdk_source_bin/CMakeFiles/LowLevel.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/src/pipeline/PxcNpCacheStreamPair.cpp.o.d -o sdk_source_bin/CMakeFiles/LowLevel.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/src/pipeline/PxcNpCacheStreamPair.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/src/pipeline/PxcNpCacheStreamPair.cpp
...
Skipped 117 lines
...
[108/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationTendon.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationTendon.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationTendon.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationTendon.cpp
[109/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationReducedCoordinate.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationReducedCoordinate.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationReducedCoordinate.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationReducedCoordinate.cpp
[110/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationLink.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationLink.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationLink.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpArticulationLink.cpp
[111/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpDebugViz.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpDebugViz.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpDebugViz.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpDebugViz.cpp
[112/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/src/NpImmediateMode.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/src/NpImmediateMode.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/src/NpImmediateMode.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/src/NpImmediateMode.cpp
[113/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline/linux -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/LowLevelDynamics.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneArticulation.cpp.o -MF sdk_source_bin/CMakeFiles/LowLevelDynamics.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneArticulation.cpp.o.d -o sdk_source_bin/CMakeFiles/LowLevelDynamics.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneArticulation.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneArticulation.cpp
[114/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpFactory.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpFactory.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpFactory.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpFactory.cpp
[115/499] /usr/bin/c++ -DNDEBUG -DPX_PHYSX_GPU_SHARED_LIB_NAME=libPhysXGpu_64.so -DPX_PHYSX_STATIC_LIB -DPX_PUBLIC_RELEASE=1 -DPX_SUPPORT_OMNI_PVD=0 -DPX_SUPPORT_PVD=0 -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/common/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/device -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxgpu/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/contact -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/common -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/convex -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/distance -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/sweep -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/gjk -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/intersection -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/mesh -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/hf -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/pcm -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/geomutils/src/ccd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/api/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/software/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/pipeline -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevel/common/include/utils -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowlevelaabb/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/simulationcontroller/src -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/scenequery/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physxmetadata/core/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/immediatemode/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/pvd/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/DX -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/gpucommon/src/CUDA -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/omnipvd -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/pvdruntime/include -I/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/foundation/include -fPIC -std=c++11 -fno-rtti -fno-exceptions -ffunction-sections -fdata-sections -fno-strict-aliasing -fvisibility=hidden  -Wall -Werror		-Wno-array-bounds		-Wno-class-memaccess		-Wno-invalid-offsetof		-Wno-mismatched-new-delete		-Wno-nonnull-compare		-Wno-pragmas		-Wno-uninitialized		-Wno-unused-function		-Wno-stringop-overflow	 -O3 -fPIC -MD -MT sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpScene.cpp.o -MF sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpScene.cpp.o.d -o sdk_source_bin/CMakeFiles/PhysX.dir/home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpScene.cpp.o -c /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/physx/src/NpScene.cpp
ninja: build stopped: subcommand failed.
@Cheney-W
Copy link
Contributor

This issue could be reproduced with the latest vcpkg 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457 in linux machine.

@Cheney-W Cheney-W added the category:port-bug The issue is with a library, which is something the port should already support label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

2 participants