Bonjour, j'ouvre ce nouveau sujet afin de demander de l'aide sur une erreur de compilation lors de la création du build du binding de bastien léonard : pySFML2.
J'utilise python 3.2 et je suis sous linux (distribution linux mint 12).
If the build fails, run patch.py and try again
----------------------------------------------
running build
running build_ext
skipping 'src/sfml.cpp' Cython extension (up-to-date)
building 'sfml' extension
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.2m -c src/sfml.cpp -o build/temp.linux-x86_64-3.2/src/sfml.o
cc1plus: attention : command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
src/sfml.cpp:278:29: erreur fatale: SFML/Graphics.hpp : Aucun fichier ou dossier de ce type
compilation terminée.
error: command 'gcc' failed with exit status 1
J'ai bien évidemment lancé la commande "python3.2 patch.py" (qui semble s’exécuter correctement => aucune erreur), mais ça ne semble pas lié.
Merci de votre futur aide !