octave-maintainers
[Top][All Lists]
Advanced

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

Re: [MAc OS X] can't use fltk toolkit


From: Ben Abbott
Subject: Re: [MAc OS X] can't use fltk toolkit
Date: Thu, 20 Dec 2012 09:29:19 -0500

On Dec 20, 2012, at 5:01 AM, CdeMills wrote:

> Hello,
> 
> I can not use the fltk toolkit on Mac OS:
> 
> octave>available_graphics_toolkits
>        ans = 
>        {
>          [1,1] = fltk
>          [1,2] = gnuplot
>        }
> octave> graphics_toolkit('fltk')
> error: feval: function `__init_fltk__' not found
> error: called from:
> error:   /opt/local/share/octave/3.6.3/m/plot/graphics_toolkit.m at line 59,
> column 5
> 
> MacOS 10.8, octave-devel (3.6.3) with gnuplot, XQuartz, aquaterm and fltk
> from macports. 
> 
> The dir /opt/local/lib/octave/3.6.3/oct/x86_64-apple-darwin12.2.0 contains
> both __init_gnuplot.oct and __init_fltk.oct as required:
> file __init_gnuplot__.oct 
> __init_gnuplot__.oct: Mach-O 64-bit bundle x86_64
> file __init_fltk__.oct         
> __init_fltk__.oct: Mach-O 64-bit bundle x86_64
> 
> Anyone else seeing this error ?
> 
> Regards
> 
> Pascal

I see this problem too.

available_graphics_toolkits 
ans = 
{
  [1,1] = fltk
  [1,2] = gnuplot
}
graphics_toolkit fltk
error: feval: function `__init_fltk__' not found
error: called from:
error:   /opt/local/share/octave/3.6.3/m/plot/graphics_toolkit.m at line 59, 
column 5

I'm certain this worked in the past.   However, I've been using my own portfile 
to build Octave.  I suggest a bug be filed with macports.

        https://trac.macports.org/auth/login/?next=/newticket

If you don't have time to file one, I may have time later today.

Ben






reply via email to

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