Re: xorg-server-1.2a3 compilation problem
Re: xorg-server-1.2a3 compilation problem
- Subject: Re: xorg-server-1.2a3 compilation problem
- From: Jeremy Huddleston <email@hidden>
- Date: Fri, 2 Nov 2007 08:38:13 -0700
Yep, that was it. Thanks, Ben.
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}"
export PKG_CONFIG_PATH="/usr/X11/lib/pkgconfig:${PKG_CONFIG_PATH}"
export ACLOCAL="aclocal -I /usr/X11/share/aclocal"
# Universal
export CFLAGS="-arch ppc -arch i386 -pipe"
export LDFLAGS="-arch ppc -arch i386 -pipe"
./configure --prefix=/usr/X11 --with-mesa-source=`pwd`/../Mesa-6.5.2/
--disable-dependency-tracking
--snip
On Nov 2, 2007, at 1:49 AM, Ben Byer wrote:
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)
This email sent to email@hidden