- Código: Seleccionar todo
jorge@Abril:~/Descargas/SFML-1.6/python$ python setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/PySFML
copying PySFML/__init__.py -> build/lib.linux-x86_64-2.6/PySFML
running build_ext
building 'PySFML.sf' extension
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I../include -I/usr/include/python2.6 -c src/Clock.cpp -o build/temp.linux-x86_64-2.6/src/Clock.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
In file included from src/Clock.cpp:25:
src/Clock.hpp:30:33: error: SFML/System/Clock.hpp: No existe el archivo o directorio
In file included from src/Clock.cpp:25:
src/Clock.hpp:34: error: ‘sf’ has not been declared
src/Clock.hpp:34: error: ISO C++ forbids declaration of ‘Clock’ with no type
src/Clock.hpp:34: error: expected ‘;’ before ‘*’ token
src/Clock.cpp: In function ‘void PySfClock_dealloc(PySfClock*)’:
src/Clock.cpp:33: error: ‘struct PySfClock’ has no member named ‘obj’
src/Clock.cpp: In function ‘PyObject* PySfClock_new(PyTypeObject*, PyObject*, PyObject*)’:
src/Clock.cpp:44: error: ‘struct PySfClock’ has no member named ‘obj’
src/Clock.cpp:44: error: expected type-specifier before ‘sf’
src/Clock.cpp:44: error: expected ‘;’ before ‘sf’
src/Clock.cpp: In function ‘PyObject* PySfClock_GetElapsedTime(PySfClock*)’:
src/Clock.cpp:53: error: ‘struct PySfClock’ has no member named ‘obj’
src/Clock.cpp: In function ‘PyObject* PySfClock_Reset(PySfClock*)’:
src/Clock.cpp:59: error: ‘struct PySfClock’ has no member named ‘obj’
error: command 'gcc' failed with exit status 1
jorge@Abril:~/Descargas/SFML-1.6/python$
uso Trisquel 4.0, alguna sugerencia!?