I didn't find a bug report on this yet but someone might have reported it.

        -chad wingrave
         [EMAIL PROTECTED]

P.S> Keep-up the good work.


** System Info: **

from /proc/version:
Linux version 2.2.5-15smp ([EMAIL PROTECTED]) (gcc version
egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #1 SMP Mon Apr 19
22:43:28 EDT 1999

from /etc/redhat-release:
Red Hat Linux release 6.0 (Hedwig)



** Fix: **

in ./src/Makefile:

-- from -- 
.c.o:
        $(CC) -c -I$(INCDIR) $(CFLAGS) $<

-- to --
.c.o:
        $(CC) -c -I$(INCDIR) $(CFLAGS) $< -D_XOPEN_SOURCE

** Problem: **

In file included from xmesa1.c:121:
/usr/include/sys/ipc.h:28: warning: #warning "Files using this header must
be compiled with _SVID_SOURCE or _XOPEN_SOURCE"
In file included from xmesa1.c:121:
/usr/include/sys/ipc.h:34: parse error before `ftok'
/usr/include/sys/ipc.h:34: ANSI C forbids data definition with no type or
storage class
In file included from xmesa1.c:122:
/usr/include/sys/shm.h:46: parse error before `__key'
make[2]: *** [xmesa1.o] Error 1
make[2]: Leaving directory `/usr/local/home/cwingrav/Mesa-2.2/src'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/usr/local/home/cwingrav/Mesa-2.2/src'
make: *** [linux] Error 2








_______________________________________________
Mesa-bug maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-bug


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to