==== Building new (debug) ====The program itself is a main file which creates a window.
main.cpp
Linking new
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
"/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -o ./new -L../lib/SFML/macosx/Frameworks -L. obj/Debug/main.o -framework sfml-graphics -framework sfml-window -framework sfml-system -framework freetype -lstdc++ -lSystem /usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"std::__1::locale::locale()", referenced from:
_main in main.o
"std::__1::locale::~locale()", referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
those two articles (2.2 and 2.3) aren't very differentTrue, but using the wrong one explains this:
... except sndfile.framework. I could not find it anywhere in the SFML package (I suppose snd means "sound", so do I need it?);)