[vtk-developers] Trouble after verdict updates

Bill Lorensen bill.lorensen at gmail.com
Tue Aug 28 08:34:29 EDT 2012


Yes, the lib is being build.

But,
nm  lib/libvtkverdict* | c++filt | grep v_set_tri_size

shows
nm  lib/libvtkverdict* | c++filt | grep v_set_tri_size
00021c46 T vtk_v_set_tri_size
00021c46 T vtk_v_set_tri_size


On Mon, Aug 27, 2012 at 5:00 PM, David Thompson
<david.thompson at kitware.com>wrote:

> Hi Bill,
>
> > After recent change to verdict and associated VTK filter changes, I get
> these errors when building VTK:
> >
> > [ 83%] Built target verdict
> > Linking CXX shared library ../../lib/libvtkFiltersVerdict-6.0.so
> > CMakeFiles/vtkFiltersVerdict.dir/vtkCellQuality.cxx.o: In function
> `vtkCellQuality::RequestData(vtkInformation*, vtkInformationVector**,
> vtkInformationVector*)':
> >
> /home/lorensen/ProjectsGIT/VTKGerrit/Filters/Verdict/vtkCellQuality.cxx:133:
> undefined reference to `v_set_tri_normal_func'
> > ...
>
> Does libvtkverdict appear in the command-line when you run
>
>     make VERBOSE=1 vtkFiltersVerdict
>
> ? If libvtkverdict is being built, can you run "nm" on it
>
>     nm  lib/libvtkverdict* | c++filt | grep v_set_tri_size
>
> to see whether the symbols are mangled in the library but not its
> dependents (e.g., vtkFiltersVerdict)?
>
>         Thanks,
>         David




-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120828/5a630e3c/attachment.html>


More information about the vtk-developers mailing list