Re: CVS Update: xc (branch: trunk)

2003-09-19 Thread Harold L Hunt II
Matthieu, The new file, prngc.c, uses sockaddr_storage. However, I know that at least Cygwin does not have sockaddr_storage. No alternative is provided and no conditional compilation is in effect to fall back to previous functionality when sockaddr_storage is not available. This breaks the

Re: BitBlt for big Endian

2003-09-19 Thread Gazelle Jean-Laurent
Hi, I'm trying to build/run Xfree for a 69030 card on a PowerPC platform. Looks like you're trying to do the same thing. Are all these values set to MSBFirst for you also ? X_BYTE_ORDER BITMAP_BIT_ORDER IMAGE_BYTE_ORDER I do still have the following byteswapping issues (is it your case also ?):

Re: C version of ucs2any.pl

2003-09-19 Thread Harold L Hunt II
Matthieu (and Matthias), Matthias Scheler wrote: On Thu, Sep 18, 2003 at 10:58:19PM +0200, Matthieu Herrb wrote: It seems to me that the C langage version of ucs2any.pl developped by Ben Collver and other NetBSD developpers is now stable enough to be included in XFree86. Two comments: 1.)

new patch for pkg-config in libX11 - much shorter

2003-09-19 Thread Warren Turkal
I found that I don't need some of the stuff I had in the patch. Here is a new patch representing that knowledge. diff -r -u3 -N xc/lib/X11/Imakefile 017_x11-pkg-config-enable.diff/xc/lib X11/Imakefile --- xc/lib/X11/Imakefile2002-11-25 20:31:23.0 -0600 +++ xc/lib/X11/Imakefile

Re: C version of ucs2any.pl

2003-09-19 Thread David Dawes
On Fri, Sep 19, 2003 at 02:01:00PM -0400, Harold L Hunt II wrote: Matthieu (and Matthias), Matthias Scheler wrote: On Thu, Sep 18, 2003 at 10:58:19PM +0200, Matthieu Herrb wrote: It seems to me that the C langage version of ucs2any.pl developped by Ben Collver and other NetBSD developpers is

Re: C version of ucs2any.pl

2003-09-19 Thread Harold L Hunt II
David Dawes wrote: On Fri, Sep 19, 2003 at 02:01:00PM -0400, Harold L Hunt II wrote: Matthieu (and Matthias), Matthias Scheler wrote: On Thu, Sep 18, 2003 at 10:58:19PM +0200, Matthieu Herrb wrote: It seems to me that the C langage version of ucs2any.pl developped by Ben Collver and other

Re: C version of ucs2any.pl

2003-09-19 Thread David Dawes
On Fri, Sep 19, 2003 at 03:38:14PM -0400, Harold L Hunt II wrote: David Dawes wrote: On Fri, Sep 19, 2003 at 02:01:00PM -0400, Harold L Hunt II wrote: Matthieu (and Matthias), Matthias Scheler wrote: On Thu, Sep 18, 2003 at 10:58:19PM +0200, Matthieu Herrb wrote: It seems to me that the