Intrinsic.h, cursorfont.h, keysym.h not found
Intrinsic.h, cursorfont.h, keysym.h not found
- Subject: Intrinsic.h, cursorfont.h, keysym.h not found
- From: email@hidden
- Date: Fri, 31 Jan 2003 10:55:17 -0800
While trying to make rxvt version 2.6.4 (current stable), I get the following errors:
[mycomputer:~/src/rxvt-2.6.4] thinmac% make
gcc -DHAVE_CONFIG_H -c -I/usr/X11R6/include -I. -I.. -I. -O command.c
rxvt.h:122: header file 'X11/Intrinsic.h' not found
rxvt.h:123: header file 'X11/cursorfont.h' not found
rxvt.h:124: header file 'X11/keysym.h' not found
Followed by a bunch of undefined type errors, presumably from types defined in those files. Rxvt doesn't have any dependencies I could find other than X11 and a complete build environment, and from what I could find on google it looks like those header files are usually installed as part of an XFree86 installation in the /usr/X11R6/include/X11 directory. Is this something not yet implemented, or something I need to get elsewhere?
TIA
-thinmac
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.