From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: MESA3D compiling problem Date: Tue, 23 May 2000 19:57:03 +0100 Organization: Customer of Planet Online Lines: 37 Message-ID: References: <077d656d DOT 7a4ca6fd AT usw-ex0108-063 DOT remarq DOT com> <04d58d13 DOT fad704cb AT usw-ex0108-063 DOT remarq DOT com> NNTP-Posting-Host: modem-152.magnesium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg2.svr.pol.co.uk 959108330 31001 62.136.11.152 (23 May 2000 18:58:50 GMT) NNTP-Posting-Date: 23 May 2000 18:58:50 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com batchex wrote: > >The MESA 3.2 library will build under DJGPP using the configure script > >with BASH and several utilities installed, the DJGPP FAQ has a list. > > > Under what section? 4.4 What Files to Download > More over, I successfully work around this problem by copying > the contents of '\include' to DJGPP's installation '\include'. That only cures one symptom. > Now, the following problem arises : Exactly. ;-) > This confuses me 'cause I'm not familar with Mesa's code. Help. You shouldn't need to touch the code just to build the library. I suggest to restore your DJGPP installation with a fresh install because those headers could cause a problem if left in the system include directory. Install BASH and utilities and follow the instructions in the MESA documentation. This involves running `./configure' and `make', If you are not comfortable with that then download MESA 2.6 and use that instead. > As for GLUT, I have no intentions, at least not yet, to use it. > I'm planning only to use GL and GLU libs. Anyone have tuts on > OpenGL using only GL and GLU? You might want to ask that to the MESA mailing list before spending too much time with this. If you need GLUT then probably you will have to move to another platform, such as Linux.