You can check the arch of the shared libraries and object files you've
built 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.
On Apr 11, 2009, at 12:22 PM, Pierre-Olivier Dallaire wrote:
thanks for your comment Mike / am I missing a flag ???
On 11-Apr-09, at 12:36, Mike Jackson <[email protected]>
wrote:
Looks like the qt libs are not 64 bit.
Sent from my iPod
Mike Jackson
On Apr 11, 2009, at 11:22, Pierre-Olivier Dallaire <[email protected]
> wrote:
Good morning,
I've been trying to compile ParaView with Cocoa 64Bit support over
the last few day using the instructions from
the previous posts in the thread
http://www.paraview.org/pipermail/paraview/2009-March/011281.html
Basically I have :
1) Compiled qt-4.5 using flags -cocoa and -arch x86_64
2) Compiled cmake-2.6.3
3) Downloaded ParaView from CVS and applied patches pv-cocoa.patch
and qt-cocoa.patch
4) In the configuration process, enabled VTK_USE_64BIT_IDS,
BUILD_SHARED_LIBS and PARAVIEW_ENABLE_PYTHON
I have the following errors when compiling :
[ 44%] Built target vtkViewsPython
Linking CXX shared library ../../../../bin/libvtkQtChart.dylib
ld warning: in /opt/qt-4.5.0-64/lib/QtGui.framework/QtGui, file is
not of required architecture
ld warning: in /opt/qt-4.5.0-64/lib/QtSql.framework/QtSql, file is
not of required architecture
ld warning: in /opt/qt-4.5.0-64/lib/QtCore.framework/QtCore, file
is not of required architecture
Undefined symbols:
"QVariant::QVariant(QDate const&)", referenced from:
vtkQtChartAxisDomain::mergeDateRange(QList<QVariant>
const&) in vtkQtChartAxisDomain.o
vtkQtChartAxisDomain::mergeDateRange(QList<QVariant>
const&) in vtkQtChartAxisDomain.o
vtkQtChartSeriesModelRange::computeSeriesRange(int, int)in
vtkQtChartSeriesModelRange.o
...
Any idea or suggestions ?
Best regards,
PO
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview