Re: [R300] Compilation problems.

2005-01-12 Thread Adam K Kirchhoff
Vladimir Dergachev wrote: r200_context.h:98:1: warning: this is the location of the previous definition r300_ioctl.c: In function `r300ClearBuffer': r300_ioctl.c:67: error: `drm_r300_cmd_header_t' undeclared (first use in this function) ^^ Know

Re: [R300] Compilation problems.

2005-01-12 Thread Adam K Kirchhoff
Jerome Glisse wrote: Adam K Kirchhoff wrote: Vladimir Dergachev wrote: r200_context.h:98:1: warning: this is the location of the previous definition r300_ioctl.c: In function `r300ClearBuffer': r300_ioctl.c:67: error: `drm_r300_cmd_header_t' undeclared (first use in this function)

Re: [R300] Compilation problems.

2005-01-12 Thread Jerome Glisse
Adam K Kirchhoff wrote: Vladimir Dergachev wrote: r200_context.h:98:1: warning: this is the location of the previous definition r300_ioctl.c: In function `r300ClearBuffer': r300_ioctl.c:67: error: `drm_r300_cmd_header_t' undeclared (first use in this function)

Re: [R300] Compilation problems.

2005-01-12 Thread Adam K Kirchhoff
Adam K Kirchhoff wrote: Jerome Glisse wrote: Adam K Kirchhoff wrote: Vladimir Dergachev wrote: r200_context.h:98:1: warning: this is the location of the previous definition r300_ioctl.c: In function `r300ClearBuffer': r300_ioctl.c:67: error: `drm_r300_cmd_header_t' undeclared (first use in this

Re: [R300] Compilation problems.

2005-01-12 Thread Adam K Kirchhoff
FYI, Apparently, even though the DRM_SOURCE_PATH variable is set, it's not getting checked. If I copy the r300_driver/drm directory to the same directory as the Mesa source tree, the r300_dri.so library gets built fine. Now to test it :-) Adam Well, when I went to load the kernel

[R300] Compilation problems.

2005-01-09 Thread Adam K Kirchhoff
I've seen so much activity on the r300_driver recently, I thought it'd be good time to test it out on my 9800 and give as much feedback as possible. Unfortunately, I'm not even able to get it to compile. I think I've followed the instructions correctly. I actually copied the

Re: [R300] Compilation problems.

2005-01-09 Thread Vladimir Dergachev
r200_context.h:98:1: warning: this is the location of the previous definition r300_ioctl.c: In function `r300ClearBuffer': r300_ioctl.c:67: error: `drm_r300_cmd_header_t' undeclared (first use in this function) ^^ Know what I'm doing wrong? There