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 - maggintosh

Pages: [1]
1
Well, as far as i can tell, all the files are in their place.

I wrote a mail to one of the developers now, let's see if he can help...

2
UPDATE:

Now i tried
Quote
python setup.py build_ext --include-dirs=usr/local/include/

but i got a whole bunch of warnings and a new fatal error:

Quote
ld: library not found for -lsfml-graphics
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'c++' failed with exit status 1

3
python-sfml 1.3 is the one i tried out first and i got the same problem installing pysfml-cython, which is another python binding. Same error here:

Quote
src/sfml.cpp:353:10: fatal error: 'SFML/Graphics.hpp' file not found
#include "SFML/Graphics.hpp"

I even tried to install python bindings together with SFML 2.0, because i read that PySFML 1.3 is written for SFML 2.0, but that didn't work either  :-\

Hm, could it be the wrong cython version? Maybe i need to install cython 0.19?

4
Don't know how to edit the command line  :-[ Unknown command

Sorry, i am pretty unexperienced, just beginning...

5
Hi guys,
i tried to install python-sfml 1.3 in terminal with "python setup.py install" on my MacBook running Mavericks but im getting this error:

Quote
[...]
building 'sfml.system' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Iinclude -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/sfml/system.cpp -o build/temp.macosx-10.9-intel-2.7/src/sfml/system.o -fpermissive
src/sfml/system.cpp:350:10: fatal error: 'SFML/System.hpp' file not found
#include "SFML/System.hpp"
             ยด`
1 error generated.
[...]

I've already installed SFML 2.1 and Cython 0.20.1.

So i checked the usr/local/include/SFML path but all the headers are in place. No idea how to solve that problem. Hope anyone can help  :)

Pages: [1]