octave-maintainers
[Top][All Lists]
Advanced

[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.

reply via email to

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