[MacPorts] #18232: freetype 2.3.8 fails mac os x 10.5 intel

MacPorts noreply at macports.org
Sun Mar 29 00:58:33 PDT 2009


#18232: freetype 2.3.8 fails mac os x 10.5 intel
---------------------------------+------------------------------------------
 Reporter:  fantunes@…           |       Owner:  ryandesign@…           
     Type:  defect               |      Status:  new                    
 Priority:  Normal               |   Milestone:  Port Bugs              
Component:  ports                |     Version:  1.7.0                  
 Keywords:                       |        Port:  freetype               
---------------------------------+------------------------------------------

Comment(by ryandesign@…):

 The first error that's encountered is:

 {{{
 include/freetype/fttypes.h:172: error: syntax error before 'FT_Tag'
 }}}

 Line 172 of fttypes.h reads:

 {{{
   typedef FT_UInt32  FT_Tag;
 }}}

 FT_UInt32 should be defined in ftconfig.h. I thought a previous freetype's
 ftconfig.h might have a different or missing definition of FT_UInt32
 causing a problem. Can you please look if there are any other copies of
 ftconfig.h anywhere on your hard drive? Maybe freetype is findng one of
 them somehow. Please post the output of:

 {{{
 find / -name ftconfig.h 2>/dev/null
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/18232#comment:19>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list