octave-maintainers
[Top][All Lists]
Advanced

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

Re: removing graphics.h from stamp-prereq in src/Makefile.in


From: Michael Goffioul
Subject: Re: removing graphics.h from stamp-prereq in src/Makefile.in
Date: Tue, 5 Feb 2008 12:00:54 +0100

On Mon, Feb 4, 2008 at 8:58 PM, John W. Eaton <address@hidden> wrote:
> If you simply remove graphics.h from the list of files in the
> stamp-prereq target, I think you will break some other things.

Indeed, it break MSVC compilation, because it does not use automatic
dependencies; hence graphics.h is not built before graphics.cc, resulting
in compilation error. Could you also include this little patch?

Michael.

src/ChangeLog

2008-02-05  Michael Goffioul <address@hidden>

    * Makefile.in: Add explicit dependency of graphics.cc on graphics.h
    when automatic dependencies are not used (omit_deps is defined).


>
> I don't see how to get all the dependencies 100% correct and still
> have separate Makefiles in the src and liboctave directories, and to
> also handle the possibility that some values in defaults.h and
> oct-conf.h may come from the environment.
>
> I'd consider a patch, but I don't have time at the moment to try to
> fix these problems.
>
> jwe
>

Attachment: src_Makefile_in.diff
Description: Text document


reply via email to

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