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

gimp docs compiling in a language different from en ...

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.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

gimp docs compiling in a language different from en ... Marco Ciampa via gimp-docs-list 26 Feb 16:01
  gimp docs compiling in a language different from en ... Julien Hardelin 26 Feb 20:06
   gimp docs compiling in a language different from en ... Marco Ciampa via gimp-docs-list 27 Feb 10:36
    gimp docs compiling in a language different from en ... Marco Ciampa via gimp-docs-list 27 Feb 10:37
Marco Ciampa via gimp-docs-list
2019-02-26 16:01:34 UTC (about 5 years ago)

gimp docs compiling in a language different from en ...

Hi people,
have you got any idea?

$make validate-en

all ok

$make validate-it $make validate-de
$make validate-fr
....

114 translated messages.
*** Validating XML (it) ...
-:53072: element include: validity error : No declaration for attribute href of element include
^ -:53072: element include: validity error : No declaration for element include
^ -:53073: element para: validity error : Element include is not declared in para list of possible children
^

no matter which language you choose... it will fail...

Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------
Julien Hardelin
2019-02-26 20:06:52 UTC (about 5 years ago)

gimp docs compiling in a language different from en ...

Usually, it's

Which file does the error refer to?

Julien

Le 26/02/2019 à 17:01, Marco Ciampa via gimp-docs-list a écrit :

Hi people,
have you got any idea?

$make validate-en

all ok

$make validate-it $make validate-de
$make validate-fr
....

114 translated messages.
*** Validating XML (it) ...
-:53072: element include: validity error : No declaration for attribute href of element include
^ -:53072: element include: validity error : No declaration for element include
^ -:53073: element para: validity error : Element include is not declared in para list of possible children
^

no matter which language you choose... it will fail...

Marco Ciampa via gimp-docs-list
2019-02-27 10:36:01 UTC (about 5 years ago)

gimp docs compiling in a language different from en ...

On Tue, Feb 26, 2019 at 09:06:52PM +0100, Julien Hardelin wrote:

Which file does the error refer to?

I do not know why but if I do this (delete this include):

git diff diff --git a/src/filters/map/little-planet.xml b/src/filters/map/little-planet.xml index fe47befb3..6d7c0c4bd 100644
--- a/src/filters/map/little-planet.xml +++ b/src/filters/map/little-planet.xml @@ -107,7 +107,7 @@


Interpolation methods are described in -
+

Cubic may give better result.

it compiles again....

Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------
Marco Ciampa via gimp-docs-list
2019-02-27 10:37:20 UTC (about 5 years ago)

gimp docs compiling in a language different from en ...

On Wed, Feb 27, 2019 at 11:36:01AM +0100, Marco Ciampa via gimp-docs-list wrote:

On Tue, Feb 26, 2019 at 09:06:52PM +0100, Julien Hardelin wrote:

Which file does the error refer to?

I do not know why but if I do this (delete this include):

git diff diff --git a/src/filters/map/little-planet.xml b/src/filters/map/little-planet.xml index fe47befb3..6d7c0c4bd 100644
--- a/src/filters/map/little-planet.xml +++ b/src/filters/map/little-planet.xml @@ -107,7 +107,7 @@


Interpolation methods are described in -
+

Cubic may give better result.

it compiles again....

Hint: it is the only filter that has this include _twice_ ...

Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------