cyrille henry wrote:
hello,
after a fresh svn update, it look like i'm missing a file to compile Gem : s_stuff.h
[...]
after copying this file from pd source to the Base folder, Gem compile fine. is there anything i miss?
not really, though you shouldn't copy the s_stuff.h around but rather make Gem find it by itself. the way to do this is to tell Gem where the Pd sources are at configure time ("--with-pd=")
but really you discovered a bug: Gem should check for s_stuff.h at configure time and not fail to build when it cannot find it.
mgsadr IOhannes