[MacPorts] #20912: wine, wine-devel: configure failure when freetype is 64-bit

MacPorts noreply at macports.org
Thu Sep 17 00:02:20 PDT 2009


#20912: wine, wine-devel: configure failure when freetype is 64-bit
---------------------------------------+------------------------------------
 Reporter:  dackze+macports@…          |       Owner:  ryandesign@…           
     Type:  defect                     |      Status:  new                    
 Priority:  Normal                     |   Milestone:                         
Component:  ports                      |     Version:  1.8.0                  
 Keywords:  snowleopard                |        Port:  wine, wine-devel       
---------------------------------------+------------------------------------
Changes (by ryandesign@…):

 * cc: justin.kinglacroix@… (added)


Comment:

 Justin, your output:
 {{{
 checking for freetype-config... no
 checking for freetype2-config... no
 checking for -lfreetype... libfreetype.6.dylib
 checking for ft2build.h... no
 checking for freetype/freetype.h... no
 checking for freetype/ftglyph.h... no
 checking for freetype/fttypes.h... no
 checking for freetype/tttables.h... no
 checking for freetype/ftsnames.h... no
 checking for freetype/ttnameid.h... no
 checking for freetype/ftoutln.h... no
 checking for freetype/ftwinfnt.h... no
 checking for freetype/ftmodapi.h... no
 checking for freetype/ftlcdfil.h... no
 checking for freetype/internal/sfnt.h... no
 checking for FT_TrueTypeEngineType... no
 checking for FT_Load_Sfnt_Table... yes
 configure: error: FreeType 32-bit development files not found. Fonts will
 not be built.
 Use the --without-freetype option if you really want this.
 }}}

 is different than that originally reported in this ticket, which was:
 {{{
 checking for freetype-config... freetype-config
 checking for -lfreetype... not found
 configure: error: FreeType 32-bit development files not found. Fonts will
 not be built.
 Use the --without-freetype option if you really want this.
 }}}

 So you are experiencing a different issue. Somehow it appears that your
 freetype-config program and all the freetype headers are missing. Try
 rebuilding your freetype:
 {{{
 sudo port clean freetype
 sudo port -n upgrade --force freetype
 }}}

 Then try wine-devel again:
 {{{
 sudo port clean wine-devel
 sudo port install wine-devel
 }}}

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


More information about the macports-tickets mailing list