[vtk-developers] Dashboard android build errors and data compression warnings

Ben Boeckel ben.boeckel at kitware.com
Thu Jan 25 09:05:26 EST 2018


On Thu, Jan 25, 2018 at 08:29:51 -0500, Ken Martin wrote:
> Something broke the android build a couple days ago and there are a couple
> data compressor/lzma issues here
> 
> https://open.cdash.org/viewBuildError.php?type=1&buildid=5233660

It appears as though the infinite recursion warnings should be no-op
implementations, not calling itself. For the errors, it seems that
Android doesn't support the `restrict` keyword? The lzma warning should
be fixed as well; I'll work on those.

> Android cmake errors seem to start with
> 
>   Error evaluating generator expression:
> 
>     $
> 
>   $ may only be used for linking

This looks more related to:

    https://gitlab.kitware.com/vtk/vtk/merge_requests/3806

--Ben


More information about the vtk-developers mailing list