I read:
GEM_VERSION is a constant string defined in Base/GemVersion.h which should be included by GemMan.cpp
It wasn't so I added it now I get:
make[1]: Entering directory /home/x/audio/sw/pd/externs/cvs/gem/src/Base' c++ -c -g -fPIC -I../ -I../GemLibs/ffmpeg/libavcodec -I../GemLibs/ffmpeg/libav -I/usr/include -I/usr/include/quicktime -I/usr/include/gltt -I../GemLibs/particle -I../GemLibs/liborb -I/usr/local/include -I.. GemMan.cpp -o GemMan.o GemMan.cpp:336: error: prototype for
void GemMan::removeObj(gemhead*)' does
not match any in class `GemMan'
GemMan.h:55: error: candidate is: static void GemMan::removeObj(gemhead*, int)
make[1]: *** [GemMan.o] Error 1
make[1]: Leaving directory `/home/x/audio/sw/pd/externs/cvs/gem/src/Base'
make: *** [subdirs] Error 255
any more hints (probably I'll just run cvs update && make clean && make)
lg
x