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

Author Topic: Xcode 4 Set up install.  (Read 1741 times)

0 Members and 1 Guest are viewing this topic.

Anonymouse

  • Newbie
  • *
  • Posts: 7
    • View Profile
Xcode 4 Set up install.
« on: August 12, 2012, 08:11:41 pm »
I'm running 10.7.4, and SFML will not compile. I used the wizard install, and when I compile, I get this little linking number.

http://pastebin.com/8wHszLwA

Xcode has been a problem since I installed it yesterday, is it maybe a faulty install or the thing between the keyboard and chair?

I'm sorry if I wasn't specific enough, I really don't know enough to post everything.

Anonymouse

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Xcode 4 Set up install.
« Reply #1 on: August 14, 2012, 03:14:25 am »
Bump

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
Re: Xcode 4 Set up install.
« Reply #2 on: August 14, 2012, 09:22:20 am »
Quote
ld: library not found for -lsfml-system-d
I mean the error message couldn't be more obvious... ::)

XCode can't find the library. Did you even install SFML? Did you follow this tutorial for setting up XCode?
If not then do so! :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Anonymouse

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Xcode 4 Set up install.
« Reply #3 on: August 14, 2012, 07:00:22 pm »
I did, I used the wizard. That's why I'm wondering what's going on.

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
Re: Xcode 4 Set up install.
« Reply #4 on: August 14, 2012, 11:40:05 pm »
Want to play movies in your SFML application? Check out sfeMovie!

Anonymouse

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Xcode 4 Set up install.
« Reply #5 on: August 15, 2012, 09:09:53 pm »
Unfortunately that did not work.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Xcode 4 Set up install.
« Reply #6 on: August 15, 2012, 09:14:33 pm »
There were two bugs, the one mentioned by Ceylo and this one : https://github.com/SFML/SFML/issues/233

You have to apply both fixes to make it work or compile SFML yourself from the last sources.
SFML / OS X developer