[vtkusers] (no subject)

alletto at dei.unipd.it alletto at dei.unipd.it
Thu Sep 9 06:18:53 EDT 2004


Hi,
    After I crossed many problems about CMake it's finally running, but when I 
compile vtk libraries the errors shown below appear on screen...

Building object file vtkDataArraySelection.o...
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:36: error: syntax
   error before `<' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:37: error: syntax
   error before `<' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In constructor `
   vtkDataArraySelection::vtkDataArraySelection()':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:42: error: invalid
   use of undefined type `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:31: error: forward
   declaration of `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:43: error: invalid
   use of undefined type `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:32: error: forward
   declaration of `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In destructor `
   virtual vtkDataArraySelection::~vtkDataArraySelection()':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:49: warning: possible
   problem detected in invocation of delete operator:
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:49: warning: invalid
   use of undefined type `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:32: warning: forward
   declaration of `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:49: note: neither
   the destructor nor the class-specific operator delete will be called, even
   if they are declared when the class is defined.
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:50: warning: possible
   problem detected in invocation of delete operator:
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:50: warning: invalid
   use of undefined type `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:31: warning: forward
   declaration of `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:50: note: neither
   the destructor nor the class-specific operator delete will be called, even
   if they are declared when the class is defined.
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::EnableArray(const char*)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:63: error: `::vector
   ' undeclared (first use here)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:63: error: `::string
   ' undeclared (first use here)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:63: error: `::
   iterator' undeclared (first use here)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:63: error: syntax
   error before `=' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:65: error: `i'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:65: error: (Each
   undeclared identifier is reported only once for each function it appears
   in.)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:65: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:67: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:76: error: `
   push_back' undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::DisableArray(const char*)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:85: error: syntax
   error before `=' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:87: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:89: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:98: error: `
   push_back' undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `int vtkDataArraySelection::ArrayIsEnabled(const char*)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:108: error: syntax
   error before `=' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:110: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:112: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `int vtkDataArraySelection::ArrayExists(const char*)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:123: error: syntax
   error before `=' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:125: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::EnableAllArrays()':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:132: error: syntax
   error before `>' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:133: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::DisableAllArrays()':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:151: error: syntax
   error before `>' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:152: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `int vtkDataArraySelection::GetNumberOfArrays()':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:169: error: `size'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `const char* vtkDataArraySelection::GetArrayName(int)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:175: error: syntax
   error before `=' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:176: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:176: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `int vtkDataArraySelection::GetArraySetting(int)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:186: error: syntax
   error before `>' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:187: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:187: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::RemoveAllArrays()':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:199: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:200: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:200: error: `erase'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `int vtkDataArraySelection::AddArray(const char*)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:217: error: `
   push_back' undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::SetArrays(const char* const*, int)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:231: error: invalid
   use of undefined type `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:31: error: forward
   declaration of `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:233: error: invalid
   use of undefined type `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:32: error: forward
   declaration of `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:235: error: `reserve
   ' undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:243: error: `
   push_back' undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:247: error: syntax
   error before `=' token
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:251: error: `it'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:251: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:253: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:259: warning: 
possible
   problem detected in invocation of delete operator:
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:259: warning: invalid
   use of undefined type `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:31: warning: forward
   declaration of `class vtkDataArraySelectionArrayNamesType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:259: note: neither
   the destructor nor the class-specific operator delete will be called, even
   if they are declared when the class is defined.
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:260: warning: 
possible
   problem detected in invocation of delete operator:
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:260: warning: invalid
   use of undefined type `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.h:32: warning: forward
   declaration of `class vtkDataArraySelectionArraySettingsType'
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:260: note: neither
   the destructor nor the class-specific operator delete will be called, even
   if they are declared when the class is defined.
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx: In member function
   `void vtkDataArraySelection::CopySelections(vtkDataArraySelection*)':
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:274: error: `begin'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:276: error: `end'
   undeclared (first use this function)
/home/brusco/librerie/VTK/Common/vtkDataArraySelection.cxx:276: error: `insert'
   undeclared (first use this function)
make[1]: *** [vtkDataArraySelection.o] Error 1
make: *** [default_target] Error 2

Does someone know what's wrong?

Thank you in advance.

Michele Alletto




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



More information about the vtkusers mailing list