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

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

[Octave-bug-tracker] [bug #49138] FLTK found at configure but all fltk t


From: Rik
Subject: [Octave-bug-tracker] [bug #49138] FLTK found at configure but all fltk toolkit tests fail
Date: Wed, 15 Mar 2017 19:20:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #12, bug #49138 (project octave):

Per comment #10, all of the Java tests could have a run time check.  For
example, the cross-build of MXE Octave for Windows includes Java functionality
(available at compile time).  But the PC where Octave is installed might not
have a JRE.

As an example, see javachk.m


%!testif HAVE_JAVA
%! if (! usejava ("jvm"))
%!   return;
%! endif
%! assert (javachk ("jvm"), "");


A number of the functions like java_set or java_get have no BIST tests because
there was no good way make tests conditional on the presence of a JVM.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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