http://bugs.winehq.org/show_bug.cgi?id=17024
Summary: wine 1.0.1 problem with freetype 2.3.8: 'FT_MulFix' undeclared here (not in a function) Product: Wine Version: 1.0.1 Platform: Macintosh URL: http://trac.macports.org/ticket/18087 OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine-2009@ryandesign.com
Created an attachment (id=18822) --> (http://bugs.winehq.org/attachment.cgi?id=18822) all the errors
Trying to build wine 1.0.1 on Mac OS X 10.5.6 with Xcode 3.1.1 and MacPorts 1.7.0, I get this:
freetype.c:166: error: 'FT_MulFix' undeclared here (not in a function)
And then a bunch of subsequent errors relating to that. This seems to be new as of freetype 2.3.8.
wine 1.1.13 works fine. It seems to include different code in freetype.c. Where 1.0.1 just says:
MAKE_FUNCPTR(FT_MulFix);
1.1.13 says:
#ifdef FT_MULFIX_INLINED #define pFT_MulFix FT_MULFIX_INLINED #else MAKE_FUNCPTR(FT_MulFix); #endif
http://bugs.winehq.org/show_bug.cgi?id=17024
--- Comment #1 from Austin English austinenglish@gmail.com 2009-01-19 13:27:18 --- Test in 1.1.13.
http://bugs.winehq.org/show_bug.cgi?id=17024
--- Comment #2 from wine-2009@ryandesign.com 2009-01-19 17:12:31 --- wine 1.1.13 works fine, so maybe you can backport that fix to the 1.0 branch, unless you're releasing 1.2 soon.
http://bugs.winehq.org/show_bug.cgi?id=17024
--- Comment #3 from wine-2009@ryandesign.com 2009-01-22 01:47:56 --- It looks like this may be the fix:
http://www.nabble.com/-PATCH--Adjust-FT_MulFix-function-to-Freetype-cvs-head...
http://bugs.winehq.org/show_bug.cgi?id=17024
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Austin English austinenglish@gmail.com 2009-01-22 08:06:38 --- Invalid then, bug's already fixed.
There's not a 1.0.1 planned, wait for 1.2, use development branch, or patch manually.
http://bugs.winehq.org/show_bug.cgi?id=17024
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2009-01-22 08:09:11 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=17024
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |x86
http://bugs.winehq.org/show_bug.cgi?id=17024
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X