I'm trying to build pd-extended from svn trunk.
I'm following the text here: http://puredata.info/docs/developer/BuildingPdExtended
So I do this: cd pure-data/packages/linux_make make install
...and the build ends in pd/src:
dbtopow~.c:5:20: error: e_sqrt.h: No such file or directory.
It's true there is no e_sqrt.h in trunk/pd/src.
Which repository should I be using here?
Martin