Salut à tous.
Je tente depuis 2 jours d'installer la version 2.0 de la SFML sous Ubuntu 12.10 (quantal)
Je suis passé par le tuto de la Doc officielle d'Ubuntu (Ici (http://doc.ubuntu-fr.org/sfml))
Et au lancement du make dans le dossier sfml/branches/sfml2, j'obtiens l'erreur suivante :
/home/simon/sfml/branches/sfml2/src/SFML/Window/Linux/Joystick.cpp: In member function 'sf::priv::JoystickState sf::priv::Joystick::UpdateState()':
/home/simon/sfml/branches/sfml2/src/SFML/Window/Linux/Joystick.cpp:99:62: error: 'read' was not declared in this scope
make[2]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/Linux/Joystick.cpp.o] Error 1
make[1]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
make: *** [all] Error 2
Merci d'avance ;)