On Wed, 12 Feb 2003, Denis Zaitsev wrote:

> VERSION:

> 4.2.1

> OPERATING SYSTEM:

> Linux

> REPORT:

> A space between the gccmakedep's -I option and it's argument in the
> programs/Xserver/GL/dri/Imakefile make the gccmakedep stage of the X's
> compilation to fail.  The trivial patch attached corrects the problem.
> May be another approach - fixing gccmakedep so it allows such a spaces
> - would be more adequate, but just for the current state of the
> affairs this space is certainly the error.  And just to cure this
> error is just the trivial task, which can't be said about the change
> of gccmakedep program.

> So, please, apply this patch.

> --- programs/Xserver/GL/dri/Imakefile.orig    Thu Jan 23 00:47:09 2003
> +++ programs/Xserver/GL/dri/Imakefile Thu Jan 23 00:47:21 2003
> @@ -11,7 +11,7 @@ MOBJ = drimodule.o
>           SRCS = xf86dri.c dri.c $(MSRC)
>           OBJS = xf86dri.o dri.o $(MOBJ)
>
> -     INCLUDES = -I$(SERVERSRC)/include -I$(INCLUDESRC) -I $(XINCLUDESRC) \
> +     INCLUDES = -I$(SERVERSRC)/include -I$(INCLUDESRC) -I$(XINCLUDESRC) \
>               -I$(EXTINCSRC) \
>               -I$(XF86OSSRC) -I$(XF86COMSRC) \
>               -I../include -I../glx -I$(LIBSRC)/GL/include \

Done.  Thanks for reporting the problem.

Marc.

+----------------------------------+-----------------------------------+
|  Marc Aurele La France           |  work:   1-780-492-9310           |
|  Computing and Network Services  |  fax:    1-780-492-1729           |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]          |
|  University of Alberta           +-----------------------------------+
|  Edmonton, Alberta               |                                   |
|  T6G 2H1                         |     Standard disclaimers apply    |
|  CANADA                          |                                   |
+----------------------------------+-----------------------------------+
XFree86 Core Team member.  ATI driver and X server internals.

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to