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

Author Topic: [SOLVED] Can't compile on MacOSX  (Read 3080 times)

0 Members and 1 Guest are viewing this topic.

Dunkelheit

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
[SOLVED] Can't compile on MacOSX
« on: September 05, 2015, 04:31:55 am »
Hi there,

I had followed all tutorial related to Mac installation, however I'm getting this issue:

Command /bin/sh failed with exit code 2

ditto: can't get real path for source '/Library/Frameworks/FLAC.framework'
couldn't copy /Library/Frameworks/FLAC.framework to /Users/<user>/Library/Developer/Xcode/DerivedData/

The package I had downloaded haven't any FLAC framework, instead you can find audio.framework lib. I've found this package on github tried to download it but I can't, access denied. What do I supposed to do to proceed with SFML?

Thanks in advance.
« Last Edit: September 05, 2015, 07:20:54 pm by Dunkelheit »

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Can't compile on MacOSX
« Reply #1 on: September 05, 2015, 12:04:27 pm »
You missed the extlibs directory of the downloaded SDK.

http://www.sfml-dev.org/tutorials/2.3/start-osx.php#installing-sfml

Quote
Copy the content of extlibs to /Library/Frameworks.
SFML / OS X developer

Dunkelheit

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Can't compile on MacOSX
« Reply #2 on: September 05, 2015, 07:20:33 pm »
Thank you, Hiura.

Maybe because it was so late of night I missed something pretty obviously.