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 \

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

Reply via email to