You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hmm first thing: the common dir in the path exists but is spelled with a lower case c and on Linux paths are of course case-sensitive, which is why you get the no such file or directory error.
However, I'm using Linux as well to build the lib and don't get that errors, so it might be something in your configuration?
Hmm first thing: the common dir in the path exists but is spelled with a lower case c and on Linux paths are of course case-sensitive, which is why you get the no such file or directory error.
However, I'm using Linux as well to build the lib and don't get that errors, so it might be something in your configuration?
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?
The text was updated successfully, but these errors were encountered: