Closed CFiggers closed 2 years ago
"Have you tried turning it off and back on again?"
Tried setting up from scratch in a completely fresh install of Ubuntu 22.04 aaaand.... it works? No idea what was broken, but it's fine now apparently!
PEBKAC, possibly.
Platform
Ubuntu 22.04 on Windows Subsystem for Linux (WSL2)
Steps to reproduce:
gh repo clone janet-lang/jaylib -- --recurse-submodules
cd jaylib
jpm build
jpm test
Expected results:
Tests pass.
Actual results:
Attempted troubleshooting/diagnosis:
Building raylib independent of jaylib
Building raylib itself works just fine:
cd raylib/src
make
cd ../examples
make core
cd core
core_basic_window
=> window appears correctlyLocating source of error message
Error seems to be triggered by the GLFW embedded in raylib submodule:
libX11.so.6
confirmed present on system:Adjusting compiler flags in project.janet
Tried adding
"-static"
flag tolflags
inproject.janet
. Results in these errors duringjpm build
: