octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 4.0 on Mac OS Yosemite (with gui!)


From: Mike Miller
Subject: Re: Octave 4.0 on Mac OS Yosemite (with gui!)
Date: Fri, 24 Jul 2015 20:10:54 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Jul 24, 2015 at 20:02:21 -0400, Ben Abbott wrote:
> > On Jul 24, 2015, at 5:55 PM, Ben Abbott <address@hidden> wrote:
> > I looked over the patch and have fixed the problem. I also had
> > trouble with applying the clang patch. It patches
> > liboctave/Makefile.in, which is no longer part of Octave’s sources.

IIRC, you have clang 3.6, which means you shouldn't need the clang 3.5
patch at all (it was a bug in that version of the clang compiler only).

> I edited the Makefile and commented out reference to ICOTOOL.

You should be able to build with "make ICOTOOL=true", you'll just end up
with an empty octave.ico file.

> The build process then ends when it is necessary to build eps-files.
> 
>   GEN      doc/interpreter/voronoi.eps
> error: __osmesa_print__: support for offscreen rendering was disabled when 
> Octave was built
> error: called from
>     __opengl_print__ at line 171 column 7
>     print at line 431 column 14
>     geometryimages at line 55 column 5
> Makefile:27810: recipe for target 'doc/interpreter/voronoi.eps’ failed

There was a recent change that figures for the manual are built by the
default toolkit, which means qt if available, then fltk if available,
then gnuplot. But there is no check ensuring that you also have osmesa
present and working. I could see that as a worthy enhancement, fall back
to gnuplot if no osmesa.

-- 
mike



reply via email to

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