[vtk-developers] Trouble after verdict updates

Bill Lorensen bill.lorensen at gmail.com
Tue Aug 28 10:36:00 EDT 2012


No I did not. I did remove ThirdParty/verdict and it built.

My system is so old and slow I seldom do clean builds...

On Tue, Aug 28, 2012 at 8:54 AM, David Cole <david.cole at kitware.com> wrote:

> Did you try a fully clean build since this change?
>
> Maybe there's a stale dependency that's being missed by an incremental
> build...
>
>
> On Tue, Aug 28, 2012 at 8:34 AM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
> > 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
> >
> >
> > _______________________________________________
> > 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120828/24a2daa6/attachment.html>


More information about the vtk-developers mailing list