I'm using Alan Scott's trick of > cMakeVars = cMakeVars + '-DBUILD_TESTING:BOOL=OFF '
This builds all our packages successfully. Thanks for the help! :-) -- Rich On Nov 28, 2012, at 2:28 PM, Orion Poplawski wrote: > 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 [email protected] > Boulder, CO 80301 http://www.nwra.com -- ✐Richard Cook ✇ Lawrence Livermore National Laboratory Bldg-453 Rm-4024, Mail Stop L-557 7000 East Avenue, Livermore, CA, 94550, USA ☎ (office) (925) 423-9605 ☎ (fax) (925) 423-6961 --- Information Management & Graphics Grp., Services & Development Div., Integrated Computing & Communications Dept. (opinions expressed herein are mine and not those of LLNL) _______________________________________________ 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
