On MacOs, Xcode > 10 do not recognize the C++ stdlib with the flag -stdlib=libc++
the following line must be added to the makefile in the folder ....../gpp
export CPLUS_INCLUDE_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1
Right after the declaration of the makefile variables.