[Bug 46296] Wine 4.0-rc1 does not compile with fontconfig 2.6.0 or 2.8.0

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 25 01:36:13 CST 2018


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

--- Comment #9 from Zhenya <Zenitur at yandex.ru> ---
Confirm, it's building now.
P.S. Can you help me to re-enable Fontconfig support for Qt5? In the version
5.2 it was worked for CentOS 5 and Fontconfig 2.4, but in the version 5.3 I
have got:

fontdatabases/fontconfig/qfontconfigdatabase.cpp: In function ‘int
weightFromFcWeight(int)’:
fontdatabases/fontconfig/qfontconfigdatabase.cpp:85:26: error:
‘FC_WEIGHT_ULTRABLACK’ was not declared in this scope
     else if (fcweight <= FC_WEIGHT_ULTRABLACK)
                          ^

The solution is set -no-fontconfig in configure. Developers said "update in to
2.5 or newer" there:
https://www.mail-archive.com/[email protected]/msg13264.html Maybe I can
add some %ifndef instead of doing that?

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