Build troubles at libGL

Colin Harrison colin.harrison@virgin.net
Wed Aug 10 17:46:00 GMT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compsizeold.c
Type: application/octet-stream
Size: 8959 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-xfree/attachments/20050810/d928bd6f/attachment.obj>
-------------- next part --------------
--
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/


More information about the Cygwin-xfree mailing list