help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make can not find .cpp file, any general comments or suggestions to


From: sqweek
Subject: Re: make can not find .cpp file, any general comments or suggestions to debug?
Date: Thu, 27 Apr 2006 14:25:45 +0800

On 27/04/06, Lin George <address@hidden> wrote:
>
> Hello everyone,
>
>
> When I make my projects on my Linux desktop, GNU make outputs error messages
> which are dealing with could not find .cpp files. I think I have correctly
> setup VPATH variable to let make locate where source files are.
>
> So, any general comments or suggestions to debug the error/root cause in
> this situation? I can not post the Makefile since it is too large and
> platform/application dependent.

 Try "make -p |less", and look through make's database. Specifically,
at the end it will list your VPATH paths, so you can double check they
are what you expect.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]