Opened 12 years ago

Last modified 11 years ago

#37356 closed defect

octave-devel @ 3.6.3 -- can't use fltk toolkit — at Version 1

Reported by: cdemills@… Owned by: michaelld@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: octave-devel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hello,
myself and Ben Abbott tried to use the fltk toolkit. From inside octave:

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 
which "__init_gnuplot__" 
`__init_gnuplot__' is a function from the file /opt/local/lib/octave/3.6.3/oct/x86_64-apple-darwin12.2.0/__init_gnuplot__.oct
 which "__init_fltk__" 
=> no reply

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 

I installed octave-devel straight from the macport.

Regards

Pascal

Change History (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: octave fltk removed
Owner: changed from macports-tickets@… to michaelld@…
Port: octave-devel added
Note: See TracTickets for help on using tickets.