For anyone else having this problem (or similar problems), you might
want to try the following to compile xserver:
--snip
# Sanitize the include path to grab from /usr/X11 before MacPorts,
Fink, whatever
export CPLUS_INCLUDE_PATH="/usr/X11/include:${CPLUS_INCLUDE_PATH}"
export C_INCLUDE_PATH="/usr/X11/include:${C_INCLUDE_PATH}"
export OBJC_INCLUDE_PATH="/usr/X11/include:${OBJC_INCLUDE_PATH}"
On Nov 1, 2007, at 3:30 PM, Jeremy Huddleston wrote:
I'm having some difficulty compiling xorg-server-1.2a3 given Ben's
instructions last night. I'm getting problems about RepeatNormal
not being defined. This is defined in /usr/X11/include/X11/
extensions/render.h. I made the following change hoping it would
fix the problem, but with no success... any ideas?
I've seen this before when I had an old version of render.h -- maybe
from MacPorts? You might check to see if you have any other copies
of render.h lying around. If that doesn't wok, let me know and we
can look deeper.
Ben Byer
CoreOS / BSD Technology Group, XDarwin maintainer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden