[Bug 17024] New: wine 1.0.1 problem with freetype 2.3.8: 'FT_MulFix' undeclared here (not in a function)
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(a)winehq.org ReportedBy: wine-2009(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-01-19 13:27:18 --- Test in 1.1.13. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 --- Comment #2 from wine-2009(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 --- Comment #3 from wine-2009(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-01-22 08:09:11 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |x86 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17024 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org