compiling Gem from latest git pull (just now) with this fix? pure-data/pure-data@c34380a I get:

clang: warning: optimization flag '-falign-loops' is not supported [-Wignored-optimization-argument]

clang: warning: optimization flag '-falign-functions' is not supported [-Wignored-optimization-argument]

clang: warning: optimization flag '-falign-jumps' is not supported [-Wignored-optimization-argument]

Setup.cpp:189:2: error: use of undeclared identifier 'sys_searchpath'

        sys_searchpath = namelist_append(sys_searchpath, mypath, 0);

        ^

Setup.cpp:189:35: error: use of undeclared identifier 'sys_searchpath'

        sys_searchpath = namelist_append(sys_searchpath, mypath, 0);



I logged an issue on Gem git but johannes pointed to the pd issue as the culprit....

thanks!
m