Hello, I downloaded the QT 4.4.0-rc1 yesterday (for windows and linux) - the compile on windows was no problem, but on my linux box (based on an old Suse8.1 using gcc 3.2), I got a compile error: g++ -c -pipe -pthread -I/opt/kde3.2.1/include/glib-2.0 -I/opt/kde3.2.1/lib/glib-2.0/include -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_EDITION=QT_EDITION_DESKTOP -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-shared -I/usr/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/X11R6/include -I.uic/release-shared -o .obj/release-shared/qfontengine_ft.o text/qfontengine_ft.cpp In file included from text/qfontengine_ft.cpp:26: text/qfontengine_ft_p.h:58: warning: `struct QFreetypeFace' only defines a private destructor and has no friends text/qfontengine_ft.cpp: In function `HB_Error hb_getSFntTable(void*, unsigned int, HB_Byte*, HB_UInt*)': text/qfontengine_ft.cpp:76: `FT_Load_Sfnt_Table' undeclared (first use this function) text/qfontengine_ft.cpp:76: (Each undeclared identifier is reported only once for each function it appears in.) text/qfontengine_ft.cpp: In member function `bool QFreetypeFace::getSfntTable(unsigned int, uchar*, uint*) const': text/qfontengine_ft.cpp:347: warning: unused parameter `uint tag' text/qfontengine_ft.cpp:347: warning: unused parameter `uchar*buffer' text/qfontengine_ft.cpp:347: warning: unused parameter `uint*length' make[1]: *** [.obj/release-shared/qfontengine_ft.o] Fehler 1 make[1]: Verlassen des Verzeichnisses »/home/gern/qt/qt-x11-commercial-src-4.4.0-rc1/src/gui« make: *** [sub-gui-make_default-ordered] Fehler 2
it seems to me that there should be a check against the version of the freetype-lib included (like it is done in QFreetypeFace::getSfntTable probably this is just missing in function hb_getSFntTable.. Best regards, Thomas -- _____________________________________________________________________________________________ Dr. Thomas Gern in-innovative navigation GmbH Leibnizstr. 11 D-70806 Kornwestheim tel.: +49 (0)7154 807153 | fax: +49 (0)7154 807154 email: [EMAIL PROTECTED] http://www.innovative-navigation.de Geschäftsführer: Dr. Thomas Gern, Dr. Martin Sandler, Dr. Reinhard Zimmermann Kreissparkasse Esslingen Kto.-Nr.: 85 98 655 | BLZ 611 500 20 | SWIFT: ESSL DE 66 | IBAN: DE51 6115 0020 0008 5986 55 Handelsregister: Stuttgart HRB 205770 | Steuer-Nr.71330/00796 | Umsatzsteuer-ID: DE201463746 To unsubscribe - send "unsubscribe" in the subject to [EMAIL PROTECTED]
