Open RandomInsano opened 8 years ago
After bumping the version in xwiimote to 3 in Makefile.am and rebuilding everything (and running ldconfig), it looks like the examples are working as intended. Again, I just threw science at the wall to see what would stick, I don't know the motivations for why the bindings were looking for features in version 3 when that build wasn't enabled yet.
I can confirm. I see the same issue when running the python example, and I used the same fix @RandomInsano offered above.
After having some build trouble here, I abandoned Ubuntu 16.04's package for xwiimote and built and installed from 'master'. From there, I cleaned, re-configured, and installed xwiimote-bindings and that seemed to go fine.
After running that however, I'm getting this error:
I'm assuming this must be a runtime error because of where my libraries live (I didn't configure with any options). I get the same from
ldd
:I'm not knowledgeable enough to know how to work around this however.