[vtkusers] VTK Installation Problem

Andy Eow eow at ai.mit.edu
Sun Jan 18 01:03:39 EST 2004


Hi,

I'm trying to install VTK v4.2 and have been facing problem with compiling
vtkDataArraySelection:

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

Any ideas how I can solve this problem?

Thanks!

Cheers,
Andy



----- Original Message ----- 
From: <vtkusers-request at vtk.org>
To: <eow at ai.mit.edu>
Sent: Sunday, January 18, 2004 1:47 PM
Subject: Welcome to the "vtkusers" mailing list


> Welcome to the vtkusers at vtk.org mailing list!
>
> To post to this list, send your email to:
>
>   vtkusers at vtk.org
>
> General information about the mailing list is at:
>
>   http://www.vtk.org/mailman/listinfo/vtkusers
>
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
>
>   http://www.vtk.org/mailman/options/vtkusers/eow%40ai.mit.edu
>
> You can also make such adjustments via email by sending a message to:
>
>   vtkusers-request at vtk.org
>
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
>
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe.  It is:
>
>   modems
>
> If you forget your password, don't worry, you will receive a monthly
> reminder telling you what all your vtk.org mailing list passwords are,
> and how to unsubscribe or change your options.  There is also a button
> on your options page that will email your current password to you.
>
> You may also have your password mailed to you automatically from the
> Web page noted above.
>
>
>





More information about the vtkusers mailing list