[Mesa3d-dev] Mesa CVS Tip Does Not Build

2006-02-09 Thread Johnson, Charles F
I've been trying to a copy of the Mesa tree that has the Rotation and 945GM 
support that Alan H. checked in and it looks to me like the CVS tip does not 
currently build.  I get:

make[3]: Entering directory `/root/mesa/Mesa/src/glx/x11'
gcc -c -I. -I../../../include -I../../../include/GL/internal 
-I../../../src/mesa/main -I../../../src/mesa/glapi 
-I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` 
-I/usr/X11R6/include -Wall -Wmissing-prototypes -g  -m32 -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 -DHAVE_ALIAS 
-DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER -DUSE_X86_ASM -DUSE_MMX_ASM 
-DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  -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 -DHAVE_ALIAS 
-DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER glxcmds.c -o glxcmds.o
glxcmds.c:1726: warning: no previous prototype for âglXSwapIntervalMESAâ
glxcmds.c:1758: warning: no previous prototype for âglXGetSwapIntervalMESAâ
glxcmds.c:1788: warning: no previous prototype for âglXBeginFrameTrackingMESAâ
glxcmds.c:1808: warning: no previous prototype for âglXEndFrameTrackingMESAâ
glxcmds.c:1829: warning: no previous prototype for âglXGetFrameUsageMESAâ
glxcmds.c:1857: warning: no previous prototype for âglXQueryFrameTrackingMESAâ
glxcmds.c:2595: warning: no previous prototype for âglXBindTexImageEXTâ
glxcmds.c: In function âglXBindTexImageEXTâ:
glxcmds.c:2618: error: âX_GLXvop_BindTexImageEXTâ undeclared (first use in this 
function)
glxcmds.c:2618: error: (Each undeclared identifier is reported only once
glxcmds.c:2618: error: for each function it appears in.)
glxcmds.c: At top level:
glxcmds.c:2636: warning: no previous prototype for âglXReleaseTexImageEXTâ
glxcmds.c: In function âglXReleaseTexImageEXTâ:
glxcmds.c:2659: error: âX_GLXvop_ReleaseTexImageEXTâ undeclared (first use in 
this function)
make[3]: *** [glxcmds.o] Error 1

I know the tip can be volatile, it was like this yesterday too.

Charles Johnson
Channel Platform Solution Group
Intel Corporation
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Mesa CVS Tip Does Not Build

2006-02-09 Thread Brian Paul

Johnson, Charles F wrote:

I've been trying to a copy of the Mesa tree that has the Rotation and 945GM 
support that Alan H. checked in and it looks to me like the CVS tip does not 
currently build.  I get:

make[3]: Entering directory `/root/mesa/Mesa/src/glx/x11'
gcc -c -I. -I../../../include -I../../../include/GL/internal 
-I../../../src/mesa/main -I../../../src/mesa/glapi 
-I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` 
-I/usr/X11R6/include -Wall -Wmissing-prototypes -g  -m32 -D_POSIX_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_SVID_SOOURCE -D_BSD_SOURCE -D_GNU_SOURCE 
-DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING 
-DHAVE_ALIAS -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER -DUSE_X86_ASM 
-DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  
-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 -DHAVE_ALIAS -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER 
glxcmds.c -o glxcmds.o
glxcmds.c:1726: warning: no previous prototype for âglXSwapIntervalMESAâ
glxcmds.c:1758: warning: no previous prototype for âglXGetSwapIntervalMESAâ
glxcmds.c:1788: warning: no previous prototype for âglXBeginFrameTrackingMESAâ
glxcmds.c:1808: warning: no previous prototype for âglXEndFrameTrackingMESAâ
glxcmds.c:1829: warning: no previous prototype for âglXGetFrameUsageMESAâ
glxcmds.c:1857: warning: no previous prototype for âglXQueryFrameTrackingMESAâ
glxcmds.c:2595: warning: no previous prototype for âglXBindTexImageEXTâ
glxcmds.c: In function âglXBindTexImageEXTâ:
glxcmds.c:2618: error: âX_GLXvop_BindTexImageEXTâ undeclared (first use in this 
function)
glxcmds.c:2618: error: (Each undeclared identifier is reported only once
glxcmds.c:2618: error: for each function it appears in.)
glxcmds.c: At top level:
glxcmds.c:2636: warning: no previous prototype for âglXReleaseTexImageEXTâ
glxcmds.c: In function âglXReleaseTexImageEXTâ:
glxcmds.c:2659: error: âX_GLXvop_ReleaseTexImageEXTâ undeclared (first use in 
this function)
make[3]: *** [glxcmds.o] Error 1

I know the tip can be volatile, it was like this yesterday too.


You need to get the latest glxproto.h from X.org CVS.  See
http://cvs.freedesktop.org/xorg/proto/GL/glxproto.h?r1=1.6r2=1.7

-Brian


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev