[vtk-developers] Dashboard: not good

Ben Boeckel ben.boeckel at kitware.com
Mon Jan 29 10:28:05 EST 2018


On Mon, Jan 29, 2018 at 10:17:07 -0500, Shawn Waldon wrote:
> That's the updates to the third-party libraries that I have been doing :(
> It looks like vtkzlib + vtkpng updates broke something.  Maybe the XCode
> generator is doing something strange?  I'll try an XCode build locally but

No, CMake isn't generating the right link line; it doesn't think that
`vtkzlib` is a target and just adds `-l` to it instead. Figuring out why
`vtkzlib` isn't a target is the first thing to do.

> it is possible that they just need to start from a clean build tree.  I'm
> not sure about the android dashboards, but that may be the third party
> changes too...

No, that's related to the Android.mk exporter stuff.

--Ben


More information about the vtk-developers mailing list