Dixi:

>XTRANSDEBUG=2: works
>XTRANSDEBUG=1: does not work

It gets worse.

Compiling with XTRANSDEBUG=1, if I change in xc/lib/xtrans/Xtrans.c
either line 427:
|static XtransConnInfo
|TRANS(Open) (int type, char *address)
|
|{
|    char                *protocol = NULL, *host = NULL, *port = NULL; 
|    XtransConnInfo      ciptr = NULL;
|    Xtransport          *thistrans;
|
|    PRMSG (2,"Open(%d,%s)\n", type, address, 0);

or line 598:
|XtransConnInfo
|TRANS(OpenCOTSClient) (char *address)
|
|{
|    PRMSG (2,"OpenCOTSClient(%s)\n", address, 0, 0);   


to read PRMSG (1,... then it works.

It looks like
|[EMAIL PROTECTED]:/home/tg $ glxgears  
|_X11TransOpen(1,local/:0)
if I change line 427, or
|[EMAIL PROTECTED]:/home/tg $ glxgears  
|_X11TransOpenCOTSClient(local/:0)
if I change line 598.

Looks like a compiler bug to me.

//mirabile
-- 
> Hi, does anyone sell openbsd stickers by themselves and not packaged
> with other products?
No, the only way I've seen them sold is for $40 with a free OpenBSD CD.
        -- Haroon Khalid and Steve Shockley in gmane.os.openbsd.misc

_______________________________________________
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel

Reply via email to