<div>Dear Dave and Mathieu:</div>  <div>&nbsp;</div>  <div>Thank you for your help. I don't quite understand what you said below. Here is what I did:</div>  <div>&nbsp;</div>  <div>1) Start Intel C++ IA-32 Command Prompt (v. 10.0.026)</div>  <div>2)&nbsp;Change&nbsp;to the VTK source folder (v. 5.2) within the IC command prompt</div>  <div>3) Run cmake .. (v. 2.6.2) from the IC command&nbsp;prompt. At the end, I saw "Configuring Done, Generating Done, Build files have been written to c:\vtk\vtk"</div>  <div>&nbsp;</div>  <div>I did not see any prompt "to pick a generator (select NMake Makefiles)" and for "Compiler Setup". Did I miss any step here? What to do next? I have VS 2005 installed.</div>  <div>&nbsp;</div>  <div>What is CMAKE_COMPILER_2005 in this statement "IF(CMAKE_COMPILER_2005)"? Do I need to replace it with my Intel compiler name or something else?</div>  <div>&nbsp;</div>  <div>What about vtk support for 64-bit&nbsp;Intel C++? Ultimately I will use the VTK
 with Qt which seems a supported combination. Are there any more hurdles to go thru if want Qt, IC and VTK all in 64-bit?</div>  <div>&nbsp;</div>  <div>Thank you.</div>  <div>Jim</div>  <div>&nbsp;</div>  <div><BR><B><I>Mathieu Malaterre &lt;mathieu.malaterre@gmail.com&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Oh ok. So you could maybe fix<BR>VTK/CMake/vtkDetermineCompilerFlags.cmake to accomodate for intel<BR>compiler:<BR><BR>...<BR>IF(CMAKE_COMPILER_2005)<BR>ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE)<BR>ADD_DEFINITIONS(-D_SCL_SECURE_NO_DEPRECATE)<BR>ENDIF(CMAKE_COMPILER_2005)<BR>...<BR><BR>This should get you rid of tons of warnings.<BR><BR>Thanks,<BR><BR>On Tue, Jan 13, 2009 at 5:38 PM, Dave Partyka <DAVE.PARTYKA@KITWARE.COM>wrote:<BR>&gt; Yeah thats how the Intel compiler works (at least on Windows). It requires<BR>&gt; either Visual Studio or the Windows
 SDK and sets itself up to act as a<BR>&gt; replacement for the compiler executable "cl.exe" and then makes use of all<BR>&gt; of the MS headerfiles and probably the libraries too.<BR>&gt;<BR>&gt; On Tue, Jan 13, 2009 at 11:14 AM, Mathieu Malaterre<BR>&gt; <MATHIEU.MALATERRE@GMAIL.COM>wrote:<BR>&gt;&gt;<BR>&gt;&gt; Dave,<BR>&gt;&gt;<BR>&gt;&gt; This line looks suspicious:<BR>&gt;&gt;<BR>&gt;&gt; ...<BR>&gt;&gt; C:\Kitware\VTK\Utilities\kwsys\ProcessFwd9x.c(91): warning #1786:<BR>&gt;&gt; function "sscanf" (declared at line 324 of "C:\Program Files<BR>&gt;&gt; (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h") was declared<BR>&gt;&gt; "deprecated ("This function or variable may be unsafe. Consider using<BR>&gt;&gt; sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.<BR>&gt;&gt; See online help for details.") "<BR>&gt;&gt; ...<BR>&gt;&gt;<BR>&gt;&gt; why would intel compiler use M$ stdio.h file ? Did you set INCLUDE env<BR>&gt;&gt; var to M$ stuff on
 purpose ?<BR>&gt;&gt;<BR>&gt;&gt; Thanks<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; On Tue, Jan 13, 2009 at 4:26 PM, Dave Partyka <DAVE.PARTYKA@KITWARE.COM><BR>&gt;&gt; wrote:<BR>&gt;&gt; &gt; Hi Jim,<BR>&gt;&gt; &gt; Here is the dashboard I ran last night building VTK with nmake (using<BR>&gt;&gt; &gt; the<BR>&gt;&gt; &gt; Intel Compiler). It has plenty of warnings but does build successfully.<BR>&gt;&gt; &gt; http://www.cdash.org/CDash/buildSummary.php?buildid=249449<BR>&gt;&gt; &gt; To do this you run cmake from the intel command prompt. From there when<BR>&gt;&gt; &gt; you're prompted to pick a generator select NMake Makefiles and then<BR>&gt;&gt; &gt; select<BR>&gt;&gt; &gt; "Compiler Setup". In there set C and C++ compilers to point to the<BR>&gt;&gt; &gt; location<BR>&gt;&gt; &gt; of icl.exe. You can also use the visual studio IDE, in which you just<BR>&gt;&gt; &gt; hit<BR>&gt;&gt; &gt; the Intel C++ button on the toolbar.<BR>&gt;&gt; &gt; On Mon, Jan 12, 2009 at 4:16 PM,
 Dave Partyka <DAVE.PARTYKA@KITWARE.COM><BR>&gt;&gt; &gt; wrote:<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; Hi Jim,<BR>&gt;&gt; &gt;&gt; I have recently been experimenting with building VTK with the latest<BR>&gt;&gt; &gt;&gt; Intel<BR>&gt;&gt; &gt;&gt; C++ compiler. I will run an experimental dashboard tonight and send you<BR>&gt;&gt; &gt;&gt; a<BR>&gt;&gt; &gt;&gt; link to it. As I recall it had a ton of warnings in it that needed to<BR>&gt;&gt; &gt;&gt; be<BR>&gt;&gt; &gt;&gt; cleaned up. I wouldn't be surprised that in the near future we'll have<BR>&gt;&gt; &gt;&gt; a<BR>&gt;&gt; &gt;&gt; regular nightly dashboard using that compiler.<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; On Mon, Jan 12, 2009 at 3:51 PM, Jim <JIKSED@YAHOO.COM>wrote:<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; Dear vtkusers,<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; Will VTK + Qt + Intel C++ a good combination for numerical modeling<BR>&gt;&gt; &gt;&gt;&gt; and<BR>&gt;&gt; &gt;&gt;&gt;
 data visualizaton on Win32 and Win64? I don't see any testing data on<BR>&gt;&gt; &gt;&gt;&gt; VTK<BR>&gt;&gt; &gt;&gt;&gt; Quality Dashboard.<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; Thank you.<BR>&gt;&gt; &gt;&gt;&gt; Jim<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; _______________________________________________<BR>&gt;&gt; &gt;&gt;&gt; This is the private VTK discussion list.<BR>&gt;&gt; &gt;&gt;&gt; Please keep messages on-topic. Check the FAQ at:<BR>&gt;&gt; &gt;&gt;&gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt;&gt; &gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<BR>&gt;&gt; &gt;&gt;&gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; _______________________________________________<BR>&gt;&gt; &gt; This is the private VTK discussion list.<BR>&gt;&gt; &gt; Please keep messages on-topic. Check the FAQ at:<BR>&gt;&gt; &gt;
 http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt;&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; --<BR>&gt;&gt; Mathieu<BR>&gt;<BR>&gt;<BR><BR><BR><BR>-- <BR>Mathieu<BR></BLOCKQUOTE><BR><p>&#32;