On Sun, 14 Jan 2001, Sean Bright wrote:
> Hi there,
>
> Can someone help me out with building the docs from CVS? I ran autoconf
> in the directory which generated configure, however, I am getting alot
> of errors that look like this:
>
> jade:/usr/lib/sgml/stylesheets/nwalsh-modular/html/../common/dbl1ru.dsl:383:35:E:
> general entity "Ucy" not defined and no default entity
By the location of the stylesheet files I'd guess this is a Red Hat
system. Don't know which version.
Anyway, I suspect the stylesheets installed on your machine are both quite
old and a bit buggy.
cat /usr/lib/sgml/stylesheets/nwalsh-modular/VERSION
Fetch new ones from http://www.nwalsh.com/docbook/dsssl/. 1.60, the
current version, is quite fine (haven't yet tested 1.61). Install it
somewhere where configure script finds it before the one installed on your
system (see configure.in for the directories it checks).
rm config.cache; cvs update -dP; autoconf; ./configure; make
Any problems, contact me privately tomorrow after 17:00 GMT and I'll step
you through the process. (It's time to go to sleep here, workday waiting
and I won't have any time until the next (my) early evening.)
-- Jouni