Closed nagn closed 12 years ago
Ah. I see now.
since I recently compiled the latest snapshot, I got conflicts with the sfml2 library...
It should now work if built from Git, see commit d228642128c771c05c782d097813981fef91b3aa. The source release from yesterday won't work (it's on purpose, I expect that a lot of people are using the binding with SFML 2 RC). If you're using the source release, you can make it work by compiling SFML without the back space change. Otherwise, I can make a new source release if you want.
Thanks
While compiling pysfml, I get these errors:
src/sfml.cpp: In function ‘void initsfml()’: src/sfml.cpp:55699:30: error: ‘Back’ is not a member of ‘sf::Keyboard’ src/sfml.cpp: At global scope: src/sfml.cpp:33682:39: warning: ‘__pyx_obj_4sfml_Vertex* __pyx_f_4sfml_wrap_vertex_instance(sf::Vertex*)’ defined but not used [-Wunused-function] error: command 'gcc' failed with exit status 1
before the build fails. This is strange, as the documentation in SFML 2.0, sf::Keyboard does includes 'Back', but a test in regular c++ for sf::Keyboard::Back also results in an error for 'Back' not being a member of sf::Keyboard
I am running Ubuntu 32bit
Edit: see comment below