This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build troubles at libGL


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

Attachment: 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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]