Problems with Qt 5.14.2 during building visIt in Ubuntu 20 #17976
-
Hi! I'm making a first attempt to install visIt in my pc.
Following the manual I'm running The compilation fails because is unable to build Qt. The full log file is attached.
I took a look to Qt requirements such as here, here and #12371 (comment). At this point any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
@fernest0 did you meanwhile try to build it on 22.04? |
Beta Was this translation helpful? Give feedback.
-
For visit 3.3.0, try adding --qt510 as an option when calling build_visit3_3_0, in order to have the build script build qt 5.10.1 instead of qt 5.14.2. |
Beta Was this translation helpful? Give feedback.
-
@fernest0 thanks for the reminder for me to test this on 22.04. actually i have quite some users of @biagas is it impossible to use a system provided installed later version of qt with visit 3.3.0? debian prefers to link dynamically against well maintained software packages, and to not bundle libraries with software (but keep them separate). past years. it was always a problem for me packaging visit mainly because visit was using versions of vtk, that debian didn't have (too old, or too new), i need to check what is the current state. and i believe a lot of visit users (and debian as well as ubuntu users) would profit having this software at their fingertips of |
Beta Was this translation helpful? Give feedback.
-
@fernest0 I took another look at your log file and the error message when building QT, and believe it may be related to this ticket filed with Qt. Do you have CPATH defined in your environment? What are its contents? If the contents begin with ':', try removing that leading ':' and re-running build_visit3_3_0 (remove any untarred Qt source or build directories for best results). |
Beta Was this translation helpful? Give feedback.
@fernest0 I took another look at your log file and the error message when building QT, and believe it may be related to this ticket filed with Qt.
Do you have CPATH defined in your environment? What are its contents? If the contents begin with ':', try removing that leading ':' and re-running build_visit3_3_0 (remove any untarred Qt source or build directories for best results).