Hi Ulf, On Sun, Jul 08, 2007 at 11:39:48AM +0200, Ulf-D. Ehlert wrote: > 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. I rerun autogen and did a lookup on my generated Makefile. There is a MKDIR_P and a mkdir_p variable. I wonder which one is the correct one. Maybe that has something todo with an old automake/conf-whatever version? > > 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)) What's this workaround doing? Greetings, -- Roman Joost www: http://www.romanofski.de email: romanofski@xxxxxxxx
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs