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

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

[Octave-bug-tracker] [bug #54169] Test suite crashes when Octave built w


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54169] Test suite crashes when Octave built with Qt and FLTK
Date: Wed, 11 Jul 2018 12:52:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #4, bug #54169 (project octave):

So instead of


%!testif HAVE_OPENGL, HAVE_FLTK; have_window_system ()


we might use something like


%!testif HAVE_OPENGL, HAVE_FLTK; have_window_system () &&
have_graphics_toolkit ("fltk")


?  Assuming an appropriate "have_graphics_toolkit" function..

I see that in a few other places, we already use


%!testif HAVE_OPENGL, HAVE_FLTK; have_window_system () && any (strcmp ("fltk",
available_graphics_toolkits ()))


which is also OK with me, and avoids adding yet another function.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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