Date: Wed, 6 Jan 1999 16:53:12 -0600 (CST) From: "Ismael Herrera Zamarron(MCC)" X-Sender: ihz AT uxmcc9 To: "Charles R. Gomes" cc: djgpp AT delorie DOT com Subject: Re: DJGPP + MESA In-Reply-To: <76tjhc$qf7$2@srv4-poa.nutecnet.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com I had the same problem it seems to be something that is not good with the dosmesa.c file there are some definitions that are different in the number of parameters like getContext and createContext functions. I have tried the next ftp site where is the latest Mesa for DJGPP but for no avail 206.103.168.10 also the site http://ww.geocities.com/~charlie_x __________________________________________________________________________ || || ||**********************************************************************|| ||______________________________________________________________________|| || || || || ||Ismael Herrera Z. || ||Maestria en Ciencias de la Computacion (MCC) IIMAS UNAM Mexico || ||ihz AT uxmcc2 DOT iimas DOT unam DOT mx || ||http://uxmcc1.iimas.unam.mx/~ihz || || || ||tel. 6 22 36 52 || || || || || || || || || ||______________________________________________________________________|| || || ||**********************************************************************|| ||______________________________________________________________________|| On Tue, 5 Jan 1999, Charles R. Gomes wrote: > i have problems Compiling the Mesa 3d Library > make -f makefile.dj > > I using DJGPP in windows 98 > I download MESA 3.0 and Demos > unzip all to c:\djgpp > c:\djgpp\mesa-3.0>make makefile.dj > and this error ocurred > > make.exe: Nothing to be done for `makefile.dj'. > > C:\djgpp\Mesa-3.0>make -f makefile.dj >log > dosmesa.c: In function `DOSmesa_setup_DD_pointers': > dosmesa.c:1311: warning: assignment from incompatible pointer type > dosmesa.c:1326: structure has no member named `WriteColorSpan' > dosmesa.c:1327: structure has no member named `WriteMonocolorSpan' > dosmesa.c:1328: structure has no member named `WriteColorPixels' > dosmesa.c:1329: structure has no member named `WriteMonocolorPixels' > dosmesa.c:1330: structure has no member named `WriteIndexSpan' > dosmesa.c:1331: structure has no member named `WriteMonoindexSpan' > dosmesa.c:1332: structure has no member named `WriteIndexPixels' > dosmesa.c:1333: structure has no member named `WriteMonoindexPixels' > dosmesa.c:1337: structure has no member named `ReadIndexSpan' > dosmesa.c:1338: structure has no member named `ReadColorSpan' > dosmesa.c:1339: structure has no member named `ReadIndexPixels' > dosmesa.c:1340: structure has no member named `ReadColorPixels' > dosmesa.c: In function `DOSMesaCreateContext': > dosmesa.c:1407: too many arguments to function `gl_create_visual' > dosmesa.c:1412: too few arguments to function `gl_create_context' > make.exe[1]: *** [dosmesa.o] Error 1 > make.exe: *** [libs] Error 2 > > C:\djgpp\Mesa-3.0> > I am Begginer in C > How to install correctly ? > > Charles Rauber Gomes > charles AT warrior DOT net > ICQ : 6369514 > > > >