Mail Archives: djgpp/1998/04/19/07:31:51
On Sat, 18 Apr 1998, steve winter wrote:
> 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
> <x11/xlib.h> which is included in glutint.h.
X11/Xlib.h is from X-Windows, which is windows used on Unix machines.
I don't think you stand any chance of finding a free emulation of it
which will work with DJGPP. You need to look for an option to build
GLUT without X support, if there is such an option (I don't know
anything about GLUT).
- Raw text -