octave-maintainers
[Top][All Lists]
Advanced

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

Re: Having problem building on macOS Mojave


From: Ben Abbott
Subject: Re: Having problem building on macOS Mojave
Date: Wed, 26 Dec 2018 11:15:27 +0800

On Dec 26, 2018, at 11:07, Anadi Kashyap <address@hidden> wrote:



On Tue, Dec 25, 2018 at 11:25 PM Anadi Kashyap <address@hidden> wrote:


On Tue, Dec 25, 2018 at 8:52 PM Anadi Kashyap <address@hidden> wrote:
Fixed, thanks a lot! Now I can focus on the sundials warnings.
 
Okay I fixed this:

configure: WARNING: SUNDIALS NVECTOR serial library not found. Solvers ode15i and ode15s will be disabled. 
configure: WARNING: SUNDIALS IDA library not found. Solvers ode15i and ode15s will be disabled.

I noticed the name wasn't sundials27 but address@hidden in my opt directory.

CPPFLAGS="$CPPFLAGS -I/usr/local/opt/address@hidden/include"
LDFLAGS="$LDFLAGS -L/usr/local/opt/address@hidden/lib"

This fixed the issue.

Proceeded to build with the script you provided for make and got this in the end:

error: __gnuplot_get_var__: Can not make FIFO (Function not implemented)
make[2]: *** [doc/interpreter/voronoi.eps] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2 

That’s a bug related to macOS and GNUPLOT. If Qt configured ok the build should use the Qt for graphics.

Please run by “./run-octave —gui” and let us know what happens? ... gui or error?

Ben

reply via email to

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