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

Author Topic: SFML frameworks on Mac OS X 10.9  (Read 1672 times)

0 Members and 1 Guest are viewing this topic.

colask8

  • Newbie
  • *
  • Posts: 4
    • View Profile
SFML frameworks on Mac OS X 10.9
« on: March 15, 2014, 02:58:29 pm »
Hi,
when i try to use framworks i get this error
clang: error: unknown argument: '-frameworksfml-system' [-Wunused-command-line-argument-hard-error-in-future]


and so on for other 4(window, graphics, audio, network).

I dloaded and installed the one for clang, via install.sh I'm on LLVM 5.1 from latest XCode.
dylibs work as they supposed to, but i'm using another library which doesnt work with dylibs, so i need frameworks to work. Also tried compiling with cmake  and installed the frameworks.
« Last Edit: March 16, 2014, 12:10:39 pm by colask8 »

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: SFML frameworks on Mac OS X 10.9
« Reply #1 on: March 16, 2014, 08:06:34 pm »
Did you download the fixed version of the template for Xcode 5?
SFML / OS X developer

colask8

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: SFML frameworks on Mac OS X 10.9
« Reply #2 on: March 17, 2014, 01:35:38 am »
Yes. But after update of XCode i had to reapply it. So just got fixed. Thanks for the reply.

 

anything