Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
6.4.0 FF
-
None
-
69e8654227381e04158b2c783388f7e831bd1fca
Description
/Users/qt/work/qt/qtquick3dphysics/src/3rdparty/PhysX/pxshared/include/foundation/PxPreprocessor.h:496:1: error: 'PxCompileTimeAssert_Dummy' declared as an array with a negative size agent:2022/05/17 09:28:04 build.go:394: PX_COMPILE_TIME_ASSERT(PX_OFFSET_OF(PxPackValidation, a) == 8); agent:2022/05/17 09:28:04 build.go:394: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ agent:2022/05/17 09:28:04 build.go:394: /Users/qt/work/qt/qtquick3dphysics/src/3rdparty/PhysX/pxshared/include/foundation/PxPreprocessor.h:434:76: note: expanded from macro 'PX_COMPILE_TIME_ASSERT' agent:2022/05/17 09:28:04 build.go:394: #define PX_COMPILE_TIME_ASSERT(exp) typedef char PxCompileTimeAssert_Dummy[(exp) ? 1 : -1] agent:2022/05/17 09:28:04 build.go:394: ^~~~~~~~~~~~~~ agent:2022/05/17 09:28:04 build.go:394: 1 error generated.
Changes:
- https://codereview.qt-project.org/c/qt/qtquick3dphysics/+/411662
Update dependencies on 'dev' in qt/qtquick3dphysics - https://codereview.qt-project.org/c/qt/qtquick3dphysics/+/411649/2 CMake: find_package(Qt6QuickTest) for standalone tests too