octave-maintainers
[Top][All Lists]
Advanced

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

Re: Freetype font warning


From: Ben Abbott
Subject: Re: Freetype font warning
Date: Sat, 22 Jan 2011 11:29:53 -0500

On Jan 22, 2011, at 11:17 AM, Doug Stewart <address@hidden> wrote:

On Sat, Jan 22, 2011 at 10:40 AM, Ben Abbott <address@hidden> wrote:
On Jan 22, 2011, at 9:21 AM, Jordi Gutiérrez Hermoso wrote:

> On 22 January 2011 04:58, logari81 <address@hidden> wrote:
>> I can just remove the warning. This will disable the warning in the
>> "update_text_extent" function for both fltk and gnuplot. This was
>> actually the situation before the patch.
>
> However, Doug has libfreetype6-dev installed. Are you sure you're
> checking for it correctly in configure?
>
> - Jordi G. H.

Doug,

Jordi makes a good point. You can quickly see what configure found by ...

       $ grep -in -C 5 'checking for freetype' config.log

$ grep -in -C 5 'checking for freetype' config.log
34696-| GLvoid (*func)(...); gluTessCallback(0, 0, func);
34697-|   ;
34698-|   return 0;
34699-| }
34700-configure:31213: result: no
34701:configure:31452: checking for freetype-config
34702-configure:31470: found /sw/bin/freetype-config
34703-configure:31483: result: /sw/bin/freetype-config
34704:configure:31493: checking for FreeType -- version >= 9.0.3
34705-configure:31571: gcc-4.2 -o conftest -I/sw/include -m32 -O2 -g -D_THREAD_SAFE -pthread -I/sw/include/freetype2 -I/sw/include -I/sw/lib/flex/include -I/sw/include -m32 -I/sw/include/freetype2 -I/sw/include/qhull -I/usr/include -L/sw/lib/flex/lib -L/sw/lib -L/usr/lib -m32 conftest.c -L/sw/lib -lfreetype -lz -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -lm   >&5
34706-configure:31571: $? = 0
34707-configure:31571: ./conftest
34708-configure:31571: $? = 0
34709-configure:31585: result: yes

The above is for MacOS X. I get the equivalent for Ubuntu 10.04.

Ben

Sorry for such a dumb question -- where do I find config.log
Doug

It's in the root directory of your mercurial archive.

Ben

reply via email to

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