[Paraview] ParaView3 64Bit Experiment
Pierre-Olivier Dallaire
pierre-olivier.dallaire at videotron.ca
Sat Apr 11 11:22:48 EDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090411/0d2ab1a1/attachment.htm>
More information about the ParaView
mailing list