[Gimp-docs] authors.xml not build
Ulf-D. Ehlert
ude88 at web.de
Tue Jan 27 03:05:48 PST 2009
Kolbjørn Stuestøl (Montag, 26. Januar 2009, 23:14):
> Result:
> $ make -f Makefile.GNU xml/no/preface/authors.xml VERBOSE=2
> [SRC] src/preface/authors.xml
> f=src/preface/authors.xml; d=${f%/*}; test -d $d || mkdir -p $d
> xsltproc \
> --nonet \
> ./stylesheets/authors_docbook.xsl \
> stylesheets/authors.xml \
>
> > src/preface/authors.xml
>
> make: *** [src/preface/authors.xml] Error 53
And your stylesheets/authors_docbook.xsl and stylesheets/authors.xml
are not empty and look all right?
Try
md5sum stylesheets/authors_docbook.xsl stylesheets/authors.xml
and you should get
4ea35bec0f2475be8dc203d1f87ba7b3 stylesheets/authors_docbook.xsl
549e4668d969cfbbcb56b089dfbd88a8 stylesheets/authors.xml
Maybe an encoding problem (stylesheets/authors.xml not UTF-8 encoded) or
CR/LF line separators - this may happen if you are working on copies of
your local SVN files.
You may also try
make ... XSLTEXTRAFLAGS="--verbose"
or - even better - directly
xsltproc --nonet --verbose stylesheets/authors_docbook.xsl \
stylesheets/authors.xml
this will produce a lot of useless messages if everything is ok and
hopefully a hint if an error occurs...
> Both "xml/preface/authors.xml", "pot/preface/authors.pot" and
> "scr/preface/authors.xml" are all empty (as they should?)
No, they should not.
> Have not tryed your merged po files.
This won't change anything.
Bye,
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090127/e53091dc/attachment.bin
More information about the Gimp-docs
mailing list