Hi Latest xorg/xc CVS works if you compile in the 'dropped code' from compsize.c into GL/windows. I use an additional file compsizeold.c and add to the Imakefile in programs/Xserver/GL/windows:-
--- ./programs/Xserver/GL/windows/save_Imakefile 2005-08-10
17:02:35.000000000 +0100
+++ ./programs/Xserver/GL/windows/Imakefile 2005-08-10
14:32:35.000000000 +0100
@@ -1,9 +1,9 @@
#include <Server.tmpl>
-LinkSourceFile(compsize.c,$(LIBSRC)/GL/glx)
+LinkSourceFile(compsize.c,$(MESASRCDIR)/src/glx/x11)
- SRCS = compsize.c indirect.c glwrap.c
- OBJS = compsize.o indirect.o glwrap.o
+ SRCS = compsize.c indirect.c glwrap.c compsizeold.c
+ OBJS = compsize.o indirect.o glwrap.o compsizeold.o
INCLUDES = -I. \
-I$(INCLUDESRC) \
It's a kludge for now..until I know better!
compsizeold.c attached
Colin Harrison
compsizeold.c
Description: Binary data
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
