On 11/27/2012 06:03 PM, Cook, Rich wrote:
Hello, I'm seeing this in our build.  Am I doing something wrong?  Thanks...

[ 61%] CS Wrapping - generating vtkGLSLShaderDeviceAdapter2ClientServer.cxx
CMakeFiles/vtkIOGeometryCxxTests.dir/TestProStarReader.cxx.o: In function 
`vtkSmartPointer<vtkProStarReader>::New()':
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/Common/Core/vtkSmartPointer.h:113: 
undefined reference to `vtkProStarReader::New()'
CMakeFiles/vtkIOGeometryCxxTests.dir/TestTecplotReader.cxx.o: In function 
`TestTecplotReader(int, char**)':
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx:55:
 undefined reference to `vtkTecplotReader::SetFileName(char const*)'
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx:56:
 undefined reference to `vtkTecplotReader::SetDataArrayStatus(char const*, int)'
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx:84:
 undefined reference to `vtkTecplotReader::SetFileName(char const*)'
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx:85:
 undefined reference to `vtkTecplotReader::SetDataArrayStatus(char const*, int)'
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx:113:
 undefined reference to `vtkTecplotReader::SetFileName(char const*)'
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx:114:
 undefined reference to `vtkTecplotReader::SetDataArrayStatus(char const*, int)'
CMakeFiles/vtkIOGeometryCxxTests.dir/TestTecplotReader.cxx.o: In function 
`vtkSmartPointer<vtkTecplotReader>::New()':
/tmp/dpkg-mkdeb.HiI5M8bAV1/src/ParaView/VTK/Common/Core/vtkSmartPointer.h:113: 
undefined reference to `vtkTecplotReader::New()'
collect2: ld returned 1 exit status
gmake[2]: *** [bin/vtkIOGeometryCxxTests] Error 1
gmake[1]: *** 
[VTK/IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/all] Error 2


http://paraview.org/Bug/view.php?id=13597

Similar workaround to the other response:

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ....


--
Orion Poplawski
Technical Manager                     303-415-9701 x222

NWRA, Boulder Office                  FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com
_______________________________________________
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

Reply via email to