Hi
i get the following compile error on an FC3 x86_64 system when trying
the new snapshot:

gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -
I../../../../../../drm/shared-core -I../../../../../include -
I../../../../../include/GL/internal -I../../../../../src/mesa -
I../../../../../src/mesa/main -I../../../../../src/mesa/glapi -
I../../../../../src/mesa/math -I../../../../../src/mesa/transform -
I../../../../../src/mesa/shader -I../../../../../src/mesa/swrast -
I../../../../../src/mesa/swrast_setup -I../dri_client -
I../dri_client/imports -m64 -Wmissing-prototypes -g -std=c99  -Wundef -
fPIC -ffast-math -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -
D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -
D_GNU_SOURCE  -D__AMD64__  -DCOMPILE_R300 -DGLX_DIRECT_RENDERING  -
DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -
D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE  -D__AMD64__  -
DCOMPILE_R300 -DGLX_DIRECT_RENDERING  r300_ioctl.c -o r300_ioctl.o
In file included from r300_ioctl.c:47:
r300_context.h:124:1: warning: "TEX_ALL" redefined
In file included from r200_ioctl.h:44,
                 from radeon_lock.h:38,
                 from r300_context.h:54,
                 from r300_ioctl.c:47:
r200_context.h:98:1: warning: this is the location of the previous
definition
r300_ioctl.c:286: warning: no previous prototype for
'r300RefillCurrentDmaRegion'
r300_ioctl.c: In function `r300RefillCurrentDmaRegion':
r300_ioctl.c:302: warning: implicit declaration of function
`r300ReleaseDmaRegion'
r300_ioctl.c:326: warning: implicit declaration of function
`r300FlushCmdBufLocked'
r300_ioctl.c:341: warning: assignment from incompatible pointer type
r300_ioctl.c:345: warning: assignment from incompatible pointer type
r300_ioctl.c: At top level:
r300_ioctl.c:355: warning: no previous prototype for
'r300ReleaseDmaRegion'
r300_ioctl.c:355: error: conflicting types for 'r300ReleaseDmaRegion'
r300_ioctl.c:302: error: previous implicit declaration of
'r300ReleaseDmaRegion' was here
r300_ioctl.c:392: warning: no previous prototype for
'r300AllocDmaRegion'
make[6]: *** [r300_ioctl.o] Error 1

Greetings Jan



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to