[prev in list] [next in list] [prev in thread] [next in thread] 

List:       vtk-developers
Subject:    Re: [vtk-developers] Trouble after verdict updates
From:       Bill Lorensen <bill.lorensen () gmail ! com>
Date:       2012-08-28 14:36:00
Message-ID: CADZJ4hP61OOYdrRMdKZFKOy-Noex-dvzLo4cREdyNu_VdH12Zg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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

[Attachment #5 (text/html)]

No I did not. I did remove ThirdParty/verdict and it built.<div><br></div><div>My \
system is so old and slow I seldom do clean builds...<br><br><div \
class="gmail_quote">On Tue, Aug 28, 2012 at 8:54 AM, David Cole <span \
dir="ltr">&lt;<a href="mailto:david.cole@kitware.com" \
target="_blank">david.cole@kitware.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Did you try a fully clean build since this change?<br> <br>
Maybe there&#39;s a stale dependency that&#39;s being missed by an incremental \
build...<br> <div><div class="h5"><br>
<br>
On Tue, Aug 28, 2012 at 8:34 AM, Bill Lorensen &lt;<a \
href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt; wrote:<br> &gt; \
Yes, the lib is being build.<br> &gt;<br>
&gt; But,<br>
&gt;<br>
&gt; nm  lib/libvtkverdict* | c++filt | grep v_set_tri_size<br>
&gt;<br>
&gt; shows<br>
&gt;<br>
&gt; nm  lib/libvtkverdict* | c++filt | grep v_set_tri_size<br>
&gt; 00021c46 T vtk_v_set_tri_size<br>
&gt; 00021c46 T vtk_v_set_tri_size<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Aug 27, 2012 at 5:00 PM, David Thompson &lt;<a \
href="mailto:david.thompson@kitware.com">david.thompson@kitware.com</a>&gt;<br> &gt; \
wrote:<br> &gt;&gt;<br>
&gt;&gt; Hi Bill,<br>
&gt;&gt;<br>
&gt;&gt; &gt; After recent change to verdict and associated VTK filter changes, I \
get<br> &gt;&gt; &gt; these errors when building VTK:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; [ 83%] Built target verdict<br>
&gt;&gt; &gt; Linking CXX shared library ../../lib/<a \
href="http://libvtkFiltersVerdict-6.0.so" \
target="_blank">libvtkFiltersVerdict-6.0.so</a><br> &gt;&gt; &gt; \
CMakeFiles/vtkFiltersVerdict.dir/vtkCellQuality.cxx.o: In function<br> &gt;&gt; &gt; \
`vtkCellQuality::RequestData(vtkInformation*, vtkInformationVector**,<br> &gt;&gt; \
&gt; vtkInformationVector*)&#39;:<br> &gt;&gt; &gt;<br>
&gt;&gt; &gt; /home/lorensen/ProjectsGIT/VTKGerrit/Filters/Verdict/vtkCellQuality.cxx:133:<br>
 &gt;&gt; &gt; undefined reference to `v_set_tri_normal_func&#39;<br>
&gt;&gt; &gt; ...<br>
&gt;&gt;<br>
&gt;&gt; Does libvtkverdict appear in the command-line when you run<br>
&gt;&gt;<br>
&gt;&gt;     make VERBOSE=1 vtkFiltersVerdict<br>
&gt;&gt;<br>
&gt;&gt; ? If libvtkverdict is being built, can you run &quot;nm&quot; on it<br>
&gt;&gt;<br>
&gt;&gt;     nm  lib/libvtkverdict* | c++filt | grep v_set_tri_size<br>
&gt;&gt;<br>
&gt;&gt; to see whether the symbols are mangled in the library but not its<br>
&gt;&gt; dependents (e.g., vtkFiltersVerdict)?<br>
&gt;&gt;<br>
&gt;&gt;         Thanks,<br>
&gt;&gt;         David<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" \
target="_blank">www.kitware.com</a><br> &gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" \
target="_blank">http://www.kitware.com/opensource/opensource.html</a><br> &gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" \
target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br> &gt;<br>
&gt;<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Unpaid intern in \
BillsBasement at noware dot com<br><br> </div>



_______________________________________________
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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic