RSS/Atom feed Twitter
Site is read-only, email is disabled

Warnings while executing "make pdf"

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Warnings while executing "make pdf" XuHunt 03 Jan 13:40
  Warnings while executing "make pdf" Ulf-D. Ehlert 04 Jan 13:16
XuHunt
2009-01-03 13:40:07 UTC (over 16 years ago)

Warnings while executing "make pdf"

After ./autogen.sh, "make po" and "make html",
I recieved warnings while making pdf like below: warning: failed to load external entity "http://www.docbook.org/xml/4.3/docbookx.dtd" //OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd".
type "locate docbookx.dtd" then I recieve this: /usr/share/xml/docbook/xml-dtd-4.3/docbookx.dtd.
Actually there is a docbookx.dtd file of docbook/xml version 4.3 on my system, how can I use it instead of load it from the internet? Any suggestion?

Best regards, Hunt
__________________

Ulf-D. Ehlert
2009-01-04 13:16:54 UTC (over 16 years ago)

Warnings while executing "make pdf"

XuHunt (Samstag, 3. Januar 2009, 13:40):

After ./autogen.sh, "make po" and "make html",

So making HTML worked for you?
Then "libxslt" (containing xsltproc) and your docbook stylesheets ("docbook-xsl" on my system) are installed properly...

I recieved warnings while making pdf like below:

Making pdf? Oh god, you are way ahead of us! ;-)

warning: failed to load external entity "http://www.docbook.org/xml/4.3/docbookx.dtd" //OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd".

Hmm, dblatex is using xsltproc.

type "locate docbookx.dtd" then I recieve this: /usr/share/xml/docbook/xml-dtd-4.3/docbookx.dtd.

Actually there is a docbookx.dtd file of docbook/xml version 4.3 on my system, how can I use it instead of load it from the internet? Any suggestion?

With the correct entries in your catalog file (e.g. /etc/xml/catalog). But this should be configured automatically, and since "make html" worked for you, the configuation should be ok.

Try "make pdf-xx DBLATEXFLAGS='--verbose'" (xx = your locale).

I tried to make a German pdf, and it worked (some error messages about "Missing character"s) after adding manually a link to the images directory.

Ulf