Usual behavior and intended. :-)<br><br><div><span class="gmail_quote">On 8/6/07, <b class="gmail_sendername">Martin Baumann</b> <<a href="mailto:mailsgetlost@web.de">mailsgetlost@web.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I just recognized, that after compiling vtk-5.0.2 or vtk-5.0.3 with the<br>shared library<br>option and without the use of rpath, some of the tests that are run<br>using 'make test' fail:<br><br>The following tests FAILED:
<br> 2 - ObjectFactory (Failed)<br> 3 - otherArrays (Failed)<br> 4 - otherEmptyCell (Failed)<br> 5 - otherRectilinearGrid (Failed)<br> 6 - otherCellBoundaries (Failed)<br> 7 - otherCellPosition (Failed)
<br> 8 - otherStructuredGrid (Failed)<br> 9 - otherTimerLog (Failed)<br> 10 - otherLookupTable (Failed)<br> 11 - otherByteSwap (Failed)<br> 12 - otherCellArray (Failed)<br> 13 - otherStringArray (Failed)
<br> 14 - otherCellTypes (Failed)<br> 15 - otherFieldData (Failed)<br> 16 - quadraticEvaluation (Failed)<br> 17 - TestAmoebaMinimizer (Failed)<br> 18 - TestGarbageCollector (Failed)
<br> 19 - TestImageIterator (Failed)<br> 20 - TestDirectory (Failed)<br> 21 - TestSmartPointer (Failed)<br> 22 - SystemInformation (Failed)<br> 23 - TestCxxFeatures (Failed)<br> 24 - TestInstantiator (Failed)
<br> 26 - quadCellConsistency (Failed)<br> 27 - otherColorTransferFunction (Failed)<br> 29 - Mace (Failed)<br> 30 - expCos (Failed)<br> 31 - BoxClipTriangulate (Failed)<br> 32 - CellLocator (Failed)
<br> 33 - PointLocator (Failed)<br> 34 - FrustumClip (Failed)<br> 35 - RGrid (Failed)<br> 36 - TestSortDataArray (Failed)<br> 38 - otherCreation (Failed)<br> 42 - otherCoordinate (Failed)
<br> 43 - LoadOpenGLExtension (Failed)<br> 44 - TestOrderedTriangulator (Failed)<br> 48 - BoxWidget (Failed)<br> 49 - TestImplicitPlaneWidget (Failed)<br> 50 - TestOrientationMarkerWidget (Failed)
<br>Errors while running CTest<br><br>In my case this happened because some of the vtk library-files, for instance<br>libvtkCommon.so.5.0 couldn't be found. After adding VTK-Path/bin to the<br>LD_LIBRARY_PATH<br> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:VTK-Path/bin
<br>all tests confirmed.<br><br>Is this a bug or is this a usual behaviour and intended?<br><br>Best regards,<br>M.B.<br><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at:
<a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br></blockquote></div><br>