Hello and thanks for reading,
I wish to take advantage of OpenGL based technology on my Linux system
using Mesa.
On compiling I recieve the following errors during compiling which I
don't understand.
gcc -c -I. -I../include -O3 -ansi -pedantic -fPIC -ffast-math
-D_SVID_SOURCE -D_BSD_SOURCE -DSHM -DUSE_X86_ASM -I/usr/X11R6/include
mthreads.c -o mthreads.o
In file included from /usr/include/errnos.h:24,
from /usr/include/errno.h:36,
from mthreads.c:34:
/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory
make[2]: *** [mthreads.o] Error 1
make[2]: Leaving directory `/temp/Mesa-3.0/src'
make[1]: *** [linux-386-elf] Error 2
make[1]: Leaving directory `/temp/Mesa-3.0/src'
make: *** [linux-386-elf] Error 2
(This was using "make linux-386-elf" but the exact same error occurs
with "make linux" or "make linux-386")
My System:
Pentium MMX
128M RAM
DS Fire GL 1000 Pro (Permedia2)
RedHat Linux 5.2
Updated rpms from the posted "errata" such as the new X11 libraries &
server etc..
Kernel 2.2.3
I also tried to install ggi source but could not because the kernel
needed to be "patched" in which 2.2 is not supported??
What do I need to do to (should I do/install) to have effective OpenGL
support?
Thanks,
Alex