UPDATE: I've realized that I put this thread in the "non-help" section by mistake.
If there's a way to move the thread or there's something else that should be done, please let me know
=============================
I'm trying to install for use with XCode command line C++ tools.
I've followed the guide at
https://www.sfml-dev.org/tutorials/2.4/start-osx.php- Copied frameworks, not dylibs
- Not copied the (optional) templates
I haven't been able to use the "Create your first SFML program" as I only have command line tools (and not the "whole" Xcode) installed.
I've tried compiling the "Pong" example included in the SFML download as well as my own code, simply trying to open a sf::RenderWindow (copied the statement from one of the examples).
Whatever I do, I always get the same "Undefined symbols for architecture x86_64" error message.
This includes trying to follow
https://stackoverflow.com/questions/14228856/how-to-compile-c-with-c11-support-in-mac-terminal, which I tried as a result of the comment "If you downloaded the "Clang" version from the download page, you should select C++11 with Clang and libc++."
Any tips?
Verbose output when trying to compile (the example) Pong.cpp - see attached.