xorg-server-1.2a3 compilation problem
xorg-server-1.2a3 compilation problem
- Subject: xorg-server-1.2a3 compilation problem
- From: Jeremy Huddleston <email@hidden>
- Date: Thu, 1 Nov 2007 15:30:38 -0700
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?
Thanks,
Jeremy
--- fb/fbpict.h.orig 2007-11-01 15:23:02.000000000 -0700
+++ fb/fbpict.h 2007-11-01 15:25:32.000000000 -0700
@@ -29,7 +29,7 @@
#define _FBPICT_H_
#include "renderedge.h"
-
+#include <X11/extensions/render.h>
#if defined(__GNUC__)
#define INLINE __inline__
---
~/src/X11/xorg-server-1.2a3 $ make
...
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -
I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -
I../hw/xfree86/common -DHAVE_DIX_CONFIG_H -D_BSD_SOURCE -
DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/X11/include -I/usr/X11/include/
freetype2 -I../include -I../include -I../Xext -I../composite -I../
damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/
damage -I../render -I../randr -I../fb -arch ppc -arch i386 -pipe -
D__DARWIN__ -DDARWIN_WITH_QUARTZ -DROOTLESS_WORKAROUND -c -o
fbcompose.lo fbcompose.c
gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../
hw/xfree86/os-support/bus -I../hw/xfree86/common -DHAVE_DIX_CONFIG_H -
D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/X11/include -I/
usr/X11/include/freetype2 -I../include -I../include -I../Xext -I../
composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow
-I../miext/damage -I../render -I../randr -I../fb -arch ppc -arch i386 -
pipe -D__DARWIN__ -DDARWIN_WITH_QUARTZ -DROOTLESS_WORKAROUND -c
fbcompose.c -fno-common -DPIC -o .libs/fbcompose.o
In file included from fbcompose.c:41:
fbpict.h: In function 'fbCanGetSolid':
fbpict.h:90: error: 'RepeatNormal' undeclared (first use in this
function)
fbpict.h:90: error: (Each undeclared identifier is reported only once
fbpict.h:90: error: for each function it appears in.)
In file included from fbcompose.c:41:
fbpict.h: In function 'fbCanGetSolid':
fbpict.h:90: error: 'RepeatNormal' undeclared (first use in this
function)
fbpict.h:90: error: (Each undeclared identifier is reported only once
fbpict.h:90: error: for each function it appears in.)
fbcompose.c: In function 'gradientPixel':
fbcompose.c:2686: error: 'RepeatNormal' undeclared (first use in this
function)
fbcompose.c:2690: error: 'RepeatReflect' undeclared (first use in this
function)
fbcompose.c:2696: error: 'RepeatPad' undeclared (first use in this
function)
...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden