(2026-06-06, 4:42)Orion Pobursky Wrote: I did a build on my WSL Ubuntu image (24.04).
If I run without input (just 'ldview') I get the following:
If I run and specify a valid file path or if I run with -IgnoreEGL=1 (with or without a valid file path), I get the same error as Debian 13.
I think I tracked down the problem. The problem is that when EGL support was added, the OSMesa library moved in the link order, and that is causing it not to work. The solution is to put -lOSMesa before -lGLU like it was before. I have asked Peter (who did that change) to fix the Makefile properly, and will let you know once that has been done.