gimp
Hi,
litzler (Montag, 19. Januar 2009, 09:14):
Good morning Ulf,
When I do:
make -f Makefile.GNU pot
or
make -f Makefile.GNU xml-fr
there is many Warning concerning Docbook.
Can you give me an example?
If you get
"Warning: cannot load module 'docbook'
then tools/xml2po fails to load "/usr/share/xml2po/docbook.py".
Workaround (we still have to decide which xml2p version to use):
find out where your xml2po package has placed docbook.py, then
create /usr/share/xml2po/ and add a link to docbook.py:
ln -s /where/your/xmplpo/files/are/docbook.py /usr/share/xml2po/
(probably you must be root to do this).
Using the autotools-based Makefile should also work, this will use the
default unpatched xml2po script (but this will produce slighly
different pot and po files...). Then the correct path should be
hard-coded to the xml2po script.
however the Kubuntu docbook
package is installed on my computer. But it intalls many versions:
2.4.1, 3.0, 3.1,.........4.4 and 4.5 of DTD DocBook SGML
and many files:
-/etc/sgml/docbook/2.4.1/dbgenent.mod
-/etc/sgml/docbook/3.0/dbgenent.mod
........................file:///home/litzler/fichiers_po.png
-/etc/sgml/docbook/4.4/dbgenent.mod
-/etc/sgml/docbook/4.5/dbgenent.mod
is there the origin of the Warning?
I don't think so, but it depends on the warning message... ;-)
But po and xml files seem correct!
What I do?
I ignore the Warning?
Depends on the warning message... ;-)
Bye,
Ulf