[Xcb] release XCB 1.0 RC1 today
Alan Coopersmith
alan.coopersmith at sun.com
Fri Sep 22 15:02:31 PDT 2006
Is xcb git head supposed to build or is it still in the middle of naming
transitions? I've done a fresh clone and tried to build on Solaris - I
had to apply the attached trivial patch for using Solaris make instead
of gnu make, but after that xcb_conn.c fails to build since XCBSetupReq
is undefined. I can't find a definition for XCBSetupReq anywhere - but
XCBSetupRequest is defined in xproto.h.
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
-------------- next part --------------
>From db3ff85c51ccee68506b7e42d52722d793380b86 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith at sun.com>
Date: Fri, 22 Sep 2006 11:53:21 -0700
Subject: [PATCH] List xproto.xml path explicitly instead of relying on GNU Make $< expansion
(Some non-gnu makes, such as Solaris make, only recognize $< in implicit
suffix rules, not explicit ones like this.)
---
xcb/src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xcb/src/Makefile.am b/xcb/src/Makefile.am
index 43f7236..0715708 100644
--- a/xcb/src/Makefile.am
+++ b/xcb/src/Makefile.am
@@ -221,7 +221,7 @@ SUFFIXES = .xml
-o $@ $(srcdir)/c-client.xsl $<
xproto.xml: $(XCBPROTO_XCBINCLUDEDIR)/xproto.xml
- $(LN_S) $< $@
+ $(LN_S) $(XCBPROTO_XCBINCLUDEDIR)/xproto.xml $@
$(EXTENSION_XML):
[ -d extensions ] || mkdir extensions
--
1.4.1
More information about the Xcb
mailing list