Hello Guys
I am new on the Forum, so far only messing around with c++
I now want to start the next Project using sfml. Unfortunatly when following the tutorial
on the Webside, I get :
Apple Match-O-Link Errors
clang: error: unknown argument: '-frameworksfml-system'
clang: error: unknown argument: '-frameworksfml-window'
clang: error: unknown argument: '-frameworksfml-graphics'
clang: error: unknown argument: '-frameworksfml-audio'
clang: error: unknown argument: '-frameworksfml-network'
I have OS X 10.9.5 running, Xcode for c++ working (default)
now i downloaded the sfml package and did as stated in the tutorial:
-copied frameworks to HD/library/frameworks
-copied Templates into /developer/xcode/templates (i had to make Xcode folder and templates. there was none)
typed in terminal:
cd
and drag and dropped install.sh
-it installed
-after installation it prompted me to run doctor
-i did-it said my system is ready
then i created a sfml app project and tried to run it (as told in the tutorial)
then it says Build failed and i get the error messages
clang: error: unknown argument: '-frameworksfml-system'
clang: error: unknown argument: '-frameworksfml-window'
clang: error: unknown argument: '-frameworksfml-graphics'
clang: error: unknown argument: '-frameworksfml-audio'
clang: error: unknown argument: '-frameworksfml-network'
any hints what i am missing?
Thank you in advance