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: John W. Eaton
Subject: Re: removing graphics.h from stamp-prereq in src/Makefile.in
Date: Wed, 06 Feb 2008 06:26:16 -0500

On  6-Feb-2008, Michael Goffioul wrote:

| Please bear with me. I'm not using GCC, but I'm trying to make MSVC to
| behave as GCC, which is not an easy task. Of course, the "-M" flag is
| not supported by MSVC, so I emulate it in cc-msvcl. This emulation actually
| performs a "cc-msvc -E" and parse the output to extract dependency.
| It happens that MSVC also outputs '#line' statements for included files.
| So the '#line' statements produced by bison are also catched by this
| -M emulation.

OK, so since you are only looking at preprocessed source code, you
don't see the #include lines, correct?  I don't see a simple way to do
any better.  So does the patch I sent to use bison's -o option at
least avoid the problem?

jwe


reply via email to

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