[Gimp-docs] Make broken

Roman Joost romanofski at gimp.org
Mon Jul 9 03:41:37 PDT 2007


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 at 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 at 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 at gimp.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : /lists/gimp-docs/attachments/20070709/e95cff71/attachment.bin 


More information about the Gimp-docs mailing list