commit 8d41e4536dfde34b55228cab6ddb081ad6252184
Author: Chris Rankin <[EMAIL PROTECTED]>
Date:   Thu Sep 18 16:48:11 2008 -0600

    mesa: fix asst path/include mistakes in prev commits

diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index 8d4a23f..2bcf94e 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -50,7 +50,7 @@ OBJECTS = $(SOURCES:.c=.o) $(MESA_GLAPI_OBJECTS)
 INCLUDES = -I. \
        -I$(TOP)/include \
        -I$(TOP)/include/GL/internal \
-       -I$(TOP)/src/mesa/glapi \
+       -I$(TOP)/src/mesa \
        $(LIBDRM_CFLAGS) \
        $(DRI2PROTO_CFLAGS) \
        $(X11_INCLUDES)


glx/x11 is broken by this commit.


gcc -c -I. -I../../../include -I../../../include/GL/internal 
-I../../../src/mesa 
`pkg-config --cflags libdrm`  -I/opt/X11R7/include -Wall -Wmissing-prototypes 
-std=c99 -ffast-math 
-O -g -fPIC  -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE 
-D_BSD_SOURCE 
-D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER 
-DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING 
-DHAVE_ALIAS -DHAVE_POSIX_MEMALIGN   -fno-strict-aliasing -DXF86VIDMODE 
-D_REENTRANT 
-UIN_DRI_DRIVER -DDEFAULT_DRIVER_DIR=\"/opt/X11R7/lib/dri\" clientattrib.c -o 
clientattrib.o
In file included from clientattrib.c:38:
glxclient.h:61:24: error: glapitable.h: No such file or directory
make[2]: *** [clientattrib.o] Error 1


Thanks
Haihao



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to