Hey Thorsten, What platform are you trying to build on, and what version of CMake are you using? What types of non-default options are you tuning on (with cmake) for the build?
Sorry I can't answer your question myself, but these types of details can help others narrow down what problems you may be encountering. Thanks, -Eric ------------------------------------------------------ Eric E Monson Duke Visualization Technology Group On Feb 23, 2010, at 10:48 AM, Thorsten Hater wrote: > Hello, > > when I try to compile the CVS version - or some other - from source, > I get the following rather cryptic error. Google didn't turn up > anything useful apart from an unrelated error due to long long and iostream. > Has somebody an idea or encountered a similar problem? > > [...] > [ 36%] Building CXX object > Utilities/VTKClientServer/Common/CMakeFiles/vtkCommonCS.dir/vtkCharArrayClientServer.cxx.o > In file included from > /dir/ParaView3/VTK/Common/vtkArrayIteratorTemplateImplicit.txx:24, > from /dir/ParaView3/VTK/Common/vtkArrayIteratorTemplate.h:112, > from /dir/ParaView3/VTK/Common/vtkDataArrayTemplate.txx:21, > from > /dir/ParaView3/VTK/Common/vtkDataArrayTemplateImplicit.txx:24, > from /dir/ParaView3/VTK/Common/vtkDataArrayTemplate.h:288, > from /dir/ParaView3/VTK/Common/vtkCharArray.h:31, > from > /dir/ParaView3/build/Utilities/VTKClientServer/Common/vtkCharArrayClientServer.cxx:8: > /dir/ParaView3/VTK/Common/vtkArrayIteratorTemplate.txx: In member function > »void vtkArrayIteratorTemplate<T>::PrintSelf(std::ostream&, vtkIndent)«: > /dir/ParaView3/VTK/Common/vtkArrayIteratorTemplate.txx:126: Error: ambiguous > overload for »operator<<« in »(os << indent) << "Array: "« > /dir/ParaView3/VTK/Common/vtkVariant.h:353: Anmerkung: Kandidaten sind: > std::ostream& operator<<(std::ostream&, const vtkVariant&) > /dir/ParaView3/VTK/Common/vtkStdString.h:28: Anmerkung: > std::ostream& operator<<(std::ostream&, const vtkStdString&) > /dir/ParaView3/VTK/Common/vtkArrayIteratorTemplate.txx:129: Error: ambiguous > overload for »operator<<« in »os << "\012"« > /dir/ParaView3/VTK/Common/vtkVariant.h:353: Anmerkung: Kandidaten sind: > std::ostream& operator<<(std::ostream&, const vtkVariant&) > /dir/ParaView3/VTK/Common/vtkStdString.h:28: Anmerkung: > std::ostream& operator<<(std::ostream&, const vtkStdString&) > /dir/ParaView3/VTK/Common/vtkArrayIteratorTemplate.txx:134: Error: ambiguous > overload for »operator<<« in »os << "(none)"« > /dir/ParaView3/VTK/Common/vtkVariant.h:353: Anmerkung: Kandidaten sind: > std::ostream& operator<<(std::ostream&, const vtkVariant&) > /dir/ParaView3/VTK/Common/vtkStdString.h:28: Anmerkung: > std::ostream& operator<<(std::ostream&, const vtkStdString&) > make[2]: *** > [Utilities/VTKClientServer/Common/CMakeFiles/vtkCommonCS.dir/vtkCharArrayClientServer.cxx.o] > Error 1 > make[1]: *** > [Utilities/VTKClientServer/Common/CMakeFiles/vtkCommonCS.dir/all] Error 2 > make: *** [all] Error 2 > > -- > Thorsten Hater > Institut fuer Theoretische Physik I > Ruhr-Universitaet Bochum > E-Mail: [email protected] > Tel.: 0234/32-23-441 > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
