Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shackra

Pages: 1 2 3 [4]
46
Python / PySFML 2?
« on: January 09, 2012, 04:24:45 am »
Quote from: "bastien"
Are you sure that the git checkout ... command applies where you build the module? It looks like you're still using the latest SFML 2 version.

Oh, I should did the git checkout command IN THERE? :O, damn... my bad!

Quote from: "bastien"

Edit: Laurent said that he's going to change the naming conventions on Monday, so I'm going to wait for that before updating the binding.


Nice, I'll be waiting like child on Christmas :)

47
Python / PySFML 2?
« on: January 07, 2012, 09:00:46 am »
Quote from: "bastien"
Don't use “python”, on Arch Linux it invokes Python 3. Try “python2 setup.py build_ext --inplace”. It should drop the sf.so module file in the current directory.


but...

Code: [Select]
jorge@Abril:~$ python
Python 2.7.2 (default, Dec 13 2011, 21:02:13)
[GCC 4.6.2 20111125 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>


and I dont use ArchLinux since it isn't free as in freedom ;), I use Parabola GNU/Linux-libre :). I did that command, and look what happen:

Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git/src/pysfml2-cython$ python2 setup.py build_ext --inplace
running build_ext
building 'sf' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c sf.cpp -o build/temp.linux-x86_64-2.7/sf.o
In file included from sf.cpp:238:0:
hacks.hpp:15:59: error: ‘Renderer’ no es un miembro de ‘sf’
hacks.hpp:15:72: error: expected primary-expression before ‘)’ token
hacks.hpp:31:55: error: ‘sf::Renderer’ no se ha declarado
sf.cpp:485:3: error: ‘Renderer’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:498:3: error: ‘ContextSettings’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:588:3: error: ‘Texture’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:615:3: error: ‘Shader’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:1056:72: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:1056:85: error: expected primary-expression before ‘,’ token
sf.cpp:1056:87: error: expected primary-expression before ‘int’
sf.cpp:1056:90: error: se trata la lista de expresiones como una expresión compuesta en en inicializador [-fpermissive]
sf.cpp:1060:70: error: ‘Shader’ no es un miembro de ‘sf’
sf.cpp:1060:82: error: expected primary-expression before ‘)’ token
sf.cpp:1061:89: error: ‘ContextSettings’ no es un miembro de ‘sf’
sf.cpp:1061:110: error: expected primary-expression before ‘)’ token
sf.cpp:1065:85: aviso: ‘wrap_renderer_instance’ inicializado y declarado como ‘extern’ [activado por defecto]
sf.cpp:1065:85: error: redefinición de ‘__pyx_obj_2sf_Renderer* wrap_renderer_instance’
hacks.hpp:15:36: error: se define ‘__pyx_obj_2sf_Renderer* wrap_renderer_instance’ previamente aquí
sf.cpp:1065:81: error: ‘Renderer’ no es un miembro de ‘sf’
sf.cpp:1065:95: error: expected primary-expression before ‘)’ token
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Mouse_is_button_pressed(PyObject*, PyObject*)’:
sf.cpp:2379:15: error: ‘IsButtonPressed’ no es un miembro de ‘sf::Mouse’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Mouse_1get_position(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2477:19: error: ‘GetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp:2489:19: error: ‘GetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Mouse_2set_position(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2650:5: error: ‘SetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp:2662:5: error: ‘SetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_is_connected(PyObject*, PyObject*)’:
sf.cpp:2715:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_1get_button_count(PyObject*, PyObject*)’:
sf.cpp:2769:43: error: ‘sf::Joystick’ no se ha declarado
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_2has_axis(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2859:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:2859:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:2859:15: error: expected ‘)’ before ‘__pyx_v_axis’
sf.cpp:2859:113: error: expected ‘)’ before ‘;’ token
sf.cpp:2859:113: error: expected ‘)’ before ‘;’ token
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_3is_button_pressed(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2949:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_4get_axis_position(PyObject*, PyObject*, PyObject*)’:
sf.cpp:3039:38: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:3039:88: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:3039:103: error: expected ‘)’ before ‘__pyx_v_axis’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Keyboard_is_key_pressed(PyObject*, PyObject*)’:
sf.cpp:3093:15: error: ‘sf::Keyboard’ no se ha declarado
sf.cpp:3093:15: error: ‘sf::Keyboard’ no se ha declarado
sf.cpp:3093:15: error: expected ‘)’ before ‘__pyx_v_key’
sf.cpp:3093:98: error: expected ‘)’ before ‘;’ token
sf.cpp:3093:98: error: expected ‘)’ before ‘;’ token
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7IntRect_5width___get__(PyObject*)’:
sf.cpp:3510:86: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘int __pyx_pf_2sf_7IntRect_5width_1__set__(PyObject*, PyObject*)’:
sf.cpp:3562:59: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7IntRect_6height___get__(PyObject*)’:
sf.cpp:3595:86: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘int __pyx_pf_2sf_7IntRect_6height_1__set__(PyObject*, PyObject*)’:
sf.cpp:3647:59: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7IntRect_4intersects(PyObject*, PyObject*, PyObject*)’:
sf.cpp:3856:17: error: no se encontró una función coincidente para la llamada a ‘sf::Rect<int>::Intersects(sf::IntRect&, sf::IntRect&)’
sf.cpp:3856:17: nota: el candidato es:
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota: bool sf::Rect<T>::Intersects(const sf::Rect<T>&, sf::Rect<T>*) const [con T = int]
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota:   no hay una conversión conocida para el argumento 2 de ‘sf::IntRect {aka sf::Rect<int>}’ a ‘sf::Rect<int>*’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_9FloatRect_5width___get__(PyObject*)’:
sf.cpp:4481:92: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘int __pyx_pf_2sf_9FloatRect_5width_1__set__(PyObject*, PyObject*)’:
sf.cpp:4533:61: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_9FloatRect_6height___get__(PyObject*)’:
sf.cpp:4566:92: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘int __pyx_pf_2sf_9FloatRect_6height_1__set__(PyObject*, PyObject*)’:
sf.cpp:4618:61: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_9FloatRect_4intersects(PyObject*, PyObject*, PyObject*)’:
sf.cpp:4827:17: error: no se encontró una función coincidente para la llamada a ‘sf::Rect<float>::Intersects(sf::FloatRect&, sf::FloatRect&)’
sf.cpp:4827:17: nota: el candidato es:
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota: bool sf::Rect<T>::Intersects(const sf::Rect<T>&, sf::Rect<T>*) const [con T = float]
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota:   no hay una conversión conocida para el argumento 2 de ‘sf::FloatRect {aka sf::Rect<float>}’ a ‘sf::Rect<float>*’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Matrix3_4projection(PyObject*, PyObject*, PyObject*)’:
sf.cpp:7189:20: error: ‘Projection’ no es un miembro de ‘sf::Matrix3’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Matrix3_5transformation(PyObject*, PyObject*, PyObject*)’:
sf.cpp:7348:20: error: ‘Transformation’ no es un miembro de ‘sf::Matrix3’
/usr/local/include/SFML/Audio/Sound.hpp: En la función ‘int __pyx_pf_2sf_5Music_14playing_offset_1__set__(PyObject*, PyObject*)’:
/usr/local/include/SFML/Audio/Sound.hpp:198:10: error: ‘void sf::Sound::SetPlayingOffset(float)’ es inaccesible
sf.cpp:11510:87: error: desde este contexto
sf.cpp:11510:87: error: ‘sf::Sound’ no es una base inaccesible de ‘sf::Music’
sf.cpp: En la función ‘PyObject* __pyx_f_2sf_wrap_event_instance(sf::Event*)’:
sf.cpp:12758:48: error: ‘JoystickButtonPressed’ no es un miembro de ‘sf::Event’
sf.cpp:12785:48: error: ‘JoystickButtonReleased’ no es un miembro de ‘sf::Event’
sf.cpp:12812:48: error: ‘JoystickMoved’ no es un miembro de ‘sf::Event’
sf.cpp:12839:48: error: ‘JoystickConnected’ no es un miembro de ‘sf::Event’
sf.cpp:12866:48: error: ‘JoystickDisconnected’ no es un miembro de ‘sf::Event’
sf.cpp:13035:17: error: ‘struct sf::Event::KeyEvent’ no tiene un miembro llamado ‘System’
sf.cpp:13169:67: error: ‘struct sf::Event::MouseWheelEvent’ no tiene un miembro llamado ‘X’
sf.cpp:13181:67: error: ‘struct sf::Event::MouseWheelEvent’ no tiene un miembro llamado ‘Y’
sf.cpp:13195:48: error: ‘JoystickButtonPressed’ no es un miembro de ‘sf::Event’
sf.cpp:13205:50: error: ‘JoystickButtonReleased’ no es un miembro de ‘sf::Event’
sf.cpp:13219:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickButton’
sf.cpp:13231:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickButton’
sf.cpp:13245:48: error: ‘JoystickMoved’ no es un miembro de ‘sf::Event’
sf.cpp:13255:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickMove’
sf.cpp:13267:56: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickMove’
sf.cpp:13279:60: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickMove’
sf.cpp:13293:48: error: ‘JoystickConnected’ no es un miembro de ‘sf::Event’
sf.cpp:13303:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickConnect’
sf.cpp:13317:48: error: ‘JoystickDisconnected’ no es un miembro de ‘sf::Event’
sf.cpp:13327:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickConnect’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Glyph_6bounds___get__(PyObject*)’:
sf.cpp:13496:74: error: ‘class sf::Glyph’ no tiene un miembro llamado ‘Bounds’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Glyph_8sub_rect___get__(PyObject*)’:
sf.cpp:13559:74: error: ‘class sf::Glyph’ no tiene un miembro llamado ‘SubRect’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_4get_glyph(PyObject*, PyObject*, PyObject*)’:
sf.cpp:14014:138: error: no se encontró una función coincidente para la llamada a ‘sf::Font::GetGlyph(unsigned int&, unsigned int&, int&)’
sf.cpp:14014:138: nota: el candidato es:
/usr/local/include/SFML/Graphics/Font.hpp:107:18: nota: const sf::Glyph& sf::Font::GetGlyph(sf::Uint32) const
/usr/local/include/SFML/Graphics/Font.hpp:107:18: nota:   el candidato espera 1 argumento, se proporcionaron 3
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_5get_texture(PyObject*, PyObject*)’:
sf.cpp:14053:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:14053:16: error: ‘__pyx_v_p’ no se declaró en este ámbito
sf.cpp:14078:17: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:14078:30: error: expected primary-expression before ‘)’ token
sf.cpp:14078:86: error: ‘class sf::Font’ no tiene un miembro llamado ‘GetTexture’
sf.cpp:14088:74: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_6get_kerning(PyObject*, PyObject*, PyObject*)’:
sf.cpp:14188:83: error: ‘class sf::Font’ no tiene un miembro llamado ‘GetKerning’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_7get_line_spacing(PyObject*, PyObject*)’:
sf.cpp:14242:83: error: ‘class sf::Font’ no tiene un miembro llamado ‘GetLineSpacing’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Image_6load_from_pixels(PyObject*, PyObject*, PyObject*)’:
sf.cpp:15034:98: error: no se encontró una función coincidente para la llamada a ‘sf::Image::Create(int&, int&, unsigned char*)’
sf.cpp:15034:98: nota: el candidato es:
/usr/local/include/SFML/Graphics/Image.hpp:143:10: nota: bool sf::Image::Create(unsigned int, unsigned int, sf::Color)
/usr/local/include/SFML/Graphics/Image.hpp:143:10: nota:   no hay una conversión conocida para el argumento 3 de ‘unsigned char*’ a ‘sf::Color’
sf.cpp: En la función ‘int __pyx_pf_2sf_7Texture___init__(PyObject*, PyObject*, PyObject*)’:
sf.cpp:15950:51: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:15950:64: error: se esperaba un especificador de tipo
sf.cpp:15950:64: error: se esperaba ‘;’
sf.cpp:15984:66: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘void __pyx_pf_2sf_7Texture_1__dealloc__(PyObject*)’:
sf.cpp:16050:60: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_6height___get__(PyObject*)’:
sf.cpp:16084:87: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_6smooth___get__(PyObject*)’:
sf.cpp:16128:15: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘int __pyx_pf_2sf_7Texture_6smooth_1__set__(PyObject*, PyObject*)’:
sf.cpp:16180:51: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_5width___get__(PyObject*)’:
sf.cpp:16213:87: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_2load_from_file(PyObject*, PyObject*, PyObject*)’:
sf.cpp:16244:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:16244:16: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:16308:32: error: se esperaba un especificador de tipo
sf.cpp:16308:32: error: se esperaba ‘;’
sf.cpp:16338:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp:16377:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_3load_from_image(PyObject*, PyObject*, PyObject*)’:
sf.cpp:16430:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:16430:16: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:16495:32: error: se esperaba un especificador de tipo
sf.cpp:16495:32: error: se esperaba ‘;’
sf.cpp:16525:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp:16564:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_4load_from_memory(PyObject*, PyObject*, PyObject*)’:
sf.cpp:16617:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:16617:16: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:16684:32: error: se esperaba un especificador de tipo
sf.cpp:16684:32: error: se esperaba ‘;’
sf.cpp:16719:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp:16763:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_5bind(PyObject*, PyObject*)’:
sf.cpp:16824:51: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_6get_tex_coords(PyObject*, PyObject*)’:
sf.cpp:16869:65: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_7update(PyObject*, PyObject*, PyObject*)’:
sf.cpp:17058:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17079:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17115:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17127:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17163:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17175:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En el ámbito global:
sf.cpp:17236:76: error: redefinición de ‘__pyx_obj_2sf_Texture* __pyx_f_2sf_wrap_texture_instance’
sf.cpp:1056:38: error: se define ‘__pyx_obj_2sf_Texture* __pyx_f_2sf_wrap_texture_instance’ previamente aquí
sf.cpp:17236:72: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:17236:85: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:17236:109: error: expected primary-expression before ‘int’
sf.cpp:913:27: aviso: se usa la función inline ‘void __Pyx_ExceptionSave(PyObject**, PyObject**, PyObject**)’ pero nunca se define [activado por defecto]
sf.cpp:290:26: aviso: se usa la función inline ‘int __Pyx_PyObject_IsTrue(PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:903:27: aviso: se usa la función inline ‘void __Pyx_ErrRestore(PyObject*, PyObject*, PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:801:27: aviso: se usa la función inline ‘void __Pyx_RaiseUnboundLocalError(const char*)’ pero nunca se define [activado por defecto]
sf.cpp:954:26: aviso: se usa la función inline ‘int __Pyx_PyInt_AsInt(PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:816:27: aviso: se usa la función inline ‘void __Pyx_RaiseTooManyValuesError(Py_ssize_t)’ pero nunca se define [activado por defecto]
sf.cpp:814:27: aviso: se usa la función inline ‘void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t)’ pero nunca se define [activado por defecto]
sf.cpp:948:35: aviso: se usa la función inline ‘unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:827:26: aviso: se usa la función inline ‘int __Pyx_TypeTest(PyObject*, PyTypeObject*)’ pero nunca se define [activado por defecto]
sf.cpp:908:26: aviso: se usa la función inline ‘int __Pyx_CheckKeywordStrings(PyObject*, const char*, int)’ pero nunca se define [activado por defecto]
sf.cpp:940:32: aviso: se usa la función inline ‘PyObject* __Pyx_PyInt_to_py_sf__Uint32(sf::Uint32)’ pero nunca se define [activado por defecto]
sf.cpp:942:32: aviso: se usa la función inline ‘PyObject* __Pyx_PyInt_to_py_sf__Int16(sf::Int16)’ pero nunca se define [activado por defecto]
sf.cpp:294:33: aviso: se usa la función inline ‘PyObject* __Pyx_PyInt_FromSize_t(size_t)’ pero nunca se define [activado por defecto]
error: command 'gcc' failed with exit status 1
jorge@Abril:~/MYAUR/python2-pysfml2-git/src/pysfml2-cython$


yes, almost the same error, and looks like everything starts because ‘Renderer’ isn't a member of ‘sf’ :-(

48
Python / PySFML 2?
« on: January 06, 2012, 07:10:56 pm »
Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git/src/pysfml2-cython$ cython2 --cplus sf.pyx
jorge@Abril:~/MYAUR/python2-pysfml2-git/src/pysfml2-cython$


then the file sf.cpp appears in the same directory, I edit the PKGBUILD because looks buggy, then...

Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git$ makepkg -si
==> Determinando ultima revisión de git...
  -> Versión encontrada: 20120106
==> Creando el paquete: python2-pysfml2-git 20120106-1 (vie ene  6 12:01:45 CST 2012)
==> Resolviendo dependencias...
==> Verificando conflictos...
==> Obteniendo fuentes...
==> Descomprimiendo fuentes...
==> Eliminando el directorio pkg/ existente...
==> Iniciando build()...
==> Connecting to GIT server....
Already up-to-date.
==> The local files are updated.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/home/jorge/MYAUR/python2-pysfml2-git/src/pysfml2-cython-build'...
done.
running build_ext
building 'sf' extension
creating build
creating build/temp.linux-x86_64-2.7
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -march=x86-64 -mtune=generic -O1 -pipe -fPIC -I/usr/include/python2.7 -c sf.cpp -o build/temp.linux-x86_64-2.7/sf.o
gcc: error: sf.cpp: No existe el fichero o el directorio
gcc: error fatal: no hay ficheros de entrada
compilación terminada.
error: command 'gcc' failed with exit status 1
==> ERROR: Se produjo un error en build().
    Cancelando...
jorge@Abril:~/MYAUR/python2-pysfml2-git$


File sf.cpp not found?? but it is in there:

Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git$ ls src/pysfml2-cython
build       declblendmode.pxd  decljoy.pxd  declmouse.pxd  decl.pxd doc   hacks.cpp  LICENSE.txt  README.txt  setup.py  SFML-LICENSE.txt
declaudio.pxd  declevent.pxd  declkey.pxd  declprimitive.pxd  declstyle.pxd  examples  hacks.hpp  MANIFEST.in  setup3k.py  sf.cpp sf.pyx
jorge@Abril:~/MYAUR/python2-pysfml2-git$


so, I went where the source code was, and I use the classic python setup.py build:

Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git/src/pysfml2-cython$ python setup.py build
running build
running build_ext
building 'sf' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c sf.cpp -o build/temp.linux-x86_64-2.7/sf.o
In file included from sf.cpp:238:0:
hacks.hpp:15:59: error: ‘Renderer’ no es un miembro de ‘sf’
hacks.hpp:15:72: error: expected primary-expression before ‘)’ token
hacks.hpp:31:55: error: ‘sf::Renderer’ no se ha declarado
sf.cpp:485:3: error: ‘Renderer’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:498:3: error: ‘ContextSettings’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:588:3: error: ‘Texture’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:615:3: error: ‘Shader’ en el espacio de nombres ‘sf’ no nombra un tipo
sf.cpp:1056:72: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:1056:85: error: expected primary-expression before ‘,’ token
sf.cpp:1056:87: error: expected primary-expression before ‘int’
sf.cpp:1056:90: error: se trata la lista de expresiones como una expresión compuesta en en inicializador [-fpermissive]
sf.cpp:1060:70: error: ‘Shader’ no es un miembro de ‘sf’
sf.cpp:1060:82: error: expected primary-expression before ‘)’ token
sf.cpp:1061:89: error: ‘ContextSettings’ no es un miembro de ‘sf’
sf.cpp:1061:110: error: expected primary-expression before ‘)’ token
sf.cpp:1065:85: aviso: ‘wrap_renderer_instance’ inicializado y declarado como ‘extern’ [activado por defecto]
sf.cpp:1065:85: error: redefinición de ‘__pyx_obj_2sf_Renderer* wrap_renderer_instance’
hacks.hpp:15:36: error: se define ‘__pyx_obj_2sf_Renderer* wrap_renderer_instance’ previamente aquí
sf.cpp:1065:81: error: ‘Renderer’ no es un miembro de ‘sf’
sf.cpp:1065:95: error: expected primary-expression before ‘)’ token
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Mouse_is_button_pressed(PyObject*, PyObject*)’:
sf.cpp:2379:15: error: ‘IsButtonPressed’ no es un miembro de ‘sf::Mouse’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Mouse_1get_position(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2477:19: error: ‘GetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp:2489:19: error: ‘GetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Mouse_2set_position(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2650:5: error: ‘SetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp:2662:5: error: ‘SetPosition’ no es un miembro de ‘sf::Mouse’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_is_connected(PyObject*, PyObject*)’:
sf.cpp:2715:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_1get_button_count(PyObject*, PyObject*)’:
sf.cpp:2769:43: error: ‘sf::Joystick’ no se ha declarado
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_2has_axis(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2859:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:2859:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:2859:15: error: expected ‘)’ before ‘__pyx_v_axis’
sf.cpp:2859:113: error: expected ‘)’ before ‘;’ token
sf.cpp:2859:113: error: expected ‘)’ before ‘;’ token
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_3is_button_pressed(PyObject*, PyObject*, PyObject*)’:
sf.cpp:2949:15: error: ‘sf::Joystick’ no se ha declarado
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Joystick_4get_axis_position(PyObject*, PyObject*, PyObject*)’:
sf.cpp:3039:38: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:3039:88: error: ‘sf::Joystick’ no se ha declarado
sf.cpp:3039:103: error: expected ‘)’ before ‘__pyx_v_axis’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_8Keyboard_is_key_pressed(PyObject*, PyObject*)’:
sf.cpp:3093:15: error: ‘sf::Keyboard’ no se ha declarado
sf.cpp:3093:15: error: ‘sf::Keyboard’ no se ha declarado
sf.cpp:3093:15: error: expected ‘)’ before ‘__pyx_v_key’
sf.cpp:3093:98: error: expected ‘)’ before ‘;’ token
sf.cpp:3093:98: error: expected ‘)’ before ‘;’ token
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7IntRect_5width___get__(PyObject*)’:
sf.cpp:3510:86: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘int __pyx_pf_2sf_7IntRect_5width_1__set__(PyObject*, PyObject*)’:
sf.cpp:3562:59: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7IntRect_6height___get__(PyObject*)’:
sf.cpp:3595:86: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘int __pyx_pf_2sf_7IntRect_6height_1__set__(PyObject*, PyObject*)’:
sf.cpp:3647:59: error: ‘sf::IntRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7IntRect_4intersects(PyObject*, PyObject*, PyObject*)’:
sf.cpp:3856:17: error: no se encontró una función coincidente para la llamada a ‘sf::Rect<int>::Intersects(sf::IntRect&, sf::IntRect&)’
sf.cpp:3856:17: nota: el candidato es:
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota: bool sf::Rect<T>::Intersects(const sf::Rect<T>&, sf::Rect<T>*) const [con T = int]
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota:   no hay una conversión conocida para el argumento 2 de ‘sf::IntRect {aka sf::Rect<int>}’ a ‘sf::Rect<int>*’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_9FloatRect_5width___get__(PyObject*)’:
sf.cpp:4481:92: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘int __pyx_pf_2sf_9FloatRect_5width_1__set__(PyObject*, PyObject*)’:
sf.cpp:4533:61: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Width’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_9FloatRect_6height___get__(PyObject*)’:
sf.cpp:4566:92: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘int __pyx_pf_2sf_9FloatRect_6height_1__set__(PyObject*, PyObject*)’:
sf.cpp:4618:61: error: ‘sf::FloatRect’ no tiene un miembro llamado ‘Height’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_9FloatRect_4intersects(PyObject*, PyObject*, PyObject*)’:
sf.cpp:4827:17: error: no se encontró una función coincidente para la llamada a ‘sf::Rect<float>::Intersects(sf::FloatRect&, sf::FloatRect&)’
sf.cpp:4827:17: nota: el candidato es:
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota: bool sf::Rect<T>::Intersects(const sf::Rect<T>&, sf::Rect<T>*) const [con T = float]
/usr/local/include/SFML/Graphics/Rect.inl:101:6: nota:   no hay una conversión conocida para el argumento 2 de ‘sf::FloatRect {aka sf::Rect<float>}’ a ‘sf::Rect<float>*’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Matrix3_4projection(PyObject*, PyObject*, PyObject*)’:
sf.cpp:7189:20: error: ‘Projection’ no es un miembro de ‘sf::Matrix3’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Matrix3_5transformation(PyObject*, PyObject*, PyObject*)’:
sf.cpp:7348:20: error: ‘Transformation’ no es un miembro de ‘sf::Matrix3’
/usr/local/include/SFML/Audio/Sound.hpp: En la función ‘int __pyx_pf_2sf_5Music_14playing_offset_1__set__(PyObject*, PyObject*)’:
/usr/local/include/SFML/Audio/Sound.hpp:198:10: error: ‘void sf::Sound::SetPlayingOffset(float)’ es inaccesible
sf.cpp:11510:87: error: desde este contexto
sf.cpp:11510:87: error: ‘sf::Sound’ no es una base inaccesible de ‘sf::Music’
sf.cpp: En la función ‘PyObject* __pyx_f_2sf_wrap_event_instance(sf::Event*)’:
sf.cpp:12758:48: error: ‘JoystickButtonPressed’ no es un miembro de ‘sf::Event’
sf.cpp:12785:48: error: ‘JoystickButtonReleased’ no es un miembro de ‘sf::Event’
sf.cpp:12812:48: error: ‘JoystickMoved’ no es un miembro de ‘sf::Event’
sf.cpp:12839:48: error: ‘JoystickConnected’ no es un miembro de ‘sf::Event’
sf.cpp:12866:48: error: ‘JoystickDisconnected’ no es un miembro de ‘sf::Event’
sf.cpp:13035:17: error: ‘struct sf::Event::KeyEvent’ no tiene un miembro llamado ‘System’
sf.cpp:13169:67: error: ‘struct sf::Event::MouseWheelEvent’ no tiene un miembro llamado ‘X’
sf.cpp:13181:67: error: ‘struct sf::Event::MouseWheelEvent’ no tiene un miembro llamado ‘Y’
sf.cpp:13195:48: error: ‘JoystickButtonPressed’ no es un miembro de ‘sf::Event’
sf.cpp:13205:50: error: ‘JoystickButtonReleased’ no es un miembro de ‘sf::Event’
sf.cpp:13219:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickButton’
sf.cpp:13231:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickButton’
sf.cpp:13245:48: error: ‘JoystickMoved’ no es un miembro de ‘sf::Event’
sf.cpp:13255:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickMove’
sf.cpp:13267:56: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickMove’
sf.cpp:13279:60: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickMove’
sf.cpp:13293:48: error: ‘JoystickConnected’ no es un miembro de ‘sf::Event’
sf.cpp:13303:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickConnect’
sf.cpp:13317:48: error: ‘JoystickDisconnected’ no es un miembro de ‘sf::Event’
sf.cpp:13327:65: error: ‘class sf::Event’ no tiene un miembro llamado ‘JoystickConnect’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Glyph_6bounds___get__(PyObject*)’:
sf.cpp:13496:74: error: ‘class sf::Glyph’ no tiene un miembro llamado ‘Bounds’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Glyph_8sub_rect___get__(PyObject*)’:
sf.cpp:13559:74: error: ‘class sf::Glyph’ no tiene un miembro llamado ‘SubRect’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_4get_glyph(PyObject*, PyObject*, PyObject*)’:
sf.cpp:14014:138: error: no se encontró una función coincidente para la llamada a ‘sf::Font::GetGlyph(unsigned int&, unsigned int&, int&)’
sf.cpp:14014:138: nota: el candidato es:
/usr/local/include/SFML/Graphics/Font.hpp:107:18: nota: const sf::Glyph& sf::Font::GetGlyph(sf::Uint32) const
/usr/local/include/SFML/Graphics/Font.hpp:107:18: nota:   el candidato espera 1 argumento, se proporcionaron 3
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_5get_texture(PyObject*, PyObject*)’:
sf.cpp:14053:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:14053:16: error: ‘__pyx_v_p’ no se declaró en este ámbito
sf.cpp:14078:17: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:14078:30: error: expected primary-expression before ‘)’ token
sf.cpp:14078:86: error: ‘class sf::Font’ no tiene un miembro llamado ‘GetTexture’
sf.cpp:14088:74: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_6get_kerning(PyObject*, PyObject*, PyObject*)’:
sf.cpp:14188:83: error: ‘class sf::Font’ no tiene un miembro llamado ‘GetKerning’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_4Font_7get_line_spacing(PyObject*, PyObject*)’:
sf.cpp:14242:83: error: ‘class sf::Font’ no tiene un miembro llamado ‘GetLineSpacing’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_5Image_6load_from_pixels(PyObject*, PyObject*, PyObject*)’:
sf.cpp:15034:98: error: no se encontró una función coincidente para la llamada a ‘sf::Image::Create(int&, int&, unsigned char*)’
sf.cpp:15034:98: nota: el candidato es:
/usr/local/include/SFML/Graphics/Image.hpp:143:10: nota: bool sf::Image::Create(unsigned int, unsigned int, sf::Color)
/usr/local/include/SFML/Graphics/Image.hpp:143:10: nota:   no hay una conversión conocida para el argumento 3 de ‘unsigned char*’ a ‘sf::Color’
sf.cpp: En la función ‘int __pyx_pf_2sf_7Texture___init__(PyObject*, PyObject*, PyObject*)’:
sf.cpp:15950:51: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:15950:64: error: se esperaba un especificador de tipo
sf.cpp:15950:64: error: se esperaba ‘;’
sf.cpp:15984:66: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘void __pyx_pf_2sf_7Texture_1__dealloc__(PyObject*)’:
sf.cpp:16050:60: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_6height___get__(PyObject*)’:
sf.cpp:16084:87: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_6smooth___get__(PyObject*)’:
sf.cpp:16128:15: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘int __pyx_pf_2sf_7Texture_6smooth_1__set__(PyObject*, PyObject*)’:
sf.cpp:16180:51: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_5width___get__(PyObject*)’:
sf.cpp:16213:87: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_2load_from_file(PyObject*, PyObject*, PyObject*)’:
sf.cpp:16244:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:16244:16: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:16308:32: error: se esperaba un especificador de tipo
sf.cpp:16308:32: error: se esperaba ‘;’
sf.cpp:16338:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp:16377:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_3load_from_image(PyObject*, PyObject*, PyObject*)’:
sf.cpp:16430:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:16430:16: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:16495:32: error: se esperaba un especificador de tipo
sf.cpp:16495:32: error: se esperaba ‘;’
sf.cpp:16525:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp:16564:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_4load_from_memory(PyObject*, PyObject*, PyObject*)’:
sf.cpp:16617:3: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:16617:16: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:16684:32: error: se esperaba un especificador de tipo
sf.cpp:16684:32: error: se esperaba ‘;’
sf.cpp:16719:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp:16763:91: error: no se puede usar ‘__pyx_f_2sf_wrap_texture_instance’ como una función
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_5bind(PyObject*, PyObject*)’:
sf.cpp:16824:51: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_6get_tex_coords(PyObject*, PyObject*)’:
sf.cpp:16869:65: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En la función ‘PyObject* __pyx_pf_2sf_7Texture_7update(PyObject*, PyObject*, PyObject*)’:
sf.cpp:17058:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17079:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17115:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17127:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17163:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp:17175:55: error: ‘struct __pyx_obj_2sf_Texture’ no tiene un miembro llamado ‘p_this’
sf.cpp: En el ámbito global:
sf.cpp:17236:76: error: redefinición de ‘__pyx_obj_2sf_Texture* __pyx_f_2sf_wrap_texture_instance’
sf.cpp:1056:38: error: se define ‘__pyx_obj_2sf_Texture* __pyx_f_2sf_wrap_texture_instance’ previamente aquí
sf.cpp:17236:72: error: ‘Texture’ no es un miembro de ‘sf’
sf.cpp:17236:85: error: ‘__pyx_v_p_cpp_instance’ no se declaró en este ámbito
sf.cpp:17236:109: error: expected primary-expression before ‘int’
sf.cpp:913:27: aviso: se usa la función inline ‘void __Pyx_ExceptionSave(PyObject**, PyObject**, PyObject**)’ pero nunca se define [activado por defecto]
sf.cpp:290:26: aviso: se usa la función inline ‘int __Pyx_PyObject_IsTrue(PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:903:27: aviso: se usa la función inline ‘void __Pyx_ErrRestore(PyObject*, PyObject*, PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:801:27: aviso: se usa la función inline ‘void __Pyx_RaiseUnboundLocalError(const char*)’ pero nunca se define [activado por defecto]
sf.cpp:954:26: aviso: se usa la función inline ‘int __Pyx_PyInt_AsInt(PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:816:27: aviso: se usa la función inline ‘void __Pyx_RaiseTooManyValuesError(Py_ssize_t)’ pero nunca se define [activado por defecto]
sf.cpp:814:27: aviso: se usa la función inline ‘void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t)’ pero nunca se define [activado por defecto]
sf.cpp:948:35: aviso: se usa la función inline ‘unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject*)’ pero nunca se define [activado por defecto]
sf.cpp:827:26: aviso: se usa la función inline ‘int __Pyx_TypeTest(PyObject*, PyTypeObject*)’ pero nunca se define [activado por defecto]
sf.cpp:908:26: aviso: se usa la función inline ‘int __Pyx_CheckKeywordStrings(PyObject*, const char*, int)’ pero nunca se define [activado por defecto]
sf.cpp:940:32: aviso: se usa la función inline ‘PyObject* __Pyx_PyInt_to_py_sf__Uint32(sf::Uint32)’ pero nunca se define [activado por defecto]
sf.cpp:942:32: aviso: se usa la función inline ‘PyObject* __Pyx_PyInt_to_py_sf__Int16(sf::Int16)’ pero nunca se define [activado por defecto]
sf.cpp:294:33: aviso: se usa la función inline ‘PyObject* __Pyx_PyInt_FromSize_t(size_t)’ pero nunca se define [activado por defecto]
error: command 'gcc' failed with exit status 1
jorge@Abril:~/MYAUR/python2-pysfml2-git/src/pysfml2-cython$


so, what's wrong here? :(

49
Python / PySFML 2?
« on: January 06, 2012, 06:51:04 am »
I'm not good with git :(

Code: [Select]
jorge@Abril:~/MYAUR/sfml-git/src/SFML$ git checkout 191730ac0d639cfdef8fae560cdbc7d7e8c67db1
Note: checking out '191730ac0d639cfdef8fae560cdbc7d7e8c67db1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 191730a... Added a render states cache to improve performances
jorge@Abril:~/MYAUR/sfml-git/src/SFML$


or maybe I'm using the hash in the wrong git clone, anyway, could be better if I wait until you fix the bug?

btw, I set USE_CYTHON to False because of this:
Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git$ makepkg -si
==> Determinando ultima revisión de git...
  -> Versión encontrada: 20120105
==> Creando el paquete: python2-pysfml2-git 20120105-1 (jue ene  5 23:46:18 CST 2012)
==> Resolviendo dependencias...
==> Verificando conflictos...
==> Obteniendo fuentes...
==> Descomprimiendo fuentes...
==> Eliminando el directorio pkg/ existente...
==> Iniciando build()...
==> Connecting to GIT server....
Already up-to-date.
==> The local files are updated.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/home/jorge/MYAUR/python2-pysfml2-git/src/pysfml2-cython-build'...
done.
Traceback (most recent call last):
  File "/usr/bin/cython", line 7, in <module>
    from Cython.Compiler.Main import main
ImportError: No module named Cython.Compiler.Main
==> ERROR: Se produjo un error en build().
    Cancelando...
jorge@Abril:~/MYAUR/python2-pysfml2-git$

50
Python / PySFML 2?
« on: January 06, 2012, 01:26:49 am »
oh, ok, thank you for the explanation :).
btw, the issues what are you talking about, have something related to this?

