Re: Make broken

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Sonntag, 8. Juli 2007 schrieb julien:
[...]
> Under Mandriva 2006:
> [xxx@localhost trunk]$ make validate ALL_LINGUAS="en fr"
> xml
> make: xml : unknown command
> make: *** [xml/en.xml] Error 127

Make is trying to execute 
        $(MKDIR_P) xml
but "MKDIR_P" is not defined (empty).
 
Fix/workaround: Replace every "MKDIR_P" with "mkdir_p" in Makefile.am 
and quickreference/Makefile.am and re-run autogen.sh.

> Under Suse 10.2:
> Now type 'make' to compile gimp-help-2.
> xxx@linux-zhl6:~/SVN-fr/trunk> make validate ALL_LINGUAS="en"
> /usr/bin/xmllint --noout --valid xml/en.xml > /dev/null
> touch xml/stamp-en-valid.

Dependencies are broken.
Workaround: remove xml/stamp-en-valid and xml/en.xml.

I tried to replace
    xml/%.xml: src/gimp.xml stylesheets/profile.xsl
with
    xml/%.xml: src/gimp.xml stylesheets/profile.xsl $(filter-out $$@,
    $(XML_FILES))
(without line-break), and it seems to work too...

Ulf

Attachment: pgpqcla7jOclX.pgp
Description: PGP signature

_______________________________________________
Gimp-docs mailing list
Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux