Re: Intrinsic.h, cursorfont.h, keysym.h not found
Re: Intrinsic.h, cursorfont.h, keysym.h not found
- Subject: Re: Intrinsic.h, cursorfont.h, keysym.h not found
- From: Haroon Sheikh <email@hidden>
- Date: Fri, 31 Jan 2003 13:33:53 -0800
You need to get the SDK package which is a separate download on
http://www.apple.com/macosx/X11 (go to the bottom of the page).
haroon
On Friday, January 31, 2003, at 10:55 AM, email@hidden wrote:
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.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.