GR_jll not compiling in Julia 1.10.3

In fact, it seems that it is related. The advice given here did help.

1 Like

I suggested a fix below to prevent the GR_jll UndefVarError from occuring again. It is now part of GR.jl master branch.

You can test those changes by doing the following.

using Pkg
Pkg.develop("GR")
2 Likes