-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
4.6.0
-
None
-
QT 4.6 qt-everywhere-commercial-src-4.6.0.tar.gz
Intel C++ 9.1 64bit (GCC3.4.6 backend )
RedHat Enterprise 4 64bit
Configuring works as exprected using:
configure -no-qt3support --prefix=/data/develop/qt/dist/v4/intel64 -platform linux-icc-64
Compilation results in an error while using:
make
and results in the following error:
icpc -c -pch-use .pch/release-static/QtGui.pchi -include kernel/qt_gui_pch.h -wd654,1572 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -D_REENTRANT -I/usr/include/freetype2 -fPIC -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-icc-64 -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-static -I../3rdparty/xorg -I/usr/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-static -I/usr/X11R6/include -I.uic/release-static -o .obj/release-static/qdrawhelper.o painting/qdrawhelper.cpp
icpc: Command line warning: ignoring option '-p'; no argument required
painting/qdrawhelper.cpp(360): error: function "qt_fetchPixel<format>(const uchar=
*, int, const QVector<uint=
{unsigned int}> *) [with format=format]" was referenced but not defined
Q_STATIC_TEMPLATE_FUNCTION uint QT_FASTCALL qt_fetchPixel(const uchar *scanLine, int x, const QVector<QRgb> *rgb);