freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] last fixes for forthcoming release


From: mpsuzuki
Subject: Re: [ft-devel] last fixes for forthcoming release
Date: Mon, 27 Feb 2006 12:39:37 +0900

On Mon, 27 Feb 2006 12:23:36 +0900
address@hidden wrote:

> In file included from 
> /Users/mps/redhat/BUILD/ft22test/freetype2/src/cache/ftcache.c:24:
> /Users/mps/redhat/BUILD/ft22test/freetype2/src/cache/ftccache.c:262: error: 
> static declaration of 'ftc_node_destroy' follows non-static declaration
> /Users/mps/redhat/BUILD/ft22test/freetype2/include/freetype/cache/ftccache.h:89:
>  error: previous declaration of 'ftc_node_destroy' was here

The error caused by following conflict:

ftccache.h declares, around line #89

        FT_BASE( void ) ftc_node_destroy( ... )

ftccache.c declares, around line #262

        FT_LOCAL_DEF( void ) ftc_node_destroy( ... )

Which type is correct?

Regards,
mpsuzuki




reply via email to

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