[Gimp-docs] Make error
julien
jm.hard at wanadoo.fr
Wed Oct 11 23:36:01 PDT 2006
Hi,
This time I downloaded a new sandbox to be sure error was not due to my
own changes. After ./autogen.sh, I did a make and got this new error:
Rebuild the help files: yes
Languages: cs de en es fr hr it ko nl no ru sv zh_CN
Installation prefix: ${datadir}/gimp/2.0
Optimize PNGs for HTML files: no
Now type 'make' to compile gimp-help-2.
[julien at localhost gimp-help-2]$ make ALL_LINGUAS="fr"
*** Creating directories ***
*** Creating link in PDF directory to images ***
-- Profiling XML for fr
-- Validating XML for fr number of errors: 0
*** Validating profiled XML ***
Log files of the validation process have been generated in the xml
directory.
Please correct any errors before writing new content.
*** Copying images ***
*** Copying stylesheets ***
-- Building HTML for fr
runtime error: file
file:///usr/share/sgml/docbook/xsl-stylesheets-1.69.1/common/l10n.xsl
line 26 element choose
unregistered variable l10n.gentext.language
xmlXPathCompiledEval: evaluation failed
make: *** [stamps/html.fr.stamp] Erreur 10
Then I deleted stamps/mkdirs-fr.stamp and stamps/mkdirs.stamp: the error
remained the same.
Then I commented the line
<xsl:import href="@STYLEBASE@/html/autoidx-ng.xsl"/>
in stylesheets/plainhtml.xsl.in, I ran ./autogen.sh again,
and "make" runs OK now ;-) but my diacritical initials still are in a
Symbols section in the Index :-( ...
Greetings.
Julien
Nickolay V. Shmyrev a écrit :
> В Срд, 11/10/2006 в 15:44 +0200, julien пишет:
>> Hi,
>>
>> I just updated and as soon made a make to see if "É" was placed
>> correctly in the index. I got this error:
>>
>> cvs server: Updating stylesheets
>> U stylesheets/plainhtml.xsl.in
>> cvs server: Updating stylesheets/zh_CN
>> cvs server: Updating tools
>> cvs server: Updating tools/tests
>> cvs server: Updating web
>> cvs server: Updating web/layout
>> cvs server: Updating web/stylesheets
>> [julien at localhost gimp-help-2]$ make ALL_LINGUAS="fr"
>> -- Profiling XML for fr
>> -- Validating XML for fr number of errors: 0
>> *** Validating profiled XML ***
>> Log files of the validation process have been generated in the xml
>> directory.
>> Please correct any errors before writing new content.
>> *** Copying images ***
>> cp: ne peut créer le fichier régulier (=can't create the regular file)
>> `html/./images/using/ru/standard-setup.png': Aucun fichier ou répertoire
>> de ce type (=No file or directory of this type)
>> make: *** [stamps/images.stamp] Erreur 1
>>
>> Please correct it.
>>
>> Greetings
>
> It's just one bug in our makefiles. Please remove stamps/mkdirs.stamp
> and run make once again. Or just try rerun autogen.sh
>
> The reason for this problem is that dirs are created in mkdirs target
> and images are copied later. If stamp for mkdirs is present, the
> directory for using/ru won't be created.
More information about the Gimp-docs
mailing list