Re: strange error message

2002-09-21 Thread Tom Tromey

> "Nicholas" == Nicholas Kidd <[EMAIL PROTECTED]> writes:

Nicholas> I was wondering if someone knew what these error message meant:

Nicholas> Makefile:483: warning: overriding commands for target
Nicholas> `engine/cpp/engine.o'
Nicholas> Makefile:362: warning: ignoring old commands for target
Nicholas> `engine/cpp/engine.o'

This means that this file has two different rules to generate it in
the Makefile.

We can't tell exactly why without more information.

What version of automake are you using?
What is your Makefile.am?

Tom





strange error message

2002-09-19 Thread Nicholas Kidd

I was wondering if someone knew what these error message meant:

Makefile:483: warning: overriding commands for target
`engine/cpp/engine.o'
Makefile:362: warning: ignoring old commands for target
`engine/cpp/engine.o'
Makefile:489: warning: overriding commands for target
`engine/cpp/engine.obj'
Makefile:368: warning: ignoring old commands for target
`engine/cpp/engine.obj'

and what I have done to cause them?  I am getting them for each src
file in my project.  

thanks,
-Nick