On Wednesday 22 February 2006 03:05, Donnie Berkholz wrote:
> Patrick McFarland wrote:
> > I'll tell you soon as I can figure out why Mesa thinks I don't have
> > stdarg.h and stddef.h. I imagine this is going to require pounding Mesa
> > with a hammer until it quits being stupid.
>
> You can ignore those errors, it's just makedepend being stupid and not
> looking in your gcc include directory. Alternately you can try to figure
> out how to pass in the appropriate -I flag to it.
>
> Thanks,
> Donnie

However....

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_S
OURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 
-DIN_DRI_DRIVER -DGLX_DIR
ECT_RENDERING -DHAVE_ALIAS -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER 
-DUSE_X86_ASM -DUSE_MMX_AS
M -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 
eval.c -o eval.o
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_S
OURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 
-DIN_DRI_DRIVER -DGLX_DIR
ECT_RENDERING -DHAVE_ALIAS -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER 
-DUSE_X86_ASM -DUSE_MMX_AS
M -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 glxc
mds.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[2]: *** [glxcmds.o] Error 1
make[2]: Leaving directory `/home/diablo/code/x/Mesa/src/glx/x11'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/diablo/code/x/Mesa/src'
make: *** [default] Error 1


-- 
Patrick "Diablo-D3" McFarland || [EMAIL PROTECTED]
"Computer games don't affect kids; I mean if Pac-Man affected us as kids,
we'd all be running around in darkened rooms, munching magic pills and
listening to repetitive electronic music." -- Kristian Wilson, Nintendo,
Inc, 1989



-------------------------------------------------------
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=lnk&kid3432&bid#0486&dat1642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to