[Gimp-docs] Rules to make target `xml/stamp-en-valid'?

Ulf-D. Ehlert ude88 at web.de
Sat Feb 23 11:08:43 PST 2008


Kolbjørn Stuestøl (Samstag, 23. Februar 2008, 17:37):
> When trying to run 'make ALL_LINGUAS="no"' (or whatever language), I
> get the message:
>     "make: *** No rule to make target `xml/stamp-no-valid', needed by
> `validate'.  Stop."
> I assume I've missed a file or something, but where and what? Where
> do I find this rule, or more precisely: what do I have to do to get
> the program running as nicely as before?
> Yes, I have updated the 'gimp-help-2' directory and run the 'make' on
> a copy of this.

If in doubt, always try to re-run 'autogen.sh'.

Also, try
	grep valid Makefile
to check/verify the validate target. The output should contain
	xml/stamp-%-valid: xml/%.xml.
If it does, the target's prerequisite (xml/no.xml) cannot be built. Then 
try
	grep ^xml/ Makefile
which should give you
	xml/%.xml: src/gimp.xml stylesheets/profile.xsl $(XML_FILES).

> I have tried to figure out where this message is generated without
> any luck. Using Cygwin on Windows XP if that matter.

Maybe there are some <CR> chars and your "make" can't handle them?
	cat -v Makefile
will show you (trailing ^M's?).

Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20080223/d1650e87/attachment.bin 


More information about the Gimp-docs mailing list