-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
I am trying to install tipsy. Macbook Pro, Catalina 10.15.1. I have downloaded and unzipped the tar file into a folder, and typed the configure command which ran fine. However when I run the 'make' command I receive this error. Any ideas of how to fix this? I am fairly new to Macs.
Any help greatly appreciated.
make
gcc -c -I. -I. -g -O2 -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DX_DISPLAY_MISSING=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 acc_load.c
In file included from acc_load.c:13:
./defs.h:141:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^~~~~~~~~~~~
1 error generated.
make: *** [acc_load.o] Error 1