freetype-devel
[Top][All Lists]
Advanced

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

[Devel] Compile error with current CVS


From: Jon Smirl
Subject: [Devel] Compile error with current CVS
Date: Sun, 18 Aug 2002 10:37:07 -0700 (PDT)

I am using inline for the cache code and including
ftccache.i.

ftccache.i has a problem in the debug code on line 93
size isn't part of families lru list any more.

#ifdef FT_DEBUG_LEVEL_ERROR
      if ( query->family     != family                
       ||
           family->fam_index >=
cache->manager->families.size )
      {
        FT_ERROR((
          "ftc_cache_lookup: invalid query (bad
'family' field)\n" ));
        return FTC_Err_Invalid_Argument;
      }
#endif




f:\mozilla\gfx\src\FreeType\ftccache.i(93) : error
C2039: 'size' : is not a member of 'FTC_CacheRec_'
       
f:\freetype2\include\freetype\cache\ftccache.h(173) :
see declaration of 'FTC_CacheRec_'
make[3]: *** [ftcgl.obj] Error 2

=====
Jon Smirl
address@hidden

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



reply via email to

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