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

xml2po and makefile

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.

xml2po and makefile Vitaly Lomov 04 Sep 12:10
  xml2po and makefile Ulf-D. Ehlert 05 Sep 14:43
Vitaly Lomov
2009-09-04 12:10:42 UTC (about 15 years ago)

xml2po and makefile

after running autogen the makefile does not contain a value for XML2PO variable and I have to manually point it to tools/xml2po. Is it intended? I know we use our own xml2po with the patch, but can the toolchain be updated for this? I use cygwin on windows. Vitaly

Ulf-D. Ehlert
2009-09-05 14:43:21 UTC (about 15 years ago)

xml2po and makefile

Vitaly Lomov (Freitag, 4. September 2009, 12:10):

after running autogen the makefile does not contain a value for XML2PO variable and I have to manually point it to tools/xml2po. Is it intended?

autogen.sh (more exactly: configure) uses your PATH environment variable to find an xml2po binary. If xml2po is not found, XML2PO is empty.

I know we use our own xml2po with the patch, but can the toolchain be updated for this? I use cygwin on windows.

You can specify XML2PO when calling autogen.sh: ./autogen.sh ... XML2PO=/abs/path/to/.../tools/xml2po

Ulf