[MacPorts] #22917: wine-crossover-games 8.0.0_1 doesn't compile on snow leopard
MacPorts
noreply at macports.org
Thu Dec 17 21:10:35 PST 2009
#22917: wine-crossover-games 8.0.0_1 doesn't compile on snow leopard
----------------------------------+-----------------------------------------
Reporter: ifigueroap@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port: wine-crossover-games
----------------------------------+-----------------------------------------
Comment(by ryandesign@…):
Without -lfreetype I have:
{{{
/usr/bin/gcc-4.2 -m32 -L/opt/local/lib -framework CoreServices -lz
../tools/sfnt2fnt.o -o ../tools/sfnt2fnt
Undefined symbols:
"_FT_Init_FreeType", referenced from:
_main in sfnt2fnt.o
"_FT_New_Face", referenced from:
_main in sfnt2fnt.o
"_FT_Get_Char_Index", referenced from:
_main in sfnt2fnt.o
"_FT_Get_Sfnt_Name", referenced from:
_main in sfnt2fnt.o
"_FT_Get_Sfnt_Name_Count", referenced from:
_main in sfnt2fnt.o
"_FT_Library_Version", referenced from:
_main in sfnt2fnt.o
"_wine_cp_get_table", referenced from:
_main in sfnt2fnt.o
_main in sfnt2fnt.o
"_FT_Get_Sfnt_Table", referenced from:
_main in sfnt2fnt.o
"_FT_Done_Face", referenced from:
_main in sfnt2fnt.o
"_FT_Load_Char", referenced from:
_main in sfnt2fnt.o
_main in sfnt2fnt.o
_main in sfnt2fnt.o
_main in sfnt2fnt.o
"_FT_Get_First_Char", referenced from:
_main in sfnt2fnt.o
"_FT_Set_Pixel_Sizes", referenced from:
_main in sfnt2fnt.o
ld: symbol(s) not found
}}}
With -lfreetype but without -lwine I get:
{{{
/usr/bin/gcc-4.2 -m32 -L/opt/local/lib -framework CoreServices -lfreetype
-lz ../tools/sfnt2fnt.o -o ../tools/sfnt2fnt
Undefined symbols:
"_wine_cp_get_table", referenced from:
_main in sfnt2fnt.o
_main in sfnt2fnt.o
ld: symbol(s) not found
}}}
And with both -lfreetype and -lwine I now see the same configure failure
reported in this ticket, when I have no wine port installed.
I apparently missed that version 8.1.0 is already available. I'll see if
that helps.
--
Ticket URL: <http://trac.macports.org/ticket/22917#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list