Re: Question on compile & test / automake version 1.9.6 / test yacc6.test

2006-11-27 Thread Ralf Wildenhues
Hello Dieter, * Jurzitza, Dieter wrote on Wed, Nov 22, 2006 at 11:53:34AM CET: > The point is: > I cannot compile successfully (or, better to say, I cannot run > yacc6.test successfully) if I am using > > make -j3 > > The message that comes is "foo.h" and / or "bar.h" not found. The > reason (I

Re: Circular dependency

2006-11-27 Thread Ralf Wildenhues
Hello, * Stepan Kasal wrote on Mon, Nov 27, 2006 at 07:56:20PM CET: > > * Makefile.in <-- .depend > This is because automake creates Makefile.in from Makefile.am and all > included files. Your Makefile.am includes .depend. To rephrase this more to the point: automake style 'include' is different

Re: Circular dependency

2006-11-27 Thread Stepan Kasal
Hello, On Mon, Nov 27, 2006 at 05:10:46PM +0100, Guillaume Rousse wrote: > Ralf Wildenhues wrote: > > * Guillaume Rousse wrote on Thu, Nov 23, 2006 at 04:46:50PM CET: > >> However, make keep complaining about a circular dependency issue: > >> make[1]: Circular corelib/camlimages.ml <- Makefile dep

Re: managing ocaml dependencies

2006-11-27 Thread Guillaume Rousse
Guillaume Rousse wrote: > For 1), the attached patch seems to be enough. It seems to have been forgotten somewhere, here it is again. --- /usr/share/automake-1.9/depcomp 2006-09-27 03:44:18.0 +0200 +++ depcomp 2006-11-21 13:57:48.0 +0100 @@ -508,6 +508,10 @@ rm -f "$tmp

Re: Circular dependency

2006-11-27 Thread Guillaume Rousse
Ralf Wildenhues wrote: > Hello Guillaume, > > * Guillaume Rousse wrote on Thu, Nov 23, 2006 at 04:46:50PM CET: >> I'm using this rule to substitute values in a sourcefile: >> corelib/camlimages.ml: Makefile corelib/camlimages.ml.in > [...] > >> As detailed in autoconf documentation >> http://www.