[vtkusers] VTK and Builder C++
Sérgio Augusto
sergioaugustoav at gmail.com
Wed Nov 25 14:52:01 EST 2009
Hi,
I'm using C++ Builder 2009 from CodeGear RAD Studio. I tried to compile VTK
for using with Builder following this tutorial
http://www.vtk.org/pipermail/vtkusers/2004-April/072970.html but when I'm
executing step 9 I get this error at 88%:
[ 88%] Building CXX object
Infovis/CMakeFiles/vtkInfovis.dir/vtkMultiCorrelativeStatistics.obj
CodeGear C++ 6.10 for Win32 Copyright (c) 1993-2008 CodeGear
C:\VTK\Infovis\vtkMultiCorrelativeStatistics.cxx:
Error E2034 C:\VTK\Infovis\vtkMultiCorrelativeStatistics.cxx 270: Cannot
convert
'std::_Tree<std::_Tset_traits<vtkStdString,std::less<vtkStdString>,std::allocator<vtkStdString>,0>
>::const_iterator' to
'std::_Tree<std::_Tset_traits<vtkStdString,std::less<vtkStdString>,std::allocator<vtkStdString>,0>
>::iterator' in function
vtkMultiCorrelativeStatistics::ExecuteLearn(vtkTable *,vtkDataObject *)
Error E2034 C:\VTK\Infovis\vtkMultiCorrelativeStatistics.cxx 303: Cannot
convert
'std::_Tree<std::_Tset_traits<vtkStdString,std::less<vtkStdString>,std::allocator<vtkStdString>,0>
>::const_iterator' to
'std::_Tree<std::_Tset_traits<vtkStdString,std::less<vtkStdString>,std::allocator<vtkStdString>,0>
>::iterator' in function
vtkMultiCorrelativeStatistics::ExecuteLearn(vtkTable *,vtkDataObject *)
Error E2034 C:\VTK\Infovis\vtkMultiCorrelativeStatistics.cxx 491: Cannot
convert
'std::_Tree<std::_Tset_traits<vtkStdString,std::less<vtkStdString>,std::allocator<vtkStdString>,0>
>::const_iterator' to
'std::_Tree<std::_Tset_traits<vtkStdString,std::less<vtkStdString>,std::allocator<vtkStdString>,0>
>::iterator' in function
vtkMultiCorrelativeStatistics::ExecuteDerive(vtkDataObject *)
*** 3 errors in Compile ***
** error 2 ** deleting
Infovis\CMakeFiles\vtkInfovis.dir\vtkMultiCorrelativeStat
istics.obj
** error 1 ** deleting Infovis\CMakeFiles\vtkInfovis.dir\all
** error 1 ** deleting all
and then the process stops. Does anyone know what's happening?
Thanks.
Sergio Augusto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091125/04740c40/attachment.htm>
More information about the vtkusers
mailing list