aaaarrrgh.. I spoke too soon.. Later in the compile:<br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">/work1/rhand/Eagle/ParaView3/Utilities/Xdmf2/vtk/vtkXdmfWriter.cxx(831): error: more than one instance of overloaded function "XdmfArray::SetValue" matches the argument list:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfUInt8={unsigned char})"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfUInt16={unsigned short})"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfUInt32={unsigned int})"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfInt8={char})"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfInt16={short})"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfInt32={int})"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfInt64={long})"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfFloat32={float})"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> function "XdmfArray::SetValue(XdmfInt64={long}, XdmfFloat64={double})"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> argument types are: (vtkIdType, long long)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> object type is: XdmfArray</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> Data.SetValue(jj, val);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> ^</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> detected during instantiation of "vtkIdType={long long} vtkXdmfWriterWriteXMLScalar(vtkXdmfWriter *, std::ostream &, AType *, vtkDataSet *, int *, const char *, const char *, const char *, const char *, NType, int, int, int *, int) [with AType=vtkIdTypeArray, NType=long long]"</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/work1/rhand/Eagle/ParaView3/Utilities/Xdmf2/vtk/vtkXdmfWriter.cxx(842): error: no instance of overloaded function "XdmfArray::SetValues" matches the argument list</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> argument types are: (int, vtkIdType *, long long)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> object type is: XdmfArray</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> Data.SetValues(0, array->GetPointer(0), array->GetNumberOfTuples() * array->GetNumberOfComponents());</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> ^</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> detected during instantiation of "vtkIdType={long long} vtkXdmfWriterWriteXMLScalar(vtkXdmfWriter *, std::ostream &, AType *, vtkDataSet *, int *, const char *, const char *, const char *, const char *, NType, int, int, int *, int) [with AType=vtkIdTypeArray, NType=long long]"</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">compilation aborted for /work1/rhand/Eagle/ParaView3/Utilities/Xdmf2/vtk/vtkXdmfWriter.cxx (code 2)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">gmake[2]: *** [Utilities/Xdmf2/vtk/CMakeFiles/vtkXdmf.dir/vtkXdmfWriter.o] Error 2</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">gmake[1]: *** [Utilities/Xdmf2/vtk/CMakeFiles/vtkXdmf.dir/all] Error 2</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">gmake: *** [all] Error 2</span><br style="font-family: courier new,monospace;"><br></div><br>Anything special about 'long long' ?<br><br><div class="gmail_quote">On Fri, Jun 13, 2008 at 10:15 AM, Randall Hand <<a href="mailto:randall.hand@gmail.com">randall.hand@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ok, for anyone watching this thread, I wanted to post an update. <br><br>The first problem (about _SC_GR0_OFFSET) was solved by switching from the icc 9.1.042 compilers to anything newer, in my case <a href="http://9.1.049." target="_blank">9.1.049.</a> This, however, created another problem later in the compile where the libxml2 headers were all missing.<br>
<br>After alot of digging & help from the Kitware B-Trio (Bill, Berk, and Brad), I got past that by recompiling CMake for the ia64 architecture (with icc). It seems the x86 compile doesn't entirely work on ia64 systems. It works enough to confuse you, but not enough to actually complete the compile. As of this writing, I'm 15% through compiling paraview and it's working fine so far.<br>
<br><br><div class="gmail_quote">On Tue, Jun 10, 2008 at 8:53 AM, Berk Geveci <<a href="mailto:berk.geveci@kitware.com" target="_blank">berk.geveci@kitware.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wonder if somehow a #define is screwing up symbols... Maybe you<br>
could run the prepocessor and see if its output has anything unusual?<br>
<font color="#888888"><br>
-berk<br>
</font><div><div></div><div><br>
<br>
On Tue, Jun 10, 2008 at 9:46 AM, Randall Hand <<a href="mailto:randall.hand@gmail.com" target="_blank">randall.hand@gmail.com</a>> wrote:<br>
> It's the 3.2.1 ParaView from CVS a while back, with CMake <a href="http://2.4.8." target="_blank">2.4.8.</a><br>
><br>
> On Mon, Jun 9, 2008 at 8:09 PM, Berk Geveci <<a href="mailto:berk.geveci@kitware.com" target="_blank">berk.geveci@kitware.com</a>> wrote:<br>
>><br>
>> This happens only with ParaView? Only with cvs ParaView?<br>
>><br>
>> -ber<br>
>><br>
>> On Mon, Jun 9, 2008 at 4:04 PM, Randall Hand <<a href="mailto:randall.hand@gmail.com" target="_blank">randall.hand@gmail.com</a>><br>
>> wrote:<br>
>> > Right now, my compiles are failing like so:<br>
>> ><br>
>> > eagle-0:/work1/rhand/Eagle/PV-build/ gmake<br>
>> > [ -3%] Building CXX object<br>
>> > VTK/Utilities/kwsys/CMakeFiles/vtksys.dir/SystemTools.o<br>
>> > /usr/include/sys/ucontext.h(52): error: expected a ")"<br>
>> > unsigned long _pad[_SC_GR0_OFFSET/8];<br>
>> > ^<br>
>> ><br>
>> > compilation aborted for<br>
>> > /work1/rhand/Eagle/ParaView3/VTK/Utilities/kwsys/SystemTools.cxx (code<br>
>> > 2)<br>
>> > gmake[2]: *** [VTK/Utilities/kwsys/CMakeFiles/vtksys.dir/SystemTools.o]<br>
>> > Error 2<br>
>> > gmake[1]: *** [VTK/Utilities/kwsys/CMakeFiles/vtksys.dir/all] Error 2<br>
>> > gmake: *** [all] Error 2<br>
>> ><br>
>> > (yes, i know it shows a Negative progress, no I have no idea why). I'm<br>
>> > compiling with icc/icpc and linking against Mesa (with the<br>
>> > linux-ia64-icc<br>
>> > config). Any ideas what's going on here?<br>
>> > --<br>
>> > ----------------------------------------<br>
>> > Randall Hand<br>
>> > Visualization Scientist<br>
>> > ERDC MSRC-ITL<br>
>> > _______________________________________________<br>
>> > ParaView mailing list<br>
>> > <a href="mailto:ParaView@paraview.org" target="_blank">ParaView@paraview.org</a><br>
>> > <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
>> ><br>
>> ><br>
><br>
><br>
><br>
> --<br>
> ----------------------------------------<br>
> Randall Hand<br>
> Visualization Scientist<br>
> ERDC MSRC-ITL<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL
</blockquote></div><br><br clear="all"><br>-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL