<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You can check the arch of the shared libraries and object files you've built &nbsp;using the 'file' comand. It may be paraview that's being built as i386. Did you set CMAKE_OSX_ARCHITECTURES to x86_64? I'm guessing you will also need to built python as 64 bit if you enable it.&nbsp;<br><div><div>On Apr 11, 2009, at 12:22 PM, Pierre-Olivier Dallaire wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div bgcolor="#FFFFFF"><div>thanks for your comment Mike / am I missing a flag ???<br><br>On 11-Apr-09, at 12:36, Mike Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><div>Looks like the qt libs are not 64 bit.<br><br>Sent from my iPod</div><div>Mike Jackson&nbsp;</div><div><br>On Apr 11, 2009, at 11:22, Pierre-Olivier Dallaire &lt;<a href="mailto:pierre-olivier.dallaire@videotron.ca"></a><a href="mailto:pierre-olivier.dallaire@videotron.ca">pierre-olivier.dallaire@videotron.ca</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>Good morning,<div><br></div><div>I've been trying to compile ParaView with Cocoa 64Bit support over the last few day using the instructions from&nbsp;</div><div>the previous posts in the thread&nbsp;<a href="http://www.paraview.org/pipermail/paraview/2009-March/011281.html"></a><a href="http://www.paraview.org/pipermail/paraview/2009-March/011281.html"></a><a href="http://www.paraview.org/pipermail/paraview/2009-March/011281.html">http://www.paraview.org/pipermail/paraview/2009-March/011281.html</a></div><div><br></div><div>Basically I have :</div><div><br></div><div>1) Compiled qt-4.5 using flags -cocoa and -arch x86_64</div><div>2) Compiled cmake-2.6.3</div><div>3) Downloaded ParaView from CVS and applied patches&nbsp;<span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">pv-cocoa.patch and&nbsp;qt-cocoa.patch</span></div><div><font class="Apple-style-span" face="'Lucida Grande'">4) In the configuration process, enabled&nbsp;<span class="Apple-style-span" style="font-family: Helvetica; ">VTK_USE_64BIT_IDS,&nbsp;BUILD_SHARED_LIBS and&nbsp;PARAVIEW_ENABLE_PYTHON</span></font></div><div><br></div><div>I have the following errors when compiling :</div><div><br></div><div><div>[ 44%] Built target vtkViewsPython</div><div>Linking CXX shared library ../../../../bin/libvtkQtChart.dylib</div><div>ld warning: in /opt/qt-4.5.0-64/lib/QtGui.framework/QtGui, file is not of required architecture</div><div>ld warning: in /opt/qt-4.5.0-64/lib/QtSql.framework/QtSql, file is not of required architecture</div><div>ld warning: in /opt/qt-4.5.0-64/lib/QtCore.framework/QtCore, file is not of required architecture</div><div>Undefined symbols:</div><div>&nbsp;&nbsp;"QVariant::QVariant(QDate const&amp;)", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;vtkQtChartAxisDomain::mergeDateRange(QList&lt;QVariant> const&amp;) &nbsp; in vtkQtChartAxisDomain.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;vtkQtChartAxisDomain::mergeDateRange(QList&lt;QVariant> const&amp;) &nbsp; in vtkQtChartAxisDomain.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;vtkQtChartSeriesModelRange::computeSeriesRange(int, int)in vtkQtChartSeriesModelRange.o</div><div>...</div><div><br></div><div>Any idea or suggestions ?</div><div><br></div><div>Best regards,</div><div><br></div><div>PO</div></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Powered by <a href="http://www.kitware.com"></a><a href="http://www.kitware.com"></a><a href="http://www.kitware.com">www.kitware.com</a></span><br><span></span><br><span>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html"></a><a href="http://www.kitware.com/opensource/opensource.html"></a><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a></span><br><span></span><br><span>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView"></a><a href="http://paraview.org/Wiki/ParaView"></a><a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a></span><br><span></span><br><span>Follow this link to subscribe/unsubscribe:</span><br><span><a href="http://www.paraview.org/mailman/listinfo/paraview"></a><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a></span><br></div></blockquote></div></blockquote></div>_______________________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br></body></html>