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

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

[Octave-bug-tracker] [bug #57424] Running the test suite on Windows cras


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57424] Running the test suite on Windows crashes Octave
Date: Mon, 16 Dec 2019 11:56:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #3, bug #57424 (project octave):

Yes this looks like the same bug as bug #57245. In any event, the condition
for running this test should be 


- if (ispc () || ! __have_feature__ ("OSMESA"))
+ if (! __have_feature__ ("QT_OFFSCREEN")
+     || ! strcmp (graphics_toolkit (), "qt"))


AFAIK recent versions of Octave don't support OSMESA anymore. Here is an
excerpt of the NEWS file for Octave 5.1



- The OSMesa library is no longer used.  To print invisible figures
  when using OpenGL graphics, the Qt `QOFFSCREENSURFACE` feature must be
  available and you must use the qt graphics toolkit.

 

I attached a patch meant to remove leftover references to osmesa. 
To make myself clear, I am not suggesting to workaround this bug with the
patch but rather to apply the patch once this bug is properly fixed.


(file #48071)
    _______________________________________________________

Additional Item Attachment:

File name: no_osmesa.patch                Size:5 KB
    <https://savannah.gnu.org/file/no_osmesa.patch?file_id=48071>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57424>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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