From: swinter AT mediaone DOT net (steve winter) Newsgroups: comp.os.msdos.djgpp Subject: [Q] is xlib.h available to build GLUT for MESA with DJGPP under DOS? Message-ID: <3539389f.21491043@news.secoast.net> Lines: 20 Date: Sat, 18 Apr 1998 23:30:23 GMT NNTP-Posting-Host: surf175.pompano.net NNTP-Posting-Date: Sat, 18 Apr 1998 19:30:23 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk My goal is to get GLUT running with MESA , I am using DJGPP under DOS. The makefiles that came with the MESA distribution did not include any for glut. When I created a makefile for this I get errors when compiling the 3rd glut source (glut_bitmap.c). It is looking for which is included in glutint.h. Am I supposed to have xlib.h somehow? It's not with my DJGPP libs nor elsewhere on my system. Do I need somewith else to get this? I thought that having MESA installed ( i.e. I can run the sample mesa programs) that I would have the X11 stuff needed, i.e. pseudo GLX interface. If there is anyone that has been able to get Glut running with MESA under DOS I would appreciate hearing from you, at least so I know that this is possible. Thanks Steve:-o