Open Ledmington opened 2 years ago
Hello, you were actually doing nothing wrong.
This was due to some deprecated functions being included in the generated bindings.
Most of them are fixed with the latest release, though one remains : a deprecation warning about sfMouseWheelEvent
, that I still have to figure out how to fix (adding ignore rules in the interfaces files didn't actually ignore them, I'll have to look more into it).
Leaving this issue open until I fix the latter.
I started using your project inside mine, a porting in go of a N-bodies simulation. When i run
go build
orgo test
orgo run
i get all these compilation warnings:What am I doing wrong?