help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.4.2 with fltk support


From: Daniel Arteaga
Subject: Re: Octave 3.4.2 with fltk support
Date: Tue, 28 Jun 2011 11:33:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-ES; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10

Al 27/06/11 22:14, En/na Martijn ha escrit:
Hi Daniel,
Do you have the package libgl1-mesa-dev and its dependencies installed?
The build dependencies of octave 3.2 are not sufficient because the fltk
backend is not required since gnuplot is the default plot engine.

Finally it works! Although:

octave:1> available_graphics_toolkits
ans =
{
  [1,1] = gnuplot
}

fltk is not listed. However

octave:2> graphics_toolkit ("fltk")

works well (before it gave an error, see other message on the thread).

octave:3> plot(linspace(1,100))

works as expected,

So, in summary, works well although fltk is not listed in the list of toolkits (should I file a bug?)

Thank you very much for your assistance,

Daniel



reply via email to

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