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

Bill Lorensen bill.lorensen at gmail.com
Wed May 2 23:18:52 EDT 2012


Looks like you built your ITK against VTK5?

ITK has been converted to work with VTK6.

What version go ITK are you using?

On Wed, May 2, 2012 at 9:23 PM, David Cole <david.cole at kitware.com> wrote:
> 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...



-- 
Unpaid intern in BillsBasement at noware dot com



More information about the vtk-developers mailing list