Hi Emilio,
vtk6 fails to build on armel and armhf against qt5, so it
is already requested to remove it on those platforms
#792883.
Cheers
Anton
2015-07-22 19:21 GMT+03:00 Emilio Pozuelo Monfort :
> Source: vtk6
> Version: 6.2.0+dfsg1-1
> Severity: serious
>
> The latest vtk6 upload fails to bu
Source: vtk6
Version: 6.2.0+dfsg1-1
Severity: serious
The latest vtk6 upload fails to build on arm*. That seems to be because
d/rules contains:
qt4_archs = armel armhf
ifeq (,$(filter $(DEB_HOST_ARCH),$(qt4_archs)))
extra_flags += -DVTK_QT_VERSION=5
else
extra_flags += -DVTK_QT_VE