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.


Topics - maggintosh

Pages: [1]
1
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]