We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc -l X11 src/xscreensaver-run.c -o xscreensaver-run src/xscreensaver-run.c:1:10: fatal error: X11/X.h: Datei oder Verzeichnis nicht gefunden 1 | #include <X11/X.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:7: xscreensaver-run] Fehler 1
gcc -l X11 src/xscreensaver-run.c -o xscreensaver-run
src/xscreensaver-run.c:1:10: fatal error: X11/X.h: Datei oder Verzeichnis nicht gefunden
1 | #include <X11/X.h>
| ^~~~~~~~~
compilation terminated.
make: *** [Makefile:7: xscreensaver-run] Fehler 1
OS: Linux Mint Mate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gcc -l X11 src/xscreensaver-run.c -o xscreensaver-run
src/xscreensaver-run.c:1:10: fatal error: X11/X.h: Datei oder Verzeichnis nicht gefunden
1 | #include <X11/X.h>
| ^~~~~~~~~
compilation terminated.
make: *** [Makefile:7: xscreensaver-run] Fehler 1
OS: Linux Mint Mate
The text was updated successfully, but these errors were encountered: