octave-maintainers
[Top][All Lists]
Advanced

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

Re: complie error of cquit.c (libcruft) (MinGW build for 3.5.50+)


From: John W. Eaton
Subject: Re: complie error of cquit.c (libcruft) (MinGW build for 3.5.50+)
Date: Mon, 15 Mar 2010 16:58:26 -0400

On 10-Mar-2010, Tatsuro MATSUOKA wrote:

| I have looked in to libcruft/Makefile.am in the source directory trees.
| 
| I found the following 
| AM_CPPFLAGS = @CPPFLAGS@ -I../libgnu -I$(top_srcdir)/libgnu
| 
| I have also looked at  libcruft/Makefile.am in the build directory trees
| I found the following
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
| 
| However in compiling, '-I../libgnu -I$(top_srcdir)/libgnu' options has not 
been added.  
| 
| Hmmm?  It's mysterious.
| 
| Are there someone who met this behavior?

Yes, I see the problem now, but I had not noticed it before.  I
checked in the following change.

  http://hg.savannah.gnu.org/hgweb/octave/rev/d2ac9433cd09

Thanks,

jwe


reply via email to

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