Paraview Building on Ubuntu 21.04 on arm64 fails at not finding xmlpatterns

Dear friends,

So I’m trying to build paraview from source on ubuntu 21.04 arm64.

I have downloaded all pre-requisites and tried to built with options such as qt gui support, python support and ffmpeg. No mpi yet, however make fails at not being able to execute xmlpatterns. Ubuntu has it in /usr/bin/xmlpatterns, but I also copied it to /usr/lib/qt5/bin as well, but make still fails.

How can I fix this? Any help is appreciated :pray: :heart:

sharing the error would be a first step.

In any case the compilation guide is here:
https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/build.md

1 Like

Seems like I might have been using an older guide. The gitlab guide helped. No issues so far, its currently building right now.