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

Author Topic: Trying to set up on OSX Lion 10.7.3 When this happened  (Read 1039 times)

0 Members and 2 Guests are viewing this topic.

Mark1003

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Trying to set up on OSX Lion 10.7.3 When this happened
« on: November 04, 2012, 01:48:11 pm »
Hi,
I used the SFML 2.0 installer to set up SFML, but when I created a program and tried to build it this is what I got


ld: library not found for -lsfml-system-d
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Does anybody know how to fix this? Thanks,
Mark

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Trying to set up on OSX Lion 10.7.3 When this happened
« Reply #1 on: November 04, 2012, 05:55:32 pm »
debug libraries are not shipped. use the release ones instead.

also, if you have some issues with xcode templates for sfml, please read the bug tracker and forum. some stuff were fixed after the rc was released.
SFML / OS X developer

Mark1003

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Trying to set up on OSX Lion 10.7.3 When this happened
« Reply #2 on: November 04, 2012, 09:35:40 pm »
Ok thanks for your help

Mark1003

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Trying to set up on OSX Lion 10.7.3 When this happened
« Reply #3 on: November 04, 2012, 09:55:18 pm »
Ok, sorry but I'm still a bit lost, I'm new to programming and I'm not sure where the release libraries are, do you mean 1.6? I tried that as well but as far as I can see its not compatible.

I'm sorry but I'm a bit of a noob to this whole thing.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Trying to set up on OSX Lion 10.7.3 When this happened
« Reply #4 on: November 04, 2012, 09:59:00 pm »
by release I mean not debug. just drop the -d in the lib name.
SFML / OS X developer