cartr / homebrew-qt4

Homebrew tap for Qt4 and dependent formulae on Sierra
BSD 2-Clause "Simplified" License
105 stars 42 forks source link

qt@4 build fails on High Sierra #53

Closed jdknox closed 6 years ago

jdknox commented 6 years ago

OS: 10.13.4 Clang: Apple LLVM version 9.1.0 (clang-902.0.39.2)

I get the following error when trying to brew install cartr/qt4/qt@4:

text/qfontengine_coretext.mm:889:20: error: qualified reference to 'QFixed' is a constructor name rather than a type in this context return QFixed::QFixed(int(CTFontGetUnitsPerEm(ctfont))); ^ QT has some info here that I used to create a patch. (Note: the above link is wrt Qt 5, but the patch was made from the cartr/qt4/qt@4 formula.)

qt4_high_sierra_patch.txt