Trying a 7.2 RC build

Jim Gifford maillist at jg555.com
Wed Dec 20 22:45:35 PST 2006


Dan Nicholson wrote:
> On 12/20/06, Jim Gifford <maillist at jg555.com> wrote:
>
>> Hey bud, have a similar patch that I tried, but no luck
>> http://svn.cross-lfs.org/svn/repos/patches/xorg/xorg-server-1.1.99.903-fixes-1.patch. 
>>
>
> Accidentally replied just to you before. The problem is that patch
> doesn't have the full automake output. It needs to compute objects and
> whatnot for mipmap.c. Here's (I think), the full patch after
> `autoreconf -ifv'.
>
> -- 
> Dan
> ------------------------------------------------------------------------
>
> diff -pNur xorg-server-1.1.99.903.orig/GL/mesa/main/Makefile.am xorg-server-1.1.99.903/GL/mesa/main/Makefile.am
> --- xorg-server-1.1.99.903.orig/GL/mesa/main/Makefile.am	2006-12-01 22:48:41.000000000 +0000
> +++ xorg-server-1.1.99.903/GL/mesa/main/Makefile.am	2006-12-21 06:21:31.000000000 +0000
> @@ -60,6 +60,7 @@ nodist_libmain_la_SOURCES = accum.c \
>                      light.c \
>                      lines.c \
>                      matrix.c \
> +                    mipmap.c \
>                      mm.c \
>                      occlude.c \
>                      pixel.c \
> diff -pNur xorg-server-1.1.99.903.orig/GL/mesa/main/Makefile.in xorg-server-1.1.99.903/GL/mesa/main/Makefile.in
> --- xorg-server-1.1.99.903.orig/GL/mesa/main/Makefile.in	2006-12-01 23:47:13.000000000 +0000
> +++ xorg-server-1.1.99.903/GL/mesa/main/Makefile.in	2006-12-21 06:30:07.000000000 +0000
> @@ -63,12 +63,12 @@ nodist_libmain_la_OBJECTS = accum.lo api
>  	drawpix.lo enable.lo enums.lo eval.lo execmem.lo extensions.lo \
>  	fbobject.lo feedback.lo fog.lo framebuffer.lo get.lo \
>  	getstring.lo hash.lo hint.lo histogram.lo image.lo imports.lo \
> -	light.lo lines.lo matrix.lo mm.lo occlude.lo pixel.lo \
> -	points.lo polygon.lo rastpos.lo rbadaptors.lo renderbuffer.lo \
> -	state.lo stencil.lo texcompress.lo texcompress_fxt1.lo \
> -	texcompress_s3tc.lo texenvprogram.lo texformat.lo teximage.lo \
> -	texobj.lo texrender.lo texstate.lo texstore.lo varray.lo \
> -	$(am__objects_1) vtxfmt.lo
> +	light.lo lines.lo matrix.lo mipmap.lo mm.lo occlude.lo \
> +	pixel.lo points.lo polygon.lo rastpos.lo rbadaptors.lo \
> +	renderbuffer.lo state.lo stencil.lo texcompress.lo \
> +	texcompress_fxt1.lo texcompress_s3tc.lo texenvprogram.lo \
> +	texformat.lo teximage.lo texobj.lo texrender.lo texstate.lo \
> +	texstore.lo varray.lo $(am__objects_1) vtxfmt.lo
>  libmain_la_OBJECTS = $(nodist_libmain_la_OBJECTS)
>  DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include
>  depcomp = $(SHELL) $(top_srcdir)/depcomp
> @@ -598,6 +597,7 @@ nodist_libmain_la_SOURCES = accum.c \
>                      light.c \
>                      lines.c \
>                      matrix.c \
> +                    mipmap.c \
>                      mm.c \
>                      occlude.c \
>                      pixel.c \
> @@ -711,6 +711,7 @@ distclean-compile:
>  @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/light.Plo at am__quote@
>  @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lines.Plo at am__quote@
>  @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/matrix.Plo at am__quote@
> + at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mipmap.Plo at am__quote@
>  @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mm.Plo at am__quote@
>  @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/occlude.Plo at am__quote@
>  @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pixel.Plo at am__quote@
>   
This patch worked like a charm, Thank you DAN!!!!!!!!!!!!!!!



More information about the xorg mailing list