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

Bill Lorensen bill.lorensen at gmail.com
Wed May 2 16:28:01 EDT 2012


VTK_LIBRARIES should be enough.

Did you completely remove your old build directory? And you CMakeCache.txt file?

On Wed, May 2, 2012 at 4:24 PM, David Doria <daviddoria at gmail.com> wrote:
> I am getting some linker errors like:
>
> /usr/bin/ld: cannot find -lvtkCommon
> /usr/bin/ld: cannot find -lvtkHybrid
>
> If I understand correctly (and my build/VTK folder agrees), these
> libraries don't exist in the new modular setup. The only VTK related
> thing I am linking to (in target_link_libraries) is ${VTK_LIBRARIES}.
>
> The link.txt that gets created in my build folder is here:
> http://pastebin.com/ARgJA7uf
>
> It seems to have a combination of new and old libraries?
>
> I have built git master VTK in a clean build dir and I have also
> deleted my project build dir and started over, but get the same linker
> errors.
>
> When I message(${VTK_LIBRARIES}), the old libraries are not in the
> list. I grepped my project for "vtkHybrid" and turned up nothing.
>
> Any other thoughts?
>
> Thanks,
>
> David
> _______________________________________________
> 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
>



-- 
Unpaid intern in BillsBasement at noware dot com



More information about the vtk-developers mailing list