Hello Denis,
[...]
> Any way to simply exclude experimental modules and associated test from a
> tarball (that I can make myself)?
Delete t/22-html.t, or better:
for f in t/*.t; do grep -q $f MANIFEST || rm $f; done
Thanks, I will do that till the new release
> I couldn't find a way to build sp-1.3.4 (see attached
log_pm-1.3.4), I would
> need help on that.
> Maybe it's a compatibility problem with my gtcc version (4.8.1) or the
> Makefile needs a tuning that I'm not able to determine.
> Maybe there is a Debian patch that allows building to succeed, but I
> couldn't find one. Could you help me to locate one, if any?
You have to edit include/config.h and add
#define SP_HAVE_TYPENAME
around line 12.
I did and compilation did go farther but still failed, please see attached log.
I know I'm a bit out of this forum's topic but I really would want to try if
using sp-1.3.4 would solve tests issue for SGML module...
Thanks again,
Didier