Building VisIt 3.4.1 from sources on xubuntu 22 #20158
-
|
I downloaded build_visit3_4_1 and ran next command: sudo ./build_visit3_4_1 --qt6 Everything was going well at first, but then an error appeared. I also attached the file with information about the error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Our build of Qt6 requires |
Beta Was this translation helpful? Give feedback.
-
|
FWIW: On my mint 21.2 (Ubuntu 22 based) I had to install the following to get qt6 to compile:
|
Beta Was this translation helpful? Give feedback.

Our build of Qt6 requires
xcbsupport to be installed. I found the following list of packages that were required for building Qt6 in a Rocky 8.9 Docker container. I image you would need similar packages installed for xubuntu 22.