[vtk-developers] Trouble after verdict updates

Julien Finet julien.finet at kitware.com
Tue Sep 11 06:01:57 EDT 2012


Doing 'make clean' in VTK-build doesn't delete ThirdParty/verdict
automatically. Shouldn't it be the case ?

Julien.

On Tue, Aug 28, 2012 at 10:36 AM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> 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
>
>
> _______________________________________________
> 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120911/84663347/attachment.html>


More information about the vtk-developers mailing list