[vtk-developers] Trouble after verdict updates

David Cole david.cole at kitware.com
Tue Aug 28 08:54:27 EDT 2012


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
>
>



More information about the vtk-developers mailing list