Jacob Gorm Hansen wrote:
hi, trying to compile mesa with the r300 driver I get the following error:

r200_ioctl.c: In function `r200PageFlip':
r200_ioctl.c:571: error: structure has no member named `tiling_enabled'
r200_ioctl.c: In function `r200Clear':
r200_ioctl.c:635: error: `RADEON_USE_COMP_ZBUF' undeclared (first use in
this function)
r200_ioctl.c:635: error: (Each undeclared identifier is reported only once
r200_ioctl.c:635: error: for each function it appears in.)
r200_ioctl.c:641: error: `RADEON_CLEAR_FASTZ' undeclared (first use in
this function)

My mesa i from the CVS HEAD, and I have tried both the HEAD and
jump_and_click branches of r300.

I've tried grepping around for these symbols in various include-files,
but not been able to find them.

What am I missing here?

if I remember correct this error is in the r200 directory. The drm in r300_driver is old. but you only need to get r300 to compile.
remove r200 and savage from the makefile. you just need the r300_dri.so file.


Rune Petersen


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to