[vtkusers] how to Compile vtk4.2 on IRIX64 ?
qing-hu.liao at polymtl.ca
qing-hu.liao at polymtl.ca
Tue May 27 14:57:07 EDT 2003
hi, please help me,
I use the cmake1.6.7 and try to use the cc/CC compiler on the IRIX64 platform. and with the "-LANG:std" , the error begin at vtkDataArraySelection.h.
the following is the error message,
//=================================================================
.
.
.
cc-3345 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 28
"vector" is not a template.
class vtkDataArraySelectionArrayNamesType: public vtkstd::vector<vtkstd::string> {};
^
cc-1255 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 28
The global scope has no "string".
class vtkDataArraySelectionArrayNamesType: public vtkstd::vector<vtkstd::string> {};
^
cc-1235 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 28
The indicated variable is not a class or structure name.
class vtkDataArraySelectionArrayNamesType: public vtkstd::vector<vtkstd::string> {};
^
cc-3345 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 29
"vector" is not a template.
class vtkDataArraySelectionArraySettingsType: public vtkstd::vector<int> {};
^
cc-1235 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 29
The indicated variable is not a class or structure name.
class vtkDataArraySelectionArraySettingsType: public vtkstd::vector<int> {};
^
cc-1255 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 56
The global scope has no "vector".
vtkstd::vector<vtkstd::string>::iterator i =
^
cc-1255 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 56
The global scope has no "string".
vtkstd::vector<vtkstd::string>::iterator i =
^
cc-1255 cc: ERROR File = /usagers/qilia/software/vtk/Common/vtkDataArraySelection.cxx, Line = 56
The global scope has no "iterator".
vtkstd::vector<vtkstd::string>::iterator i =
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030527/36886530/attachment.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CMakeCache.txt
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030527/36886530/attachment.txt>
More information about the vtkusers
mailing list