[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failure on OSX 10.9
From: |
c. |
Subject: |
Re: build failure on OSX 10.9 |
Date: |
Thu, 14 Nov 2013 17:44:03 +0100 |
On 14 Nov 2013, at 16:29, Ben Abbott <address@hidden> wrote:
> Ok. I isolated the change that results in the error. I'm able to build with
> the change below.
>
> diff --git a/libgui/src/module.mk b/libgui/src/module.mk
> --- a/libgui/src/module.mk
> +++ b/libgui/src/module.mk
> @@ -190,8 +190,7 @@
> -I$(top_builddir)/libinterp -I$(top_srcdir)/libinterp \
> -I$(top_builddir)/libinterp/parse-tree -I$(top_srcdir)/libinterp/parse-tree
> \
> -I$(top_builddir)/libinterp/corefcn -I$(top_srcdir)/libinterp/corefcn \
> - -I$(top_srcdir)/libinterp/octave-value \
> - -I$(top_builddir)/libgnu
> + -I$(top_srcdir)/libinterp/octave-value
>
> src_libgui_src_la_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS)
>
> Ben
Ben,
Thanks for the workaround, I can also compile with your change!
JWE, do you think it makes sense to apply
this change or is it a symptom of a different problem?
c.
- Re: build failure on OSX 10.9, (continued)
- Re: build failure on OSX 10.9, Torsten, 2013/11/15
- Re: build failure on OSX 10.9, c., 2013/11/15
- Re: build failure on OSX 10.9, Torsten, 2013/11/16
- Re: build failure on OSX 10.9, c., 2013/11/16
- Re: build failure on OSX 10.9, John W. Eaton, 2013/11/15
- Re: build failure on OSX 10.9, c., 2013/11/15
- Re: build failure on OSX 10.9, Ben Abbott, 2013/11/14
- Re: build failure on OSX 10.9,
c. <=
Re: build failure on OSX 10.9, Doug Stewart, 2013/11/13