[vtk-developers] Still looking for "old" VTK libraries (like vtkHybrid)

David Cole david.cole at kitware.com
Wed May 2 21:23:22 EDT 2012


On Wed, May 2, 2012 at 5:52 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> vtk6 should not be trying to link to Common or Hybrid.
>
> They do not exist in vtk6.
>
> Something else is going on...
>
> On Wed, May 2, 2012 at 5:48 PM, David Doria <daviddoria at gmail.com> wrote:
>>> VTK_LIBRARIES should be enough.
>>
>> It's not that it's not enough - it seems as though there is *too much*
>> - that is, it is linking to what it needs to, but also trying to link
>> to things that don't exist.
>>
>>> Did you completely remove your old build directory? And you CMakeCache.txt file?
>>
>> Yes, I started completely from scratch. I just reproduced with this:
>>
>> git clone git at github.com:daviddoria/InteractiveLidarSegmentation.git
>> git submodule update --init --recursive
>> mkdir build
>> cd build
>> cmake ../
>> make
>>
>> Additionally, I tried building each of the submodules independently
>> and none of them produced the error, hence this rather complicated
>> example project.
>>
>> David
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>


Looks like it might be coming from ITK:

davidcole at bundok : ITK (master)
$ grep -rin vtkhybrid *
Modules/Bridge/VtkGlue/src/CMakeLists.txt:7:
set(VTK_LIBRARIES_EXPLICIT vtkIO;vtkHybrid;vtkVolumeRendering)
Modules/Segmentation/LevelSetsv4Visualization/CMakeLists.txt:5:
set(VTK_LIBRARIES_EXPLICIT vtkRendering vtkHybrid)

Those are going to need to be updated to work with VTK master...



More information about the vtk-developers mailing list