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

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

[Octave-bug-tracker] [bug #51631] make check fails at __opengl_info__


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #51631] make check fails at __opengl_info__
Date: Tue, 1 Aug 2017 20:02:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #16, bug #51631 (project octave):

Rik: OK, I see now that __opengl_info__ is taking care of creating a figure so
we can get the OpenGL info.  If refresh is needed for fltk, then maybe the
simplest thing is just to add that just after the "pause (0.2)" line in the
gl_info function in __opengl_info__.m.  Does that work for you?  It allowed me
to run


./run-octave --eval --norc "graphics_toolkit fltk; __opengl_info__"
./run-octave --no-gui --norc --eval "graphics_toolkit fltk; __opengl_info__"
./run-octave --no-gui-libs --norc --eval "graphics_toolkit fltk;
__opengl_info__"
./run-octave -cli --norc --eval "graphics_toolkit fltk; __opengl_info__"


However, after repeated tests, it sometimes (but not always) fails when using
--no-gui-libs.  That, once again, seems like some kind of timing issue?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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