Code: [Select]
jorge@Abril:~/MYAUR/python2-pysfml2-git$ makepkg -si
==> Determinando ultima revisión de git...
  -> Versión encontrada: 20120105
==> Creando el paquete: python2-pysfml2-git 20120105-1 (jue ene  5 17:43:53 CST 2012)
==> Resolviendo dependencias...
==> Verificando conflictos...
==> Obteniendo fuentes...
==> Descomprimiendo fuentes...
==> Eliminando el directorio pkg/ existente...
==> Iniciando build()...
==> Connecting to GIT server....
Already up-to-date.
==> The local files are updated.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/home/jorge/MYAUR/python2-pysfml2-git/src/pysfml2-cython-build'...
done.
running build_ext
building 'sf' extension
creating build
creating build/temp.linux-x86_64-2.7
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -march=x86-64 -mtune=generic -O1 -pipe -fPIC -I/usr/include/python2.7 -c sf.cpp -o build/temp.linux-x86_64-2.7/sf.o
gcc: error: sf.cpp: No existe el fichero o el directorio
gcc: error fatal: no hay ficheros de entrada
compilación terminada.
error: command 'gcc' failed with exit status 1
==> ERROR: Se produjo un error en build().
    Cancelando...
jorge@Abril:~/MYAUR/python2-pysfml2-git$

