Advertisement
Guest User

Untitled

a guest
Jul 29th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. If the build fails, run patch.py and try again
  2. ----------------------------------------------
  3.  
  4. running install
  5. running build
  6. running build_ext
  7. cythoning src/sfml.pyx to src/sfml.cpp
  8. building 'sfml' extension
  9. creating build
  10. creating build/temp.linux-i686-2.7
  11. creating build/temp.linux-i686-2.7/src
  12. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/sfml.cpp -o build/temp.linux-i686-2.7/src/sfml.o
  13. cc1plus: attention : command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  14. src/sfml.cpp:240:29: erreur fatale: SFML/Graphics.hpp : Aucun fichier ou dossier de ce type
  15. compilation terminée.
  16. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement