Closed sphaero closed 3 years ago
btw, it runs if I just comment out the % operator defines in the interface files and rebuild.
testing this on Python 3.6.7 btw
Not all scripting languages support the same operators as C++, so you usually have to ignore or wrapp certain things. This appears to be one of them. It could be wrapped with a new "mod()" function for Python using the SWIG language specific defines.
Another note: as stated in the readme, the current master of this repo stays in sync with the current openFrameworks release. I find it far too time-consuming chasing daily changes from the git master as I don't often OF right now.
Is this still an issue?
I don't know I haven't been exploring this further. Close it if you want
Closing for now.
using SWIG Version 3.0.12 and the latest OF from git master I'm running into issues generating the glm binding:
First of all there are some wrong references, I fixed it as follows (notice the m1 and m):
But then compiling it I get:
The list goes on