[Bug 52830] New: DWRITE.DLL cannot be cross-compiled for WIN32 with freetype

WineHQ Bugzilla wine-bugs at winehq.org
Sun Apr 17 15:11:13 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52830

            Bug ID: 52830
           Summary: DWRITE.DLL cannot be cross-compiled for WIN32 with
                    freetype
           Product: Wine
           Version: 7.6
          Hardware: x86-64
                OS: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: dwrite
          Assignee: wine-bugs at winehq.org
          Reporter: svyatpro at gmail.com

DWRITE.DLL cannot be cross-compiled for WIN32 with freetype delay-load
dependency thus fonts are not being rendered on Windows hosts.

Steps I used to enable cross-compilation with freetype:
1. Addad freetype headers into "include" folder
2. Changed in config.h.in:
#define HAVE_FREETYPE 1
#define HAVE_FT2BUILD_H 1
#define SONAME_LIBFREETYPE "freetype.dll"

In order to cross-compile for WIN32 I should use "--without-freetype" key in
configure.

-- 
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.



More information about the wine-bugs mailing list