Failing to precompile GLMakie 0.10.3 on julia 1.10.4 #3996
Replies: 1 comment
-
Can't reproduce on v0.10.5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am on linux but use official julia binaries. GLMakie 0.10.3 (from Makie 0.21.3) failed to precompile recently (after update?):
Stacktrace
I wonder if anyone can help to point me at the right place to debug this. Seems like it's a GLFW issue more than Makie itself.
A couple of ideas:
This one is strange, because harfbuzz via libpango tells me it does export that symbol:
Never had issues with
LANG=en_AU.UTF-8
before. Maybe GLFW is now trying to use native wayland instead of xwayland, and this has popped up? I don't know what a Compose file is, and a quick search wasn't helpful. Why would it be missing? Is there a small example I can use to debug GLFW?Cheers
Beta Was this translation helpful? Give feedback.
All reactions