POV-Ray : Newsgroups : povray.programming : err when compiling with icc in windows : err when compiling with icc in windows Server Time
3 Jul 2024 06:48:03 EDT (-0400)
  err when compiling with icc in windows  
From: Jevin
Date: 15 Jan 2004 23:40:01
Message: <web.400766c665023496e6ddb8ee0@news.povray.org>
icl.exe /nologo /D INTELSSE2 /G7 /Zp4 /ML /W3 /GX /Zi /O2 /Ob2 /I
"..\\"
 /I "..\..\source" /I "..\..\source-private" /I "..\..\source\jpeg-6b" /I
"..\..
\source\zlib" /I "..\..\source\lpng121" /I
"..\..\source\tiff-v3.5.7\libtiff" /D
 "NDEBUG" /D "WIN32" /D "_WINDOWS" /D COMMONCTRL_VERSION=0x400 /D
"CLASSLIB_DEFS
_H" /D WINVER=0x0400 /D _WIN32_WINNT=0x0400 /D NOMINMAX /FR".\Release\\"
/Fp".\R
elease\povray.pch" /YX /Fo".\Release\\" /Fd".\Release\\" /FD /TP /Zm200 /c
/Qipo
 ..\pvengine.c
pvengine.c
D:\Program Files\Microsoft SDK\Include\htmlhelp.h(373): error: identifier
"DWORD
_PTR" is undefined
      DWORD_PTR dwData
      ^

D:\Program Files\Microsoft SDK\Include\htmlhelp.h(382): error: identifier
"DWORD
_PTR" is undefined
      DWORD_PTR dwData
      ^

...\pvengine.c(5983): warning #557: pointless comparison of unsigned integer
with
 a negative constant
           for (i = 0 ; key2scroll [i].wVirtkey != -1 ; i++)
                                                ^

compilation aborted for ..\pvengine.c (code 2)
NMAKE : fatal error U1077: 'icl.exe' : return code '0x2'
Stop.



It compiles fine with VC6 and VC6 using icc. But when I try to use just
nmake and the icc makefile I get that error. Any ideas?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.