octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50905] No way to launch Octave with GUI


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50905] No way to launch Octave with GUI
Date: Mon, 1 May 2017 12:04:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #50905 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

If you installed Octave 4.2.1 from source, check your configure and build logs
to make sure that you built it with Qt support. Run the following in Octave to
verify how Octave was configured


>> __have_feature__ ("QT")
ans = 1
>> __have_feature__ ("QT4")
ans = 0
>> __have_feature__ ("QT5")
ans = 1
>> __have_feature__ ("QT_GRAPHICS")
ans = 1
>> __octave_config_info__ ("QT_LIBS")
ans = -lQt5Network -lQt5OpenGL -lQt5PrintSupport -lQt5Widgets -lQt5Gui
-lQt5Core -lqt5scintilla2


If you can verify that Octave was built with Qt support and you have a working
X environment, then some further investigation may be needed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50905>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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