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

Pages: [1]
1
General / Installing on Mac (Xcode)
« on: November 21, 2011, 04:08:53 am »
Quote from: "Hiura"
Q & A : https://github.com/SFML/SFML/blob/master/xcode/templates/readme.txt

Quote
However, for some reasons, the XCode4 template is never installed and I have to install manually. I checked the flag already
Did you click on "Configure" after checking the checkbox ?


Thanks for the readme link! I'll follow it and see what happens.

As for the template, yes, I made sure that all the items in the configure menu were white before I click generate.

2
General / Installing on Mac (Xcode)
« on: November 20, 2011, 12:15:00 pm »
I tried to run from XCode4.2, but it gave me this error

Code: [Select]

Command /bin/sh failed with exit code 2


Can somebody please help me fix this? Thank you!


EDITED :

After proceeding to use makefile instead, I think I successfully created shared libraries. However, for some reasons, the XCode4 template is never installed and I have to install manually. I checked the flag already, and I have done this three or four times so I'm sure I didn't miss the flag.

Now that I create XCode4 SFML project, I can't compile it. The error it gave me is

Code: [Select]

ld: framework not found sfml-system
Command /Developer/usr/bin/clang++ failed with exit code 1


However, I have included all the libsfml-xxx.dylib already. What seems to be the problem here?

Pages: [1]
anything