> > Sorry, I was up late working with XCB, but here are the fixes I've got > that get the X server building again. Review welcome; after these are > merged, I'm going to cut an RC2 and try to get everything else > released today as well. Also, sleep would be nice.
This serious doesn't seem to address the issue I'm currently seeing on master: ../../os/.libs/libos.a(io.o): In function `WriteFdToClient': io.c:(.text+0x699): undefined reference to `_XSERVTransSendFd' ../../os/.libs/libos.a(io.o): In function `ReadFdFromClient': io.c:(.text+0x6c4): undefined reference to `_XSERVTransRecvFd' collect2: ld returned 1 exit status since the code in os/io.c will still try to call the fd passing interfaces in libxtrans. _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
