physx-rs icon indicating copy to clipboard operation
physx-rs copied to clipboard

`pxbind` needs update

Open Jake-Shadle opened this issue 2 years ago • 1 comments

See https://github.com/EmbarkStudios/physx-rs/issues/210#issuecomment-1751766240, this could be due to any number of factors, but most likely a change in clang versions resulting in different AST output.

Jake-Shadle avatar Oct 10 '23 09:10 Jake-Shadle

From my experience with #223 this is actually just symptom of being run on an unsupported platform (/clang++/libc++ version)

It would probably be nice to document which clang++ versions will work (13.0 didn't work on macos for me, 14.0 on popOS/linux did, I've seen you talk about 15.0 on linux before), and not sure if libc++ matters but I needed to install g++-12 on my linux install to make it work.

fu5ha avatar Nov 09 '23 10:11 fu5ha