Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, January 2007
Problem compiling Qt 4.2.2 on Windows with Intel compiler ( icl )


Message 1 in thread

I tried to compile Qt 4.2.2 with Intel compiler and I got the following 
error :
--------------------------------:<---------------------------------------

         icl -c -FIqt_gui_pch.h -Yuqt_gui_pch.h 
-Fptmp\obj\debug_shared\QtGuid_pc
h.pch -nologo -Zm200 /Zc:forScope -Zi -MDd -Zi -MDd -W3 /Qwd673 -GR -GX 
-DQT_SHA
RED -DQT_THREAD_SUPPORT -DUNICODE -DQT_LARGEFILE_SUPPORT 
-DQT_EDITION=QT_EDITION
_DESKTOP -DQT_BUILD_GUI_LIB -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST_W
ARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DPNG_NO_ASSEMBLER_CODE 
-DPNG_NO_MMX_CODE
-DQT_RASTER_IMAGEENGINE -DQT_RASTER_PAINTENGINE -DQT_NO_CUPS -DQT_NO_LPR 
-DQT_HA
VE_SSE -DQT_NO_FREETYPE -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC 
-DQ_INTERNAL_QAPP_SRC
  -DQT_DLL -DQT_CORE_LIB -I"E:/intel_devenv/qt/include/QtCore" 
-I"E:/intel_devenv
/qt/include/QtCore" -I"E:/intel_devenv/qt/include" 
-I"E:/intel_devenv/qt/include
/QtGui" -I"tmp" -I"..\3rdparty\wintab" -I"..\3rdparty\libpng" 
-I"..\3rdparty\zli
b" -I"E:/intel_devenv/qt/include/ActiveQt" -I"tmp\moc\debug_shared" 
-I"." -I"..\
..\mkspecs\win32-icc" -Fotmp\obj\debug_shared\ 
@C:\DOCUME~1\DDESMA~1\LOCALS~1\Te
mp\nm2DE.tmp
qdrawhelper_x86.cpp
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 
R2\Include\xmmin
trin.h(332): error: more than one instance of overloaded function 
"_aligned_mall
oc" has "C" linkage
   extern void* __cdecl _mm_malloc(int siz, int al);
                        ^

painting\qdrawhelper_x86.cpp(71): warning #177: function 
"interpolate_pixel_256"
  was declared but never referenced
   static inline m64 interpolate_pixel_256(const m64 &x, const m64 &a, 
const m64
&y, const m64 &b) {
                     ^

painting\qdrawhelper_x86.cpp(84): warning #177: function "_premul" was 
declared
but never referenced
   static inline m64 _premul(m64 x, const m64 &mmx_0x0080) {
                     ^

compilation aborted for painting\qdrawhelper_x86.cpp (code 2)
NMAKE : fatal error U1077: '"C:\Program 
Files\Intel\Compiler\C++\9.1\Ia32\Bin\ic
l.EXE"' : code retour '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
8\VC\BIN\n
make.exe"' : code retour '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : code retour '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : code retour '0x2'

--------------------------------:<---------------------------------------
Any idea ?
David

--
 [ signature omitted ]