You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Is there a recommended X11 library for macOS? I have xquartz and it works fine for several other applications, but I'm having no luck with sam.
cd libXg; /Library/Developer/CommandLineTools/usr/bin/make gcc -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 -I../include -I/usr/include/freetype2 -c -o arith.o arith.c In file included from arith.c:3:0: ../include/libg.h:9:10: fatal error: X11/Xft/Xft.h: No such file or directory #include <X11/Xft/Xft.h> ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [arith.o] Error 1 make: *** [lXg] Error 2