<div dir="ltr">It looks like vtkGDAL is incorrectly being wrapped, even though it has been marked as wrap execluded.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 9, 2015 at 7:22 PM, Ondřej Čertík <span dir="ltr"><<a href="mailto:ondrej.certik@gmail.com" target="_blank">ondrej.certik@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Mar 9, 2015 at 12:54 PM, Ondřej Čertík <<a href="mailto:ondrej.certik@gmail.com">ondrej.certik@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I have a working version using git<br>
> f7aac037722d9d13b75d9fdb15a1053c0874c6c6. I kept the same versions of<br>
> all the external dependencies (boost, png, qt, zlib, bzip2, gdal,<br>
> hdf5, mpi, netcdf4, netcdf4cpp, freetype, python, numpy, matplotlib,<br>
> libxml2, mesa), but upgraded to the latest git master of ParaView (and<br>
> updated submodules): 7e714de07e6a3c0e376ed634cf83be44be13d733.<br>
><br>
> Now paraview fails to build with:<br>
><br>
> [paraview] /local/certik/tmp/paraview-xx3asav3as7r-1/_build/Wrapping/ClientServer/vtkGDALClientServer.cxx:13:41:<br>
> error: invalid conversion from 'vtkObject*' to 'vtkGDAL*'<br>
> [-fpermissive]<br>
> [paraview]    vtkGDAL *op = vtkGDAL::SafeDownCast(ob);<br>
> [paraview]                                          ^<br>
><br>
><br>
> Here is a full build log:<br>
> <a href="https://gist.githubusercontent.com/certik/05d98c5b60664e028eee/raw/gistfile1.txt" target="_blank">https://gist.githubusercontent.com/certik/05d98c5b60664e028eee/raw/gistfile1.txt</a><br>
><br>
> Any ideas what could be causing it?<br>
<br>
</span>I used git bisect and it said:<br>
<br>
25f505c5dc55c9f38df2fbb374e1a8ecdc2479fd is the first bad commit<br>
commit 25f505c5dc55c9f38df2fbb374e1a8ecdc2479fd<br>
Author: Shawn Waldon <<a href="mailto:shawn.waldon@kitware.com">shawn.waldon@kitware.com</a>><br>
Date:   Fri Feb 13 16:24:05 2015 -0500<br>
<br>
    Update VTK to get vtkPointGaussianMapper bugfix<br>
<br>
    Change-Id: I49f288c2a2f8bd9282facb473a26557a4a771a1c<br>
<br>
This commit only updates the VTK submodule:<br>
<br>
diff --git a/VTK b/VTK<br>
index 96c61c1..8bb1cd3 160000<br>
--- a/VTK<br>
+++ b/VTK<br>
@@ -1 +1 @@<br>
-Subproject commit 96c61c1cd52e3c4e2e38414b7a703999e4e6fc3e<br>
+Subproject commit 8bb1cd3a0799ba9d663547c9c1427cb5a230d3cd<br>
<br>
<br>
So it looks like a bug in VTK. Any ideas how to fix it? Perhaps VTK<br>
requires more recent GDAL? I use the one from<br>
<a href="http://vtk.org/files/support/gdal_5b8309b.tar.gz" target="_blank">http://vtk.org/files/support/gdal_5b8309b.tar.gz</a>.<br>
<div class="HOEnZb"><div class="h5"><br>
Ondrej<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>