51
Python / PySFML 2?
« on: January 05, 2012, 10:11:38 pm »
thanks for the reply, but, python != cython, AFAIK! :(

so, May can you tell me what are my options to have a PySFML2 in Python and not in Cython?

(maybe Im confused about what does Cython with Python :( )

52
Python / PySFML 2?
« on: January 05, 2012, 09:29:41 pm »
hello, I'm wondering if will be released the Python bindings for SFML 2.

cheers! :)

53
Python / error: command 'gcc' failed with exit status 1
« on: January 05, 2012, 09:22:37 pm »
Oh! I finally realized what's wrong here, I must have the SMFL-1.6 version to compiled the SFML 1.6 bindings for Python, not the SFML 1.99. Yay!.

But, well, I got a error while I try to compile the SFML full sdk, so, maybe I'll post it at the respective forum.

54
Hello, I'm new here and I have a problem (like everyone else :) ) while I tried to compile PySFML for Python2. I'm in Parabola GNU/Linux and I installed the package sfml-1.99git and csfml-199git (C bindings) for my 64bits distribution right from my respository.

I must say, Cython's PySFML have a huge API incompatibility :-/ since I compiled it from AUR.

So, I downloaded PySFML1-6 source and I did python setup.py build and I get this error:

Code: [Select]
jorge@Abril:~/coders/utilidades/SFML-1.6/python$ python setup.py build
running build
running build_py
running build_ext
building 'PySFML.sf' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I../include -I/usr/include/python2.7 -c src/Clock.cpp -o build/temp.linux-x86_64-2.7/src/Clock.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I../include -I/usr/include/python2.7 -c src/Color.cpp -o build/temp.linux-x86_64-2.7/src/Color.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I../include -I/usr/include/python2.7 -c src/Drawable.cpp -o build/temp.linux-x86_64-2.7/src/Drawable.o
src/Drawable.cpp: En la función ‘PyObject* PySfDrawable_new(PyTypeObject*, PyObject*, PyObject*)’:
src/Drawable.cpp:60:34: error: no se puede asignar un objeto de tipo abstracto ‘CustomDrawable’
src/Drawable.hpp:35:7: nota:   porque las siguientes funciones virtual son pure dentro de ‘CustomDrawable’:
/usr/include/SFML/Graphics/Drawable.hpp:498:18: nota: virtual void sf::Drawable::Render(sf::RenderTarget&, sf::Renderer&) const
src/Drawable.cpp: En la función ‘PyObject* PySfDrawable_SetCenter(PySfDrawable*, PyObject*)’:
src/Drawable.cpp:116:13: error: ‘class CustomDrawable’ no tiene un miembro llamado ‘SetCenter’
src/Drawable.cpp: En la función ‘PyObject* PySfDrawable_GetCenter(PySfDrawable*)’:
src/Drawable.cpp:122:33: error: ‘class CustomDrawable’ no tiene un miembro llamado ‘GetCenter’
error: command 'gcc' failed with exit status 1
jorge@Abril:~/coders/utilidades/SFML-1.6/python$
(Is in spanish because I cant remember how to switch the output to english directly from GNU bash)

if you want to know which files the two SFML packages provides, here is:
Code: [Select]
jorge@Abril:~/coders/utilidades/SFML-1.6/python$ sudo pacman -Ql sfml
sfml /usr/
sfml /usr/include/
sfml /usr/include/SFML/
sfml /usr/include/SFML/Audio.hpp
sfml /usr/include/SFML/Audio/
sfml /usr/include/SFML/Audio/Listener.hpp
sfml /usr/include/SFML/Audio/Music.hpp
sfml /usr/include/SFML/Audio/Sound.hpp
sfml /usr/include/SFML/Audio/SoundBuffer.hpp
sfml /usr/include/SFML/Audio/SoundBufferRecorder.hpp
sfml /usr/include/SFML/Audio/SoundRecorder.hpp
sfml /usr/include/SFML/Audio/SoundSource.hpp
sfml /usr/include/SFML/Audio/SoundStream.hpp
sfml /usr/include/SFML/Config.hpp
sfml /usr/include/SFML/Graphics.hpp
sfml /usr/include/SFML/Graphics/
sfml /usr/include/SFML/Graphics/Color.hpp
sfml /usr/include/SFML/Graphics/Drawable.hpp
sfml /usr/include/SFML/Graphics/Font.hpp
sfml /usr/include/SFML/Graphics/Glyph.hpp
sfml /usr/include/SFML/Graphics/Image.hpp
sfml /usr/include/SFML/Graphics/Matrix3.hpp
sfml /usr/include/SFML/Graphics/Matrix3.inl
sfml /usr/include/SFML/Graphics/Rect.hpp
sfml /usr/include/SFML/Graphics/Rect.inl
sfml /usr/include/SFML/Graphics/RenderTarget.hpp
sfml /usr/include/SFML/Graphics/RenderTexture.hpp
sfml /usr/include/SFML/Graphics/RenderWindow.hpp
sfml /usr/include/SFML/Graphics/Renderer.hpp
sfml /usr/include/SFML/Graphics/Shader.hpp
sfml /usr/include/SFML/Graphics/Shape.hpp
sfml /usr/include/SFML/Graphics/Sprite.hpp
sfml /usr/include/SFML/Graphics/Text.hpp
sfml /usr/include/SFML/Graphics/Texture.hpp
sfml /usr/include/SFML/Graphics/View.hpp
sfml /usr/include/SFML/Network.hpp
sfml /usr/include/SFML/Network/
sfml /usr/include/SFML/Network/Ftp.hpp
sfml /usr/include/SFML/Network/Http.hpp
sfml /usr/include/SFML/Network/IpAddress.hpp
sfml /usr/include/SFML/Network/Packet.hpp
sfml /usr/include/SFML/Network/Socket.hpp
sfml /usr/include/SFML/Network/SocketHandle.hpp
sfml /usr/include/SFML/Network/SocketSelector.hpp
sfml /usr/include/SFML/Network/TcpListener.hpp
sfml /usr/include/SFML/Network/TcpSocket.hpp
sfml /usr/include/SFML/Network/UdpSocket.hpp
sfml /usr/include/SFML/OpenGL.hpp
sfml /usr/include/SFML/System.hpp
sfml /usr/include/SFML/System/
sfml /usr/include/SFML/System/Clock.hpp
sfml /usr/include/SFML/System/Err.hpp
sfml /usr/include/SFML/System/InputStream.hpp
sfml /usr/include/SFML/System/Lock.hpp
sfml /usr/include/SFML/System/Mutex.hpp
sfml /usr/include/SFML/System/NonCopyable.hpp
sfml /usr/include/SFML/System/Resource.hpp
sfml /usr/include/SFML/System/Resource.inl
sfml /usr/include/SFML/System/ResourcePtr.inl
sfml /usr/include/SFML/System/Sleep.hpp
sfml /usr/include/SFML/System/String.hpp
sfml /usr/include/SFML/System/Thread.hpp
sfml /usr/include/SFML/System/Thread.inl
sfml /usr/include/SFML/System/ThreadLocal.hpp
sfml /usr/include/SFML/System/ThreadLocalPtr.hpp
sfml /usr/include/SFML/System/ThreadLocalPtr.inl
sfml /usr/include/SFML/System/Utf.hpp
sfml /usr/include/SFML/System/Utf.inl
sfml /usr/include/SFML/System/Vector2.hpp
sfml /usr/include/SFML/System/Vector2.inl
sfml /usr/include/SFML/System/Vector3.hpp
sfml /usr/include/SFML/System/Vector3.inl
sfml /usr/include/SFML/Window.hpp
sfml /usr/include/SFML/Window/
sfml /usr/include/SFML/Window/Context.hpp
sfml /usr/include/SFML/Window/ContextSettings.hpp
sfml /usr/include/SFML/Window/Event.hpp
sfml /usr/include/SFML/Window/GlResource.hpp
sfml /usr/include/SFML/Window/Joystick.hpp
sfml /usr/include/SFML/Window/Keyboard.hpp
sfml /usr/include/SFML/Window/Mouse.hpp
sfml /usr/include/SFML/Window/VideoMode.hpp
sfml /usr/include/SFML/Window/Window.hpp
sfml /usr/include/SFML/Window/WindowHandle.hpp
sfml /usr/include/SFML/Window/WindowStyle.hpp
sfml /usr/lib/
sfml /usr/lib/libsfml-audio.so
sfml /usr/lib/libsfml-audio.so.2
sfml /usr/lib/libsfml-audio.so.2.0
sfml /usr/lib/libsfml-graphics.so
sfml /usr/lib/libsfml-graphics.so.2
sfml /usr/lib/libsfml-graphics.so.2.0
sfml /usr/lib/libsfml-network.so
sfml /usr/lib/libsfml-network.so.2
sfml /usr/lib/libsfml-network.so.2.0
sfml /usr/lib/libsfml-system.so
sfml /usr/lib/libsfml-system.so.2
sfml /usr/lib/libsfml-system.so.2.0
sfml /usr/lib/libsfml-window.so
sfml /usr/lib/libsfml-window.so.2
sfml /usr/lib/libsfml-window.so.2.0
sfml /usr/share/
sfml /usr/share/SFML/
sfml /usr/share/SFML/doc/
sfml /usr/share/SFML/doc/html/
sfml /usr/share/SFML/doc/html/Audio_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Clock_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Color_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Config_8hpp_source.htm
sfml /usr/share/SFML/doc/html/ContextSettings_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Context_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Drawable_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Err_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Event_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Font_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Ftp_8hpp_source.htm
sfml /usr/share/SFML/doc/html/GlResource_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Glyph_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Graphics_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Http_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Image_8hpp_source.htm
sfml /usr/share/SFML/doc/html/InputStream_8hpp_source.htm
sfml /usr/share/SFML/doc/html/IpAddress_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Joystick_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Keyboard_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Listener_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Lock_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Matrix3_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Matrix3_8inl_source.htm
sfml /usr/share/SFML/doc/html/Mouse_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Music_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Mutex_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Network_8hpp_source.htm
sfml /usr/share/SFML/doc/html/NonCopyable_8hpp_source.htm
sfml /usr/share/SFML/doc/html/OpenGL_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Packet_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Rect_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Rect_8inl_source.htm
sfml /usr/share/SFML/doc/html/RenderTarget_8hpp_source.htm
sfml /usr/share/SFML/doc/html/RenderTexture_8hpp_source.htm
sfml /usr/share/SFML/doc/html/RenderWindow_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Renderer_8hpp_source.htm
sfml /usr/share/SFML/doc/html/ResourcePtr_8inl_source.htm
sfml /usr/share/SFML/doc/html/Resource_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Resource_8inl_source.htm
sfml /usr/share/SFML/doc/html/Shader_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Shape_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Sleep_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SocketHandle_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SocketSelector_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Socket_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SoundBufferRecorder_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SoundBuffer_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SoundRecorder_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SoundSource_8hpp_source.htm
sfml /usr/share/SFML/doc/html/SoundStream_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Sound_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Sprite_8hpp_source.htm
sfml /usr/share/SFML/doc/html/String_8hpp_source.htm
sfml /usr/share/SFML/doc/html/System_8hpp_source.htm
sfml /usr/share/SFML/doc/html/TcpListener_8hpp_source.htm
sfml /usr/share/SFML/doc/html/TcpSocket_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Text_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Texture_8hpp_source.htm
sfml /usr/share/SFML/doc/html/ThreadLocalPtr_8hpp_source.htm
sfml /usr/share/SFML/doc/html/ThreadLocalPtr_8inl_source.htm
sfml /usr/share/SFML/doc/html/ThreadLocal_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Thread_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Thread_8inl_source.htm
sfml /usr/share/SFML/doc/html/UdpSocket_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Utf_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Utf_8inl_source.htm
sfml /usr/share/SFML/doc/html/Vector2_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Vector2_8inl_source.htm
sfml /usr/share/SFML/doc/html/Vector3_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Vector3_8inl_source.htm
sfml /usr/share/SFML/doc/html/VideoMode_8hpp_source.htm
sfml /usr/share/SFML/doc/html/View_8hpp_source.htm
sfml /usr/share/SFML/doc/html/WindowHandle_8hpp_source.htm
sfml /usr/share/SFML/doc/html/WindowStyle_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Window_2Window_8hpp_source.htm
sfml /usr/share/SFML/doc/html/Window_8hpp_source.htm
sfml /usr/share/SFML/doc/html/annotated.htm
sfml /usr/share/SFML/doc/html/bc_s.png
sfml /usr/share/SFML/doc/html/classes.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Clock-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Clock.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Color-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Color.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Context-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Context.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Context.png
sfml /usr/share/SFML/doc/html/classsf_1_1ContextSettings-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Drawable-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Drawable.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Drawable.png
sfml /usr/share/SFML/doc/html/classsf_1_1Event-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Event.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Font-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Font.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Font.png
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp.png
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1DirectoryResponse-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1DirectoryResponse.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1DirectoryResponse.png
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1ListingResponse-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1ListingResponse.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1ListingResponse.png
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1Response-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1Response.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Ftp_1_1Response.png
sfml /usr/share/SFML/doc/html/classsf_1_1GlResource-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1GlResource.htm
sfml /usr/share/SFML/doc/html/classsf_1_1GlResource.png
sfml /usr/share/SFML/doc/html/classsf_1_1Glyph-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Glyph.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Http-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Http.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Http.png
sfml /usr/share/SFML/doc/html/classsf_1_1Http_1_1Request-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Http_1_1Request.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Http_1_1Response-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Http_1_1Response.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Image-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Image.htm
sfml /usr/share/SFML/doc/html/classsf_1_1InputStream-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1InputStream.htm
sfml /usr/share/SFML/doc/html/classsf_1_1IpAddress-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1IpAddress.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Joystick-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Joystick.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Keyboard-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Keyboard.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Listener-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Listener.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Lock-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Lock.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Lock.png
sfml /usr/share/SFML/doc/html/classsf_1_1Matrix3-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Matrix3.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Mouse-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Mouse.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Music-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Music.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Music.png
sfml /usr/share/SFML/doc/html/classsf_1_1Mutex-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Mutex.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Mutex.png
sfml /usr/share/SFML/doc/html/classsf_1_1NonCopyable-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1NonCopyable.htm
sfml /usr/share/SFML/doc/html/classsf_1_1NonCopyable.png
sfml /usr/share/SFML/doc/html/classsf_1_1Packet-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Packet.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Rect-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Rect.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderTarget-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderTarget.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderTarget.png
sfml /usr/share/SFML/doc/html/classsf_1_1RenderTexture-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderTexture.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderTexture.png
sfml /usr/share/SFML/doc/html/classsf_1_1RenderWindow-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderWindow.htm
sfml /usr/share/SFML/doc/html/classsf_1_1RenderWindow.png
sfml /usr/share/SFML/doc/html/classsf_1_1Renderer-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Renderer.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Renderer.png
sfml /usr/share/SFML/doc/html/classsf_1_1Resource-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Resource.htm
sfml /usr/share/SFML/doc/html/classsf_1_1ResourcePtr-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1ResourcePtr.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Shader-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Shader.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Shader.png
sfml /usr/share/SFML/doc/html/classsf_1_1Shape-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Shape.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Shape.png
sfml /usr/share/SFML/doc/html/classsf_1_1Socket-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Socket.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Socket.png
sfml /usr/share/SFML/doc/html/classsf_1_1SocketSelector-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SocketSelector.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Sound-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Sound.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Sound.png
sfml /usr/share/SFML/doc/html/classsf_1_1SoundBuffer-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundBuffer.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundBuffer.png
sfml /usr/share/SFML/doc/html/classsf_1_1SoundBufferRecorder-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundBufferRecorder.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundBufferRecorder.png
sfml /usr/share/SFML/doc/html/classsf_1_1SoundRecorder-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundRecorder.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundRecorder.png
sfml /usr/share/SFML/doc/html/classsf_1_1SoundSource-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundSource.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundSource.png
sfml /usr/share/SFML/doc/html/classsf_1_1SoundStream-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundStream.htm
sfml /usr/share/SFML/doc/html/classsf_1_1SoundStream.png
sfml /usr/share/SFML/doc/html/classsf_1_1Sprite-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Sprite.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Sprite.png
sfml /usr/share/SFML/doc/html/classsf_1_1String-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1String.htm
sfml /usr/share/SFML/doc/html/classsf_1_1TcpListener-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1TcpListener.htm
sfml /usr/share/SFML/doc/html/classsf_1_1TcpListener.png
sfml /usr/share/SFML/doc/html/classsf_1_1TcpSocket-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1TcpSocket.htm
sfml /usr/share/SFML/doc/html/classsf_1_1TcpSocket.png
sfml /usr/share/SFML/doc/html/classsf_1_1Text-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Text.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Text.png
sfml /usr/share/SFML/doc/html/classsf_1_1Texture-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Texture.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Texture.png
sfml /usr/share/SFML/doc/html/classsf_1_1Thread-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Thread.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Thread.png
sfml /usr/share/SFML/doc/html/classsf_1_1ThreadLocal-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1ThreadLocal.htm
sfml /usr/share/SFML/doc/html/classsf_1_1ThreadLocal.png
sfml /usr/share/SFML/doc/html/classsf_1_1ThreadLocalPtr-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1ThreadLocalPtr.htm
sfml /usr/share/SFML/doc/html/classsf_1_1ThreadLocalPtr.png
sfml /usr/share/SFML/doc/html/classsf_1_1UdpSocket-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1UdpSocket.htm
sfml /usr/share/SFML/doc/html/classsf_1_1UdpSocket.png
sfml /usr/share/SFML/doc/html/classsf_1_1Utf.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Utf_3_0116_01_4-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Utf_3_0116_01_4.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Utf_3_0132_01_4-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Utf_3_0132_01_4.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Utf_3_018_01_4-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Utf_3_018_01_4.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Vector2-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Vector2.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Vector3-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Vector3.htm
sfml /usr/share/SFML/doc/html/classsf_1_1VideoMode-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1VideoMode.htm
sfml /usr/share/SFML/doc/html/classsf_1_1View-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1View.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Window-members.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Window.htm
sfml /usr/share/SFML/doc/html/classsf_1_1Window.png
sfml /usr/share/SFML/doc/html/closed.png
sfml /usr/share/SFML/doc/html/doxygen.css
sfml /usr/share/SFML/doc/html/doxygen.png
sfml /usr/share/SFML/doc/html/files.htm
sfml /usr/share/SFML/doc/html/functions.htm
sfml /usr/share/SFML/doc/html/functions_0x62.htm
sfml /usr/share/SFML/doc/html/functions_0x63.htm
sfml /usr/share/SFML/doc/html/functions_0x64.htm
sfml /usr/share/SFML/doc/html/functions_0x65.htm
sfml /usr/share/SFML/doc/html/functions_0x66.htm
sfml /usr/share/SFML/doc/html/functions_0x67.htm
sfml /usr/share/SFML/doc/html/functions_0x68.htm
sfml /usr/share/SFML/doc/html/functions_0x69.htm
sfml /usr/share/SFML/doc/html/functions_0x6a.htm
sfml /usr/share/SFML/doc/html/functions_0x6b.htm
sfml /usr/share/SFML/doc/html/functions_0x6c.htm
sfml /usr/share/SFML/doc/html/functions_0x6d.htm
sfml /usr/share/SFML/doc/html/functions_0x6e.htm
sfml /usr/share/SFML/doc/html/functions_0x6f.htm
sfml /usr/share/SFML/doc/html/functions_0x70.htm
sfml /usr/share/SFML/doc/html/functions_0x71.htm
sfml /usr/share/SFML/doc/html/functions_0x72.htm
sfml /usr/share/SFML/doc/html/functions_0x73.htm
sfml /usr/share/SFML/doc/html/functions_0x74.htm
sfml /usr/share/SFML/doc/html/functions_0x75.htm
sfml /usr/share/SFML/doc/html/functions_0x76.htm
sfml /usr/share/SFML/doc/html/functions_0x77.htm
sfml /usr/share/SFML/doc/html/functions_0x78.htm
sfml /usr/share/SFML/doc/html/functions_0x79.htm
sfml /usr/share/SFML/doc/html/functions_0x7a.htm
sfml /usr/share/SFML/doc/html/functions_0x7e.htm
sfml /usr/share/SFML/doc/html/functions_enum.htm
sfml /usr/share/SFML/doc/html/functions_eval.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x62.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x63.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x64.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x65.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x66.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x67.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x68.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x69.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x6a.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x6b.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x6c.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x6d.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x6e.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x6f.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x70.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x71.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x72.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x73.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x74.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x75.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x76.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x77.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x78.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x79.htm
sfml /usr/share/SFML/doc/html/functions_eval_0x7a.htm
sfml /usr/share/SFML/doc/html/functions_func.htm
sfml /usr/share/SFML/doc/html/functions_func_0x62.htm
sfml /usr/share/SFML/doc/html/functions_func_0x63.htm
sfml /usr/share/SFML/doc/html/functions_func_0x64.htm
sfml /usr/share/SFML/doc/html/functions_func_0x65.htm
sfml /usr/share/SFML/doc/html/functions_func_0x66.htm
sfml /usr/share/SFML/doc/html/functions_func_0x67.htm
sfml /usr/share/SFML/doc/html/functions_func_0x68.htm
sfml /usr/share/SFML/doc/html/functions_func_0x69.htm
sfml /usr/share/SFML/doc/html/functions_func_0x6b.htm
sfml /usr/share/SFML/doc/html/functions_func_0x6c.htm
sfml /usr/share/SFML/doc/html/functions_func_0x6d.htm
sfml /usr/share/SFML/doc/html/functions_func_0x6e.htm
sfml /usr/share/SFML/doc/html/functions_func_0x6f.htm
sfml /usr/share/SFML/doc/html/functions_func_0x70.htm
sfml /usr/share/SFML/doc/html/functions_func_0x72.htm
sfml /usr/share/SFML/doc/html/functions_func_0x73.htm
sfml /usr/share/SFML/doc/html/functions_func_0x74.htm
sfml /usr/share/SFML/doc/html/functions_func_0x75.htm
sfml /usr/share/SFML/doc/html/functions_func_0x76.htm
sfml /usr/share/SFML/doc/html/functions_func_0x77.htm
sfml /usr/share/SFML/doc/html/functions_func_0x7a.htm
sfml /usr/share/SFML/doc/html/functions_func_0x7e.htm
sfml /usr/share/SFML/doc/html/functions_type.htm
sfml /usr/share/SFML/doc/html/functions_vars.htm
sfml /usr/share/SFML/doc/html/group__audio.htm
sfml /usr/share/SFML/doc/html/group__graphics.htm
sfml /usr/share/SFML/doc/html/group__network.htm
sfml /usr/share/SFML/doc/html/group__system.htm
sfml /usr/share/SFML/doc/html/group__window.htm
sfml /usr/share/SFML/doc/html/hierarchy.htm
sfml /usr/share/SFML/doc/html/index.htm
sfml /usr/share/SFML/doc/html/jquery.js
sfml /usr/share/SFML/doc/html/logo-bg.jpg
sfml /usr/share/SFML/doc/html/logo.jpg
sfml /usr/share/SFML/doc/html/mainpage_8hpp_source.htm
sfml /usr/share/SFML/doc/html/modules.htm
sfml /usr/share/SFML/doc/html/nav_f.png
sfml /usr/share/SFML/doc/html/nav_h.png
sfml /usr/share/SFML/doc/html/open.png
sfml /usr/share/SFML/doc/html/structsf_1_1ContextSettings.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1JoystickButtonEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1JoystickButtonEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1JoystickConnectEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1JoystickConnectEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1JoystickMoveEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1JoystickMoveEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1KeyEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1KeyEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1MouseButtonEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1MouseButtonEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1MouseMoveEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1MouseMoveEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1MouseWheelEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1MouseWheelEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1SizeEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1SizeEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1TextEvent-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1Event_1_1TextEvent.htm
sfml /usr/share/SFML/doc/html/structsf_1_1SoundStream_1_1Chunk-members.htm
sfml /usr/share/SFML/doc/html/structsf_1_1SoundStream_1_1Chunk.htm
sfml /usr/share/SFML/doc/html/tab_a.png
sfml /usr/share/SFML/doc/html/tab_b.png
sfml /usr/share/SFML/doc/html/tab_h.png
sfml /usr/share/SFML/doc/html/tab_s.png
sfml /usr/share/SFML/doc/html/tabs.css
sfml /usr/share/SFML/examples/
sfml /usr/share/SFML/examples/X11/
sfml /usr/share/SFML/examples/X11/X11
sfml /usr/share/SFML/examples/ftp/
sfml /usr/share/SFML/examples/ftp/ftp
sfml /usr/share/SFML/examples/opengl/
sfml /usr/share/SFML/examples/opengl/opengl
sfml /usr/share/SFML/examples/opengl/resources/
sfml /usr/share/SFML/examples/opengl/resources/background.jpg
sfml /usr/share/SFML/examples/opengl/resources/texture.jpg
sfml /usr/share/SFML/examples/pong/
sfml /usr/share/SFML/examples/pong/pong
sfml /usr/share/SFML/examples/pong/resources/
sfml /usr/share/SFML/examples/pong/resources/background.jpg
sfml /usr/share/SFML/examples/pong/resources/ball.png
sfml /usr/share/SFML/examples/pong/resources/ball.wav
sfml /usr/share/SFML/examples/pong/resources/paddle_left.png
sfml /usr/share/SFML/examples/pong/resources/paddle_right.png
sfml /usr/share/SFML/examples/pong/resources/sansation.ttf
sfml /usr/share/SFML/examples/shader/
sfml /usr/share/SFML/examples/shader/resources/
sfml /usr/share/SFML/examples/shader/resources/background.jpg
sfml /usr/share/SFML/examples/shader/resources/blur.sfx
sfml /usr/share/SFML/examples/shader/resources/colorize.sfx
sfml /usr/share/SFML/examples/shader/resources/edge.sfx
sfml /usr/share/SFML/examples/shader/resources/fisheye.sfx
sfml /usr/share/SFML/examples/shader/resources/nothing.sfx
sfml /usr/share/SFML/examples/shader/resources/pixelate.sfx
sfml /usr/share/SFML/examples/shader/resources/sansation.ttf
sfml /usr/share/SFML/examples/shader/resources/sprite.png
sfml /usr/share/SFML/examples/shader/resources/wave.jpg
sfml /usr/share/SFML/examples/shader/resources/wave.sfx
sfml /usr/share/SFML/examples/shader/shader
sfml /usr/share/SFML/examples/sockets/
sfml /usr/share/SFML/examples/sockets/sockets
sfml /usr/share/SFML/examples/sound-capture/
sfml /usr/share/SFML/examples/sound-capture/sound-capture
sfml /usr/share/SFML/examples/sound/
sfml /usr/share/SFML/examples/sound/resources/
sfml /usr/share/SFML/examples/sound/resources/canary.wav
sfml /usr/share/SFML/examples/sound/resources/orchestral.ogg
sfml /usr/share/SFML/examples/sound/sound
sfml /usr/share/SFML/examples/voip/
sfml /usr/share/SFML/examples/voip/voip
sfml /usr/share/SFML/examples/window/
sfml /usr/share/SFML/examples/window/window
sfml /usr/share/SFML/license.txt
sfml /usr/share/cmake-2.8/
sfml /usr/share/cmake-2.8/Modules/
sfml /usr/share/cmake-2.8/Modules/FindSFML.cmake
sfml /usr/share/licenses/
sfml /usr/share/licenses/sfml/
sfml /usr/share/licenses/sfml/LICENSE
...and...
Code: [Select]
jorge@Abril:~/coders/utilidades/SFML-1.6/python$ sudo pacman -Ql csfml
csfml /usr/
csfml /usr/include/
csfml /usr/include/SFML/
csfml /usr/include/SFML/Audio.h
csfml /usr/include/SFML/Audio/
csfml /usr/include/SFML/Audio/Listener.h
csfml /usr/include/SFML/Audio/Music.h
csfml /usr/include/SFML/Audio/Sound.h
csfml /usr/include/SFML/Audio/SoundBuffer.h
csfml /usr/include/SFML/Audio/SoundBufferRecorder.h
csfml /usr/include/SFML/Audio/SoundRecorder.h
csfml /usr/include/SFML/Audio/SoundStatus.h
csfml /usr/include/SFML/Audio/SoundStream.h
csfml /usr/include/SFML/Audio/Types.h
csfml /usr/include/SFML/Config.h
csfml /usr/include/SFML/Graphics.h
csfml /usr/include/SFML/Graphics/
csfml /usr/include/SFML/Graphics/BlendMode.h
csfml /usr/include/SFML/Graphics/Color.h
csfml /usr/include/SFML/Graphics/Font.h
csfml /usr/include/SFML/Graphics/Glyph.h
csfml /usr/include/SFML/Graphics/Image.h
csfml /usr/include/SFML/Graphics/Rect.h
csfml /usr/include/SFML/Graphics/RenderTexture.h
csfml /usr/include/SFML/Graphics/RenderWindow.h
csfml /usr/include/SFML/Graphics/Shader.h
csfml /usr/include/SFML/Graphics/Shape.h
csfml /usr/include/SFML/Graphics/Sprite.h
csfml /usr/include/SFML/Graphics/Text.h
csfml /usr/include/SFML/Graphics/Texture.h
csfml /usr/include/SFML/Graphics/Types.h
csfml /usr/include/SFML/Graphics/View.h
csfml /usr/include/SFML/Network.h
csfml /usr/include/SFML/Network/
csfml /usr/include/SFML/Network/Ftp.h
csfml /usr/include/SFML/Network/Http.h
csfml /usr/include/SFML/Network/IpAddress.h
csfml /usr/include/SFML/Network/Packet.h
csfml /usr/include/SFML/Network/SocketSelector.h
csfml /usr/include/SFML/Network/SocketStatus.h
csfml /usr/include/SFML/Network/TcpListener.h
csfml /usr/include/SFML/Network/TcpSocket.h
csfml /usr/include/SFML/Network/Types.h
csfml /usr/include/SFML/Network/UdpSocket.h
csfml /usr/include/SFML/OpenGL.h
csfml /usr/include/SFML/System.h
csfml /usr/include/SFML/System/
csfml /usr/include/SFML/System/Clock.h
csfml /usr/include/SFML/System/InputStream.h
csfml /usr/include/SFML/System/Mutex.h
csfml /usr/include/SFML/System/Sleep.h
csfml /usr/include/SFML/System/Thread.h
csfml /usr/include/SFML/System/Types.h
csfml /usr/include/SFML/Window.h
csfml /usr/include/SFML/Window/
csfml /usr/include/SFML/Window/Context.h
csfml /usr/include/SFML/Window/Event.h
csfml /usr/include/SFML/Window/Joystick.h
csfml /usr/include/SFML/Window/Keyboard.h
csfml /usr/include/SFML/Window/Mouse.h
csfml /usr/include/SFML/Window/Types.h
csfml /usr/include/SFML/Window/VideoMode.h
csfml /usr/include/SFML/Window/Window.h
csfml /usr/include/SFML/Window/WindowHandle.h
csfml /usr/lib/
csfml /usr/lib/libcsfml-audio.so
csfml /usr/lib/libcsfml-audio.so.2
csfml /usr/lib/libcsfml-audio.so.2.0
csfml /usr/lib/libcsfml-graphics.so
csfml /usr/lib/libcsfml-graphics.so.2
csfml /usr/lib/libcsfml-graphics.so.2.0
csfml /usr/lib/libcsfml-network.so
csfml /usr/lib/libcsfml-network.so.2
csfml /usr/lib/libcsfml-network.so.2.0
csfml /usr/lib/libcsfml-system.so
csfml /usr/lib/libcsfml-system.so.2
csfml /usr/lib/libcsfml-system.so.2.0
csfml /usr/lib/libcsfml-window.so
csfml /usr/lib/libcsfml-window.so.2
csfml /usr/lib/libcsfml-window.so.2.0
csfml /usr/share/
csfml /usr/share/CSFML/
csfml /usr/share/CSFML/doc/
csfml /usr/share/CSFML/doc/html/
csfml /usr/share/CSFML/doc/html/Audio_2Types_8h.htm
csfml /usr/share/CSFML/doc/html/Audio_2Types_8h_source.htm
csfml /usr/share/CSFML/doc/html/Audio_8h.htm
csfml /usr/share/CSFML/doc/html/Audio_8h_source.htm
csfml /usr/share/CSFML/doc/html/BlendMode_8h.htm
csfml /usr/share/CSFML/doc/html/BlendMode_8h_source.htm
csfml /usr/share/CSFML/doc/html/Clock_8h.htm
csfml /usr/share/CSFML/doc/html/Clock_8h_source.htm
csfml /usr/share/CSFML/doc/html/Color_8h.htm
csfml /usr/share/CSFML/doc/html/Color_8h_source.htm
csfml /usr/share/CSFML/doc/html/Config_8h.htm
csfml /usr/share/CSFML/doc/html/Config_8h_source.htm
csfml /usr/share/CSFML/doc/html/Context_8h.htm
csfml /usr/share/CSFML/doc/html/Context_8h_source.htm
csfml /usr/share/CSFML/doc/html/Event_8h.htm
csfml /usr/share/CSFML/doc/html/Event_8h_source.htm
csfml /usr/share/CSFML/doc/html/Font_8h.htm
csfml /usr/share/CSFML/doc/html/Font_8h_source.htm
csfml /usr/share/CSFML/doc/html/Ftp_8h.htm
csfml /usr/share/CSFML/doc/html/Ftp_8h_source.htm
csfml /usr/share/CSFML/doc/html/Glyph_8h.htm
csfml /usr/share/CSFML/doc/html/Glyph_8h_source.htm
csfml /usr/share/CSFML/doc/html/Graphics_2Types_8h.htm
csfml /usr/share/CSFML/doc/html/Graphics_2Types_8h_source.htm
csfml /usr/share/CSFML/doc/html/Graphics_8h.htm
csfml /usr/share/CSFML/doc/html/Graphics_8h_source.htm
csfml /usr/share/CSFML/doc/html/Http_8h.htm
csfml /usr/share/CSFML/doc/html/Http_8h_source.htm
csfml /usr/share/CSFML/doc/html/Image_8h.htm
csfml /usr/share/CSFML/doc/html/Image_8h_source.htm
csfml /usr/share/CSFML/doc/html/InputStream_8h.htm
csfml /usr/share/CSFML/doc/html/InputStream_8h_source.htm
csfml /usr/share/CSFML/doc/html/IpAddress_8h.htm
csfml /usr/share/CSFML/doc/html/IpAddress_8h_source.htm
csfml /usr/share/CSFML/doc/html/Joystick_8h.htm
csfml /usr/share/CSFML/doc/html/Joystick_8h_source.htm
csfml /usr/share/CSFML/doc/html/Keyboard_8h.htm
csfml /usr/share/CSFML/doc/html/Keyboard_8h_source.htm
csfml /usr/share/CSFML/doc/html/Listener_8h.htm
csfml /usr/share/CSFML/doc/html/Listener_8h_source.htm
csfml /usr/share/CSFML/doc/html/Mouse_8h.htm
csfml /usr/share/CSFML/doc/html/Mouse_8h_source.htm
csfml /usr/share/CSFML/doc/html/Music_8h.htm
csfml /usr/share/CSFML/doc/html/Music_8h_source.htm
csfml /usr/share/CSFML/doc/html/Mutex_8h.htm
csfml /usr/share/CSFML/doc/html/Mutex_8h_source.htm
csfml /usr/share/CSFML/doc/html/Network_2Types_8h.htm
csfml /usr/share/CSFML/doc/html/Network_2Types_8h_source.htm
csfml /usr/share/CSFML/doc/html/Network_8h.htm
csfml /usr/share/CSFML/doc/html/Network_8h_source.htm
csfml /usr/share/CSFML/doc/html/OpenGL_8h.htm
csfml /usr/share/CSFML/doc/html/OpenGL_8h_source.htm
csfml /usr/share/CSFML/doc/html/Packet_8h.htm
csfml /usr/share/CSFML/doc/html/Packet_8h_source.htm
csfml /usr/share/CSFML/doc/html/Rect_8h.htm
csfml /usr/share/CSFML/doc/html/Rect_8h_source.htm
csfml /usr/share/CSFML/doc/html/RenderTexture_8h.htm
csfml /usr/share/CSFML/doc/html/RenderTexture_8h_source.htm
csfml /usr/share/CSFML/doc/html/RenderWindow_8h.htm
csfml /usr/share/CSFML/doc/html/RenderWindow_8h_source.htm
csfml /usr/share/CSFML/doc/html/Shader_8h.htm
csfml /usr/share/CSFML/doc/html/Shader_8h_source.htm
csfml /usr/share/CSFML/doc/html/Shape_8h.htm
csfml /usr/share/CSFML/doc/html/Shape_8h_source.htm
csfml /usr/share/CSFML/doc/html/Sleep_8h.htm
csfml /usr/share/CSFML/doc/html/Sleep_8h_source.htm
csfml /usr/share/CSFML/doc/html/SocketSelector_8h.htm
csfml /usr/share/CSFML/doc/html/SocketSelector_8h_source.htm
csfml /usr/share/CSFML/doc/html/SocketStatus_8h.htm
csfml /usr/share/CSFML/doc/html/SocketStatus_8h_source.htm
csfml /usr/share/CSFML/doc/html/SoundBufferRecorder_8h.htm
csfml /usr/share/CSFML/doc/html/SoundBufferRecorder_8h_source.htm
csfml /usr/share/CSFML/doc/html/SoundBuffer_8h.htm
csfml /usr/share/CSFML/doc/html/SoundBuffer_8h_source.htm
csfml /usr/share/CSFML/doc/html/SoundRecorder_8h.htm
csfml /usr/share/CSFML/doc/html/SoundRecorder_8h_source.htm
csfml /usr/share/CSFML/doc/html/SoundStatus_8h.htm
csfml /usr/share/CSFML/doc/html/SoundStatus_8h_source.htm
csfml /usr/share/CSFML/doc/html/SoundStream_8h.htm
csfml /usr/share/CSFML/doc/html/SoundStream_8h_source.htm
csfml /usr/share/CSFML/doc/html/Sound_8h.htm
csfml /usr/share/CSFML/doc/html/Sound_8h_source.htm
csfml /usr/share/CSFML/doc/html/Sprite_8h.htm
csfml /usr/share/CSFML/doc/html/Sprite_8h_source.htm
csfml /usr/share/CSFML/doc/html/System_2Types_8h.htm
csfml /usr/share/CSFML/doc/html/System_2Types_8h_source.htm
csfml /usr/share/CSFML/doc/html/System_8h.htm
csfml /usr/share/CSFML/doc/html/System_8h_source.htm
csfml /usr/share/CSFML/doc/html/TcpListener_8h.htm
csfml /usr/share/CSFML/doc/html/TcpListener_8h_source.htm
csfml /usr/share/CSFML/doc/html/TcpSocket_8h.htm
csfml /usr/share/CSFML/doc/html/TcpSocket_8h_source.htm
csfml /usr/share/CSFML/doc/html/Text_8h.htm
csfml /usr/share/CSFML/doc/html/Text_8h_source.htm
csfml /usr/share/CSFML/doc/html/Texture_8h.htm
csfml /usr/share/CSFML/doc/html/Texture_8h_source.htm
csfml /usr/share/CSFML/doc/html/Thread_8h.htm
csfml /usr/share/CSFML/doc/html/Thread_8h_source.htm
csfml /usr/share/CSFML/doc/html/UdpSocket_8h.htm
csfml /usr/share/CSFML/doc/html/UdpSocket_8h_source.htm
csfml /usr/share/CSFML/doc/html/VideoMode_8h.htm
csfml /usr/share/CSFML/doc/html/VideoMode_8h_source.htm
csfml /usr/share/CSFML/doc/html/View_8h.htm
csfml /usr/share/CSFML/doc/html/View_8h_source.htm
csfml /usr/share/CSFML/doc/html/WindowHandle_8h.htm
csfml /usr/share/CSFML/doc/html/WindowHandle_8h_source.htm
csfml /usr/share/CSFML/doc/html/Window_2Types_8h.htm
csfml /usr/share/CSFML/doc/html/Window_2Types_8h_source.htm
csfml /usr/share/CSFML/doc/html/Window_2Window_8h.htm
csfml /usr/share/CSFML/doc/html/Window_2Window_8h_source.htm
csfml /usr/share/CSFML/doc/html/Window_8h.htm
csfml /usr/share/CSFML/doc/html/Window_8h_source.htm
csfml /usr/share/CSFML/doc/html/annotated.htm
csfml /usr/share/CSFML/doc/html/bc_s.png
csfml /usr/share/CSFML/doc/html/classes.htm
csfml /usr/share/CSFML/doc/html/closed.png
csfml /usr/share/CSFML/doc/html/doxygen.css
csfml /usr/share/CSFML/doc/html/doxygen.png
csfml /usr/share/CSFML/doc/html/files.htm
csfml /usr/share/CSFML/doc/html/functions.htm
csfml /usr/share/CSFML/doc/html/functions_vars.htm
csfml /usr/share/CSFML/doc/html/globals.htm
csfml /usr/share/CSFML/doc/html/globals_0x73.htm
csfml /usr/share/CSFML/doc/html/globals_defs.htm
csfml /usr/share/CSFML/doc/html/globals_enum.htm
csfml /usr/share/CSFML/doc/html/globals_eval.htm
csfml /usr/share/CSFML/doc/html/globals_func.htm
csfml /usr/share/CSFML/doc/html/globals_type.htm
csfml /usr/share/CSFML/doc/html/globals_vars.htm
csfml /usr/share/CSFML/doc/html/index.htm
csfml /usr/share/CSFML/doc/html/jquery.js
csfml /usr/share/CSFML/doc/html/logo-bg.jpg
csfml /usr/share/CSFML/doc/html/logo.jpg
csfml /usr/share/CSFML/doc/html/mainpage_8hpp.htm
csfml /usr/share/CSFML/doc/html/mainpage_8hpp_source.htm
csfml /usr/share/CSFML/doc/html/nav_f.png
csfml /usr/share/CSFML/doc/html/nav_h.png
csfml /usr/share/CSFML/doc/html/open.png
csfml /usr/share/CSFML/doc/html/structsfColor.htm
csfml /usr/share/CSFML/doc/html/structsfContextSettings.htm
csfml /usr/share/CSFML/doc/html/structsfFloatRect.htm
csfml /usr/share/CSFML/doc/html/structsfGlyph.htm
csfml /usr/share/CSFML/doc/html/structsfInputStream.htm
csfml /usr/share/CSFML/doc/html/structsfIntRect.htm
csfml /usr/share/CSFML/doc/html/structsfIpAddress.htm
csfml /usr/share/CSFML/doc/html/structsfJoystickButtonEvent.htm
csfml /usr/share/CSFML/doc/html/structsfJoystickConnectEvent.htm
csfml /usr/share/CSFML/doc/html/structsfJoystickMoveEvent.htm
csfml /usr/share/CSFML/doc/html/structsfKeyEvent.htm
csfml /usr/share/CSFML/doc/html/structsfMouseButtonEvent.htm
csfml /usr/share/CSFML/doc/html/structsfMouseMoveEvent.htm
csfml /usr/share/CSFML/doc/html/structsfMouseWheelEvent.htm
csfml /usr/share/CSFML/doc/html/structsfSizeEvent.htm
csfml /usr/share/CSFML/doc/html/structsfSoundStreamChunk.htm
csfml /usr/share/CSFML/doc/html/structsfTextEvent.htm
csfml /usr/share/CSFML/doc/html/structsfVideoMode.htm
csfml /usr/share/CSFML/doc/html/tab_a.png
csfml /usr/share/CSFML/doc/html/tab_b.png
csfml /usr/share/CSFML/doc/html/tab_h.png
csfml /usr/share/CSFML/doc/html/tab_s.png
csfml /usr/share/CSFML/doc/html/tabs.css
csfml /usr/share/CSFML/doc/html/unionsfEvent.htm
csfml /usr/share/CSFML/license.txt
csfml /usr/share/licenses/
csfml /usr/share/licenses/csfml/
csfml /usr/share/licenses/csfml/LICENSE
jorge@Abril:~/coders/utilidades/SFML-1.6/python$

sorry if the threatd is too large.
thanks!

Pages: 1 2 3 [4]
anything