Re: [PATCH] Dependency tracking for Microsoft Visual C/C++

2000-10-17 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> We compute dependencies in parallel with the actual Alexandre> compilation, but we mustn't consider the job done before Alexandre> both are complete. Ah! Yes, I overlooked the ` "$@" '. Thanks!

Re: Avoiding cross-dependencies for aclocal.m4

2000-10-17 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Oct 16, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >> This guy looks good to me. Any objection? Alexandre> Nope. Pavel, you still consider this patch alive?

Re: PATCH: depcomp cpp method output

2000-10-17 Thread Akim Demaille
| 2000-06-21 Alex Hornby <[EMAIL PROTECTED]> | | * depcomp: Altered sed clause to strip of inclusion depth | numbers generated by cpp. Also output in gcc style. | | Index: depcomp | === | RCS file: /cvs/automake/au

Re: PATCH: depcomp cpp method output

2000-10-17 Thread Alexandre Oliva
On Oct 17, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > | 2000-06-21 Alex Hornby <[EMAIL PROTECTED]> > | > | * depcomp: Altered sed clause to strip of inclusion depth > | numbers generated by cpp. Also output in gcc style. > Fine with me. Any objection? Nope. -- Alexand

Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Praveen Kumar Amritaluru
Hi, I am getting the foll. error message when I am trying to build automake 1.4 on 11.00 hpux machine: make all Making all in . Making all in m4 No suffix list. Making all in tests No suffix list. It says no suffix list in

Dependency tracking

2000-10-17 Thread Paul F. Kunz
I have a project being worked on by two people; both with gmake but one not using gcc. Is there a way to allow the gcc developer to use automake dependency tracking, while the other developer uses some other system. The other developer has gcc (but doesn't use it for the code), so is there

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Akim Demaille
| I am getting the foll. error message when I am trying to build | automake 1.4 on 11.00 hpux machine: You said it all: HPUX. Their Make is incredibly broken and is often responsible of build failures. I would *strongly* encourage you to install GNU Make and use this one only.

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Praveen Kumar Amritaluru
Hi, Thanks for replying. But I am getting the error even if I use the gmake. Making all in . gmake[1]: Entering directory `/home/praveen/automake-1.4' gmake[1]: Nothing to be done for `all-am'. gmake[1]: Leaving directory `/home/praveen/automake-

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Thomas E. Dickey
On 17 Oct 2000, Akim Demaille wrote: > > | I am getting the foll. error message when I am trying to build > | automake 1.4 on 11.00 hpux machine: > > You said it all: HPUX. Their Make is incredibly broken and is often > responsible of build failures. I would *strongly* encourage you to > inst

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Akim Demaille
> "Thomas" == Thomas E Dickey <[EMAIL PROTECTED]> writes: Thomas> give an example of how it's broken. I never managed to track it down precisely. But for instance with Bison and a2ps, the only problems I has with gettext 0.10.33 were people using HPUX Make. For a time I tried to find the o

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Akim Demaille
| Hi, | Thanks for replying. | | But I am getting the error even if I use the gmake. | | Making all in . | gmake[1]: Entering directory `/home/praveen/automake-1.4' | gmake[1]: Nothing to be done for `all-am'. | gmake[1]: Leaving directory `/home/

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Praveen Kumar Amritaluru
Hi, > > | Hi, > | Thanks for replying. > | > | But I am getting the error even if I use the gmake. > | > | Making all in . > | gmake[1]: Entering directory `/home/praveen/automake-1.4' > | gmake[1]: Nothing to be done for `all-am'. > | gmake[1]:

Re: Dependency tracking

2000-10-17 Thread Alexandre Oliva
On Oct 17, 2000, "Paul F. Kunz" <[EMAIL PROTECTED]> wrote: > Is there a way to allow the gcc developer to use automake dependency > tracking, while the other developer uses some other system. Use CVS automake. It's dependency tracking mechanism no longer depends on GNU make nor GCC. -- Alexan

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Akim Demaille
> "Praveen" == Praveen Kumar Amritaluru <[EMAIL PROTECTED]> writes: Praveen>As can be seen from the above message, there is no Praveen> action associated with the targets. As a result nothing is Praveen> getting done under these two directories m4 and tests. That's right, nothing to

Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-17 Thread Praveen Kumar Amritaluru
> > "Praveen" == Praveen Kumar Amritaluru <[EMAIL PROTECTED]> writes: > > Praveen> As can be seen from the above message, there is no > Praveen> action associated with the targets. As a result nothing is > Praveen> getting done under these two directories m4 and tests. > > That's right

Re: Avoiding cross-dependencies for aclocal.m4

2000-10-17 Thread Pavel Roskin
Hello! > Pavel, you still consider this patch alive? I've just applied it. I'm sorry, this week is going to be very busy for me, but please consider me alive anyway :-) Regards, Pavel Roskin