Closed Floppy closed 2 weeks ago
Setting env vars has partly helped:
❯ export MITTSU_LIBGLFW_PATH=/opt/homebrew/Cellar/glfw/3.4/lib/
❯ export MITTSU_LIBGLFW_FILE=libglfw.3.4.dylib
dlopen(libglfw.3.4.dylib, 0x0009): tried: 'libglfw.3.4.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibglfw.3.4.dylib' (no such file), '/usr/lib/libglfw.3.4.dylib' (no such file, not in dyld cache), 'libglfw.3.4.dylib' (no such file)
It's noticed the filename change, but not the path...
Looks like there was a slight interface change in the library loader, i'll get a PR together shortly
ah, cool, I'd assumed it was something I'd done wrong! Thanks :)
Just updated to latest
main
, with the new opengl-bindings2, and now my glfw library won't load.Output from
brew list glfw
:I'm guessing this is perhaps because of
libglfw.3.dylib
being looked for, but the file is actually namedlibglfw.3.4.dylib
. Strangely, it seems to work OK on the macOS CI builds.Not sure if this is a mittsu thing or
opengl-bindings2
. Any thoughts?