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

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

[Octave-bug-tracker] [bug #47886] Do not link against libraries without


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47886] Do not link against libraries without OpenGL
Date: Thu, 10 Nov 2016 21:09:56 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #7, bug #47886 (project octave):

As I re-read what I posted earlier, I think that I thought that the original
patch provided here is unsuitable.

We used to have a configure script that had dependencies on various libraries.
If configure did not detect OpenGL, then it wouldn't bother checking for FLTK,
and so on. We changed the configure script for 4.2 to eliminate those
hierarchical dependencies and make the logic more flat and straightforward,
and I think we want to preserve that approach.

With that in mind, a couple approaches that might work here:

1. add a "--without-gl2ps" option to configure
2. add more #if conditionals in the code to avoid compiling sections of code
that require *both* OpenGL and gl2ps, instead of just checking for HAVE_GL2PS

Other ideas?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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