Closed francisdb closed 1 year ago
First issue, bindgen generates different code for mac arm64 compared to linux x64 see https://github.com/rust-lang/rust-bindgen/issues/2631
I have no experience with rust, so I'm not sure why the bindings would be different.
Second issue, at this moment libpinmame does not generate a static lib and I have not found a way to make this work dynamically.
There is nothing wrong with the Linux build. It's used by several different projects. The title of this PR is misleading.
Yes, the CMake file for linux does not have an option to make a static lib, but that doesn't mean the build is broke.
the pinmame-tester linux/win build is currently broken and disabled on github ci
Guess I need to spend some more time to get this to work but not in a hurry.
Sorry, I'm not following:
https://github.com/vpinball/pinmame/actions/runs/6119865452
This is all reporting okay?
wrong project 😉 https://github.com/francisdb/pinmame-tester/actions
ahhh... okay.. My apologies 😄 I was looking at this on my phone.
First issue, bindgen generates different code for mac arm64 compared to linux x64 see https://github.com/rust-lang/rust-bindgen/issues/2631
Second issue, at this moment libpinmame does not generate a static lib and I have not found a way to make this work dynamically.
Some pointers from @jsm174