<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Alan,<br>
<br>
That is a bug (more below). Try something like the following:<br>
<br>
-DEXTRA_INTEL_INCLUDES=/opt/intel/Compiler/11.1/038/include/intel64/<br>
<br>
Cmake doesn't add this path, which contains among others, intel
xmm intrinsics. Eigen will not compile without it. I'm sure I can
resolve this one way or the other. It may be an omission in cmake
itself, I've just posted a question on the cmake list. Let's wait
to hear back before deciding what to do about this. I filed a bug
report <a class="moz-txt-link-freetext" href="http://paraview.org/Bug/view.php?id=13467">http://paraview.org/Bug/view.php?id=13467</a> and will follow
up as soon as we hear back.<br>
<br>
Burlen<br>
<br>
On 9/21/2012 4:10 PM, Scott, W Alan wrote:<br>
</div>
<blockquote
cite="mid:9047EE0D4D3C8E43B93980DA10A073807C172B80@EXMB04.srn.sandia.gov"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>I am trying to build master on a machine that uses an
intel compiler. I am now getting the following error:</div>
<div> </div>
<div>CMake Error at
Plugins/SciberQuestToolKit/EigenConfig.cmake:34 (message):</div>
<div> SQTK Set EXTRA_INTEL_INCLUDES to the path to the intel
compiler.</div>
<div> </div>
<div>I believe that this error is coming from here:</div>
<div>./EigenConfig.cmake: set(EXTRA_INTEL_INCLUDES</div>
<div>./EigenConfig.cmake:mark_as_advanced(EXTRA_INTEL_INCLUDES)</div>
<div>./EigenConfig.cmake: if (NOT EXISTS
${EXTRA_INTEL_INCLUDES})</div>
<div>./EigenConfig.cmake: "SQTK Set EXTRA_INTEL_INCLUDES
to the path to the intel compiler.")</div>
<div>./EigenConfig.cmake:
include_directories(${EXTRA_INTEL_INCLUDES})</div>
<div> </div>
<div>What should this be set to, why should it be specifically
set, and is it a bug (and should I write up a bug report)?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Alan</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Paraview-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a>
</pre>
</blockquote>
<br>
</body>
</html>