octave-maintainers
[Top][All Lists]
Advanced

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

Re: FTGL.h not found


From: Thomas Weber
Subject: Re: FTGL.h not found
Date: Thu, 10 Jul 2008 10:25:54 +0200

Am Donnerstag, den 10.07.2008, 10:35 +0300 schrieb Shai Ayal:
> On Thu, Jul 10, 2008 at 10:28 AM, Thomas Weber
> <address@hidden> wrote:
> > Am Mittwoch, den 09.07.2008, 19:09 +0300 schrieb Shai Ayal:
> >> On Wed, Jul 9, 2008 at 6:35 PM, John W. Eaton <address@hidden> wrote:
> >> > After applying the latest patches from the octave-graphics-mq archive,
> >> > I see this when configuring:
> >> >
> >> >  configure: WARNING: FTGL library not found. Native renderer will not 
> >> > have on-screen text
> >> >  configure: WARNING:
> >> >  configure: WARNING: I didn't find the necessary libraries to compile 
> >> > native
> >> >  configure: WARNING: graphics. It isn't necessary to have native graphics
> >> >  configure: WARNING: but you will have to use gnuplot or you won't be 
> >> > able
> >> >  configure: WARNING: to use any of Octave's plotting commands
> >> >  configure: WARNING:
> >> >  configure:
> >> >
> >> >  NOTE: libraries may be skipped if a library is not found OR
> >> >        if the library on your system is missing required features.
> >> >
> >> > My system (Debian testing) has /usr/include/FTGL/ftgl.h, not FTGL.h.
> >>
> >> On fedora it's /usr/include/FTGL/FTGL.h. I guess we should check for
> >> both and change the include ... (beyond my autconf powers, sorry)
> >
> > Which versions of ftgl do both of you have?
> >
> 
> I have fedora core 8 with the following packages:
> ftgl-2.1.2-6.fc8
> ftgl-devel-2.1.2-6.fc8

Okay, I just checked the ftgl tarballs on sourceforge. The 2.1.2 release
has FTGL.h, the 2.1.3 release has ftgl.h.

Looking over the NEWS file, I think we should enforce the usage of 2.1.3
(2.1.2 is from 2004):

========================================================================
----------------------------------------------------------------------
--- 2008-06-12  Release 2.1.3~rc5                                  ---
----------------------------------------------------------------------

    * Stable API. Public headers are now frozen.
    * Fixed several memory corruption and crash bugs - Sam Hocevar
    * Fixed several memory leaks - Sam Hocevar
    * Kerning and glyph performance enhancements - Sean Morrison
    * The library now also exports a pure C interface - Éric Beets
    * Inset/outset contour support for fonts - Éric Beets
    * Fix the FTLayout rendering - Éric Beets
    * Added new FTLayout and FTSimpleLayout support for layout
      managers - Sam Hocevar
    * Fixed the paths in the XCode project - Henry Maddocks
    * Changed the behaviour of some objects so that if there is an
      error their state isn't changed - Henry Maddocks
    * New, fast FTBufferFont texture fonts - Sam Hocevar
    * UTF-8 support - Daniel Remenak
========================================================================

Especially the "crash bugs" and "memory leaks".

I know this will cause some grief, no need to tell me that.

        Thomas




reply via email to

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