[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fltk graphics
From: |
Benjamin Abbott |
Subject: |
Re: fltk graphics |
Date: |
Tue, 19 Mar 2013 12:52:45 -0400 |
On Mar 19, 2013, at 12:42 PM, Victor Hanby <address@hidden> wrote:
> I'd like to try the fltk toolkit but get the following error
>
> octave:5> 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
>
> other info:
> octave:1> available_graphics_toolkits()
> ans =
> {
> [1,1] = fltk
> [1,2] = gnuplot
> }
> octave:2> loaded_graphics_toolkits()
> ans = {}(1x0)
>
> I'm using 3.6.3 from Macports on macOS 10.8.3
>
> Vic
You'll need to specify the fltk variant.
sudo port install octave-devel +fltk+carbon+atlas+docs
I've included atlas since Apple's vecLib has some bugs.
Ben
- fltk graphics, Victor Hanby, 2013/03/19
- Re: fltk graphics,
Benjamin Abbott <=