Render view does not run properly when building paraview by myself

Hello, ParaView experts:

I try to build paraview by myself on MacBook M1. This is the branch that I used:

commit 8255e0c6caaaceb73a1a2bfd4432028b8bd8678f (HEAD → master, origin/master, origin/HEAD)
Merge: f43b1451af d7ce6641f9
Author: Christos Tsolakis christos.tsolakis@kitware.com
Date: Fri Apr 14 14:17:23 2023 +0000

However, the render view does not run as expected. As shown in the attached figure, I try to render the Volume but only the outline is shown in the render view window (Actually, only the outline is shown here even if I choose other representations, such as Wireframe)

Could you provide some guidance about how to make it work?

Thanks!

Here are some notes for solving this issue, I try to build and install an old version such as v5.11.1, then I got some building errors such as

ld: warning: ignoring file /Users/zw1/opt/anaconda3/lib/libQt5Gui.5.15.2.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64

I am not sure why there is no this error when I build the latest version. Then I deactivate conda base env and make sure the path of the Qt library is the one that I expected when building the paraview, and it can be compiled and run as expected now.