octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK/OpenGL dependency


From: Shai Ayal
Subject: Re: FLTK/OpenGL dependency
Date: Tue, 1 Jul 2008 16:02:12 +0300

On Tue, Jul 1, 2008 at 2:56 PM, Michael Goffioul
<address@hidden> wrote:
> I noticed that with the current octave code, compilation fails if
> FLTK or OpenGL is not present. The problem is that the
> configure script runs fine (some warning are simply reported),
> but compilation fails, because it can't find FLTK or OpenGL
> headers.
>
> There 2 solutions:
> 1) make configure script to fail if FLTK/OpenGL is not present
> 2) make the code compile fine, even if FLTK/OpenGL is not present
>  2a) deal with that in src/Makefile.in
>  2b) deal with that in source code with #ifdef's
>
> What should we do?
> (I tend to think 2a is probably the best)

I vote for 2. I don't like 2b, but maybe there is another way except 2a?

Shai


reply via email to

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