mesa builds, but "Failed to initialize GLX" #17706
-
I have built VisIt 3.2.2 on SuSE 12 SP5 using GCC 8.3.0 with the following command:
The build succeeds, but when I try to launch VisIt on a machine without GL support, I get:
Can someone take a look at my build log and guess at the issue? Also, side note of a couple minor issues:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you use VisIt to build Qt? Before or after you added --mesagl? For problems downloading thirdparty i/o packages like fms, add '--no-thirdparty'. Then you will only get the i/o libraries you specifically request. |
Beta Was this translation helpful? Give feedback.
Did you use VisIt to build Qt? Before or after you added --mesagl?
You may want to take a look at the X11 Qt dependencies that may need to be installed on your system.
For problems downloading thirdparty i/o packages like fms, add '--no-thirdparty'. Then you will only get the i/o libraries you specifically request.