bugGNU Octave - Bugs: bug #50213, graphics toolkit qt not available...

 
 

bug #50213: graphics toolkit qt not available in interactive mode

Submitter:  A.R. Burgers <arb>
Submitted:  Thu 02 Feb 2017 09:59:09 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 02 Feb 2017 10:12:26 PM UTC, comment #1: 

Use


octave --no-gui


instead.  The octave-cli binary isn't linked with Qt libraries, which are required for qt graphics.

John W. Eaton <jwe>
Group administrator
Thu 02 Feb 2017 09:59:09 PM UTC, original submission:  

the following script:


cat agt.m <<HERE
version
__octave_config_info__.hg_id
available_graphics_toolkits()
HERE


in batch mode: octave agt.m:


ans = 4.3.0+
ans = 868daa374c49
ans =
{
  [1,1] = fltk
  [1,2] = gnuplot
  [1,3] = qt
}


interactive:


octave-cli -q
octave:1> agt
ans = 4.3.0+
ans = 868daa374c49
ans =
{
  [1,1] = fltk
  [1,2] = gnuplot
}
octave:2>


here qt toolkit is not available. Is this a feature or a bug?

A.R. Burgers <arb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by arb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-02-02 jwe StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code