octave-maintainers
[Top][All Lists]
Advanced

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

Re: Questions about "configure" and "native graphics"


From: Mike Miller
Subject: Re: Questions about "configure" and "native graphics"
Date: Tue, 21 Apr 2015 09:04:23 -0400

On Tue, Apr 21, 2015 at 08:47:21 +0200, Julien Bect wrote:
> What does "native graphics" mean ?

The way I understand it is a blanket term to describe both the FLTK
and Qt plotting toolkits and the support libraries needed to make
those work.

> And why do I get a warning about not finding libraries for "native
> graphics", since "native graphics" have been disabled because of
> --without-fltk ?

Is your question why is the warning phrased the way it is, or why do
you get a warning at all since you intentionally disabled something?

If the latter, that's simply the approach taken for all optional
libraries with Octave, to warn you about what features you might be
missing because of your choices.

> Why does disabling OpenGL lead to "Build Octave GUI: no" ?
>
> If I remember correctly, with Octave 8.2 I could disable OpenGL and still
> get a working GUI with gnuplot as a graphics toolkit.  Has this changed ?

Yes. In 4.0.0, there is no way to build the GUI without the Qt
plotting toolkit, which requires OpenGL. If you disable or don't have
OpenGL, the Qt plotting library cannot be built, which means the GUI
is also not built.

-- 
mike



reply via email to

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