Please paste which errors you get. You might also want to try out another generator besides Xcode.
Test - Cmake - Unix - Terminal InstallC-MakeUnix Makefiles
Use default native compilers
SFGUI_BUILD_EXAMPLES (check marked)
SFGUI_BUILD_SHARED_LIBS (check marked)
SFGUI_INCLUDE_FONT (check marked)
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
sfgui
This warning is for project developers. Use -Wno-dev to suppress it.Generating DoneOpened Terminal on Mac -> Found Build File -> Typed "Make -j4" ->2 Errors
[ 84%] Linking CXX executable Layout
[ 84%] Built target Layout
Scanning dependencies of target ProgressBar
[ 85%] Building CXX object examples/CMakeFiles/ProgressBar.dir/ProgressBar.cpp.o
/Users/blankblank/Desktop/SFGUI-master/examples/OpenGL.cpp:63:29: error: no
member named 'tan' in namespace 'std'
auto frustum_height = std::tan( fov / 360 * pi ) * near_distance;
~~~~~^
[ 85%] Linking CXX executable Notebook
1 error generated.
make[2]: *** [examples/CMakeFiles/OpenGL.dir/OpenGL.cpp.o] Error 1
make[1]: *** [examples/CMakeFiles/OpenGL.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 86%] Linking CXX executable Multiview
[ 86%] Built target Notebook
[ 86%] Built target Multiview
[ 87%] Linking CXX executable ProgressBar
[ 87%] Built target ProgressBar
make: *** [all] Error 2
TestI also built for X-code in c-make and got OpenGL error upon compiling inside x-code