Re: [ANNOUNCE] xextproto 7.0.99.1

2009-07-19 Thread Peter Hutterer
On Sat, Jul 18, 2009 at 04:42:55PM +0200, Klaus Dittrich wrote:
 Peter Hutterer schrieb:
 Many headers included in xextproto were combined library, server and
 protocol headers. This release splits those headers up and moves the
 client-side library headers into the libXext module.

 Clients should not be affected by this change.
 Drivers that included headers from this module will need to be fixed.

 Adam Jackson (1):
   Remove most LBX headers.

 James Cloos (1):
   C sucks: define XEventClass in terms of unsigned int, not CARD32.

 Peter Hutterer (17):
   MITMisc: remove MITMisc.h library header, split into mitmistproto.h
   XEVI: remove XEVI.h library header, split into EVIproto.h
   XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h
   XShm: remove XShm.h library header, split into shm.h, shmproto.h
   XTest: remove XTest.h, split into xtest.h and xtestproto.h
   Xag: remove Xag.h library header, split into Xagconst.h
   Xcup: remove XCup.h library header, split into cup.h
   Xdbe: remove Xdbe.h library header, split into dbe.h
   Remove Xext.h and Xge.h - pure library headers.
   dpms: remove dpms.h library header, split into dpmsconst.h
   remove extutil.h, pure library header
   multibuf: remove multibuf.h, split into multibufconst.h
   security: remove security.h, split into secur.h
   shape: remove shape.h, split into shapeconst.h
   sync: remove sync.h library header, split into syncconst.h
   xtestext1: split xtestext1.h header into xtestext1proto.h
   Bump to 7.0.99.1

 git tag: xextproto-7.0.99.1

 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.1.tar.bz2
 MD5: 8439d47c486b7dbd85e4071d6c8408ca  xextproto-7.0.99.1.tar.bz2
 SHA1: 58a2bc95e548a8d79ce96e6dc866c28464dcf125  xextproto-7.0.99.1.tar.bz2

 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.1.tar.gz
 MD5: 9915827151b19817c879167e77cb43d2  xextproto-7.0.99.1.tar.gz
 SHA1: ac6de9eb42103e4cd60cbe6523c62b09c43f2551  xextproto-7.0.99.1.tar.gz


 XTest.c:38:37: error: X11/extensions/xteststr.h: No such file or directory

 Here xteststr.h gets not installed by xextproto-7.0.99.1.

are you trying to build libXext? If so, it needs to be updated to latest
git.

Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xextproto 7.0.99.1

2009-07-18 Thread Klaus Dittrich
Peter Hutterer schrieb:
 Many headers included in xextproto were combined library, server and
 protocol headers. This release splits those headers up and moves the
 client-side library headers into the libXext module.

 Clients should not be affected by this change.
 Drivers that included headers from this module will need to be fixed.

 Adam Jackson (1):
   Remove most LBX headers.

 James Cloos (1):
   C sucks: define XEventClass in terms of unsigned int, not CARD32.

 Peter Hutterer (17):
   MITMisc: remove MITMisc.h library header, split into mitmistproto.h
   XEVI: remove XEVI.h library header, split into EVIproto.h
   XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h
   XShm: remove XShm.h library header, split into shm.h, shmproto.h
   XTest: remove XTest.h, split into xtest.h and xtestproto.h
   Xag: remove Xag.h library header, split into Xagconst.h
   Xcup: remove XCup.h library header, split into cup.h
   Xdbe: remove Xdbe.h library header, split into dbe.h
   Remove Xext.h and Xge.h - pure library headers.
   dpms: remove dpms.h library header, split into dpmsconst.h
   remove extutil.h, pure library header
   multibuf: remove multibuf.h, split into multibufconst.h
   security: remove security.h, split into secur.h
   shape: remove shape.h, split into shapeconst.h
   sync: remove sync.h library header, split into syncconst.h
   xtestext1: split xtestext1.h header into xtestext1proto.h
   Bump to 7.0.99.1

 git tag: xextproto-7.0.99.1

 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.1.tar.bz2
 MD5: 8439d47c486b7dbd85e4071d6c8408ca  xextproto-7.0.99.1.tar.bz2
 SHA1: 58a2bc95e548a8d79ce96e6dc866c28464dcf125  xextproto-7.0.99.1.tar.bz2

 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.1.tar.gz
 MD5: 9915827151b19817c879167e77cb43d2  xextproto-7.0.99.1.tar.gz
 SHA1: ac6de9eb42103e4cd60cbe6523c62b09c43f2551  xextproto-7.0.99.1.tar.gz

   
 

 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg
XTest.c:38:37: error: X11/extensions/xteststr.h: No such file or directory

Here xteststr.h gets not installed by xextproto-7.0.99.1.

-- 
Klaus 


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xextproto 7.0.99.1

2009-07-17 Thread Colin Harrison
Hi,

Xdbeproto.h was renamed to dbeproto.h.

xserver/dbe/dbestruct.h master still includes Xdbeproto.h but dbe will not
compile, for me, if changed to include dbeproto.h instead?

Thanks,
Colin


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xextproto 7.0.99.1

2009-07-17 Thread Colin Harrison
Hi,

No problem, just spotted

http://lists.x.org/archives/xorg-devel/2009-July/001437.html

and that fixed the problem for me.

Thanks
Colin

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xextproto 7.0.99.1

2009-07-15 Thread Peter Hutterer
Many headers included in xextproto were combined library, server and
protocol headers. This release splits those headers up and moves the
client-side library headers into the libXext module.

Clients should not be affected by this change.
Drivers that included headers from this module will need to be fixed.

Adam Jackson (1):
  Remove most LBX headers.

James Cloos (1):
  C sucks: define XEventClass in terms of unsigned int, not CARD32.

Peter Hutterer (17):
  MITMisc: remove MITMisc.h library header, split into mitmistproto.h
  XEVI: remove XEVI.h library header, split into EVIproto.h
  XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h
  XShm: remove XShm.h library header, split into shm.h, shmproto.h
  XTest: remove XTest.h, split into xtest.h and xtestproto.h
  Xag: remove Xag.h library header, split into Xagconst.h
  Xcup: remove XCup.h library header, split into cup.h
  Xdbe: remove Xdbe.h library header, split into dbe.h
  Remove Xext.h and Xge.h - pure library headers.
  dpms: remove dpms.h library header, split into dpmsconst.h
  remove extutil.h, pure library header
  multibuf: remove multibuf.h, split into multibufconst.h
  security: remove security.h, split into secur.h
  shape: remove shape.h, split into shapeconst.h
  sync: remove sync.h library header, split into syncconst.h
  xtestext1: split xtestext1.h header into xtestext1proto.h
  Bump to 7.0.99.1

git tag: xextproto-7.0.99.1

http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.1.tar.bz2
MD5: 8439d47c486b7dbd85e4071d6c8408ca  xextproto-7.0.99.1.tar.bz2
SHA1: 58a2bc95e548a8d79ce96e6dc866c28464dcf125  xextproto-7.0.99.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.1.tar.gz
MD5: 9915827151b19817c879167e77cb43d2  xextproto-7.0.99.1.tar.gz
SHA1: ac6de9eb42103e4cd60cbe6523c62b09c43f2551  xextproto-7.0.99.1.tar.gz



pgpdx3WxAvD4j.pgp
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce