Closed EelcoHoogendoorn closed 4 years ago
Hi, thanks for reporting. I have used the library only on Linux and was not aware of the API difference for osx. Should compile successfully now after commenting out GPU related functionality on apple. See pull request #39, and corresponding Travis build for osx.
Feel free to reopen the issue if that did not resolve your compilation error.
Best, Vladimir
Hi there.
Congrats on this project; looks really useful, and very clean the way its implemented in pybind, I tried building on OSX (inside a conda-build recipe I am aiming to put together).
conan manages to grab the requested version of physx just fine it seems; but then I run into a compilation error suggestive of a version difference:
Does this mean anything to you? What platforms have you successfully built on before?
Regards, Eelco