Try to build in ubuntu 24.04.1 fllowing README.md but get this error.

It's may related to the includes_CXX.rsp that generated by cmake and reference by emscripten-release/sdk_source_bin/CMakeFiles/xxxx/build.make, while compiling orinal phsyx sdk in linux does't generate .rsp and works well.
So I set CMAKE_CXX_USE_RESPONSE_FILE_FOR_XXXXS OFF in physx/source/compiler/cmake/CMakeLists.txt but it doesn't avoid the generation of .rsp file.
Has anyone encountered the same situation?