Bugs item #1458885, was opened at 2006-03-26 12:43 Message generated for change (Comment added) made by brianp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=1458885&group_id=3
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mesa-core Group: Compile/Install Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DJGPP Bug With Mesa 6.4.2 Initial Comment: The default download of Mesa 6.4.2 will not compile with the current stable release of DJGPP. After upgrading to BETA version of DJGPP as told in the documentation, I am getting this error: drivers/dos/dmesa.c:764: error: `DD_BACK_LEFT_BIT' undeclared (first use in this function) drivers/dos/dmesa.c:764: error: (Each undeclared identifier is reported only onc e drivers/dos/dmesa.c:764: error: for each function it appears in.) drivers/dos/dmesa.c: In function `dmesa_init_pointers': drivers/dos/dmesa.c:939: error: structure has no member named `WriteCI32Span' drivers/dos/dmesa.c:940: error: structure has no member named `WriteCI8Span' drivers/dos/dmesa.c:941: error: structure has no member named `WriteMonoCISpan' drivers/dos/dmesa.c:942: error: structure has no member named `WriteCI32Pixels' drivers/dos/dmesa.c:943: error: structure has no member named `WriteMonoCIPixels ' drivers/dos/dmesa.c:944: error: structure has no member named `ReadCI32Span' drivers/dos/dmesa.c:945: error: structure has no member named `ReadCI32Pixels' drivers/dos/dmesa.c:948: error: structure has no member named `WriteRGBASpan' drivers/dos/dmesa.c:949: error: structure has no member named `WriteRGBSpan' drivers/dos/dmesa.c:950: error: structure has no member named `WriteMonoRGBASpan ' drivers/dos/dmesa.c:951: error: structure has no member named `WriteRGBAPixels' drivers/dos/dmesa.c:952: error: structure has no member named `WriteMonoRGBAPixe ls' drivers/dos/dmesa.c:953: error: structure has no member named `ReadRGBASpan' drivers/dos/dmesa.c:954: error: structure has no member named `ReadRGBAPixels' drivers/dos/dmesa.c: In function `DMesaCreateBuffer': drivers/dos/dmesa.c:1115: warning: implicit declaration of function `_mesa_initi alize_framebuffer' drivers/dos/dmesa.c: In function `DMesaDestroyBuffer': drivers/dos/dmesa.c:1154: warning: implicit declaration of function `_mesa_destr oy_framebuffer' drivers/dos/dmesa.c: In function `DMesaMakeCurrent': drivers/dos/dmesa.c:1285: error: too few arguments to function `_mesa_make_curre nt' drivers/dos/dmesa.c:1289: error: too few arguments to function `_mesa_make_curre nt' I have tried several times to resolve this, and am about to try a cvs checkout of the current working code. Please advise. ---------------------------------------------------------------------- >Comment By: Brian Paul (brianp) Date: 2006-03-27 09:23 Message: Logged In: YES user_id=983 The DOS driver is quite out of date. Someone (a DOS developer) will have to update the driver. BTW, this bug database is no longer used. Use freedesktop.org in the future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=1458885&group_id=3 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
