[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave 5.1.0 and Qt installation problems
From: |
Thomas D. Dean |
Subject: |
Re: Octave 5.1.0 and Qt installation problems |
Date: |
Mon, 4 Mar 2019 22:43:45 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
On 3/4/19 10:39 AM, babelproofreader wrote:
On trying to install the latest Octave 5.1.0 I'm getting this configuration
error:
configure: WARNING: Qt does not work with the OpenGL libs (GL and GLU);
disabling OpenGL graphics with Qt GUI
I am already running an older version of Octave 4.2.1 with no problems and
it doesn't matter whether I set the configure flag to --with-qt=4 or
--with-qt=5, both give the same error. How do I solve this?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
I had a similar message with octave 6.0.0 from hg, Ubuntu 18.04
apt install libsundials-dev qtbase5-dev qttools5-dev qttools5-dev-tools\
libqscintilla2-qt5-dev libqt5opengl5-dev --reinstall
Fixed it. I did not try to find a minimal solution...
Tom Dean