Date: Mon, 19 Oct 1998 10:15:32 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Blaine Hodge cc: djgpp AT delorie DOT com Subject: Re: MESA/OpenGL used with DJGPP In-Reply-To: <004a01bdfad0$368b91e0$2fee8081@bhodge> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 18 Oct 1998, Blaine Hodge wrote: > I got the exact same problem when I _tried_ to compile it. Anyone have any > clue how to resolve this? Did you try to look at the offending lines of dosmesa.c? The error messages seem pretty self-explanatory, so figuring them out shouldn't be a problem. Presumably, dosmesa.c or some header it includes uses code fragments that either aren't for DOS/DJGPP or lack some #define magic. I'd guess that the DJGPP makefiles were done for some old version of Mesa, and some later changes which nobody cared to make DJGPP-safe now break the DJGPP build. Somebody will have to do the mundane work of making this release compatible again.