[ ] Monday, 31 July 2017 [ ]

clang

clang -Wall -pedantic -Wextra -I/usr/X11R6/include -o xo xowners.c -L/usr/X11R6/lib -lX11

This were the required to get round the following errors:

xowners.c:1:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^~~~~~~~~~~~
clang


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $