[ANNOUNCE] xorg-server 1.2.99.0
Arkadiusz Miskiewicz
arekm at pld-linux.org
Fri Nov 3 11:11:01 PST 2006
On Friday 03 November 2006 19:34, Brian Paul wrote:
> Arkadiusz Miskiewicz wrote:
> > On Thursday 02 November 2006 23:19, Brian Paul wrote:
> >>>Ok, so build bugs for now,
> >>>
> >>>1) tries to use mipmap.c in linking but doesn't know where the source
> >>>exists; workaround
> >>>ln -s ../../../Mesa-%{mesa_version}/src/glu/sgi/libutil/mipmap.c \
> >>> GL/mesa/main/mipmap.c
> >>
> >>That's wrong. The former file is in the GLU library. You should be
> >>linking to the src/mesa/main/mipmap.c file.
> >
> > I'm using Mesa 6.5.1 which doesn't contain mesa/main/mipmap.c. I see that
> > cvs Mesa contains this file. Will check.
> >
> > Mesa version detection in xorg-server configure stuff would be nice (+
> > forcing some version never than XYZ).
>
> Well, I was working on a method to allow dropping any version of Mesa
> into the X tree and have things just work, but that was foiled by an
> autoconf problem related to include files.
About mesa... there is: src/mesa/drivers/dri/i915tex/intel_tex.c
which contains assembly stuff available only on i386/x86_64. Is this dri
intended only for i386/x86_64 architectures or just code for other platforms
is missing?
Noticed while building on linux-ppc - build failed of course.
> -Brian
ps. The build of xserver was sucessfull after disabling DMX and Xprint (both
broken) and patching with:
--- configure.ac.org 2006-11-03 13:35:15.294001312 +0000
+++ configure.ac 2006-11-03 13:37:02.207579844 +0000
@@ -539,6 +539,7 @@
REQUIRED_LIBS="$REQUIRED_LIBS dbus-1"
fi
CONFIG_LIB='$(top_builddir)/config/libconfig.a'
+CONFIG_LIB="$CONFIG_LIB $DBUS_LIBS"
AM_CONDITIONAL(DBUS, [test "x$DBUS" = xyes])
AM_CONDITIONAL(XV, [test "x$XV" = xyes])
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
More information about the xorg
mailing list