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

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

[Octave-bug-tracker] [bug #48302] Update to FC24 failed build due to lac


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #48302] Update to FC24 failed build due to lack of redhat-rpm-config-40-2.fc24.noarch
Date: Thu, 23 Jun 2016 23:06:45 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Follow-up Comment #2, bug #48302 (project octave):

Yes, I am sure. Pretty simple to test: Use dnf to
remove it, run configure, observe that FLTK is disabled,
install it, run configure, observe that FLTK is
enabled and works after build.
And, here is the code in configure that fails:
++
$as_echo_n "checking for OpenGL support in FLTK... " >&6; }
if ${octave_cv_fltk_opengl_support+:} false; then :
  $as_echo_n "(cached) " >&6
else
  save_CPPFLAGS="$CPPFLAGS"
      CPPFLAGS="$CFLAGS $FLTK_CPPFLAGS"
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

        #include <FL/gl.h>

#ifdef F77_DUMMY_MAIN

#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }

#endif
int
main ()
{

        int nothing = 0;

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  octave_cv_fltk_opengl_support=yes
else
  octave_cv_fltk_opengl_support=no
fi
--


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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