Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[3685] trunk/unix

2009-03-19 Thread DRC
I now have working 32-bit and 64-bit builds. I added some logic to the build script to allow me to override the PREFIX so that these two builds can co-exist on the same machine. The magic incantation on RHEL 5 is as follows: # 64-bit version cd ~/tigervnc64/unix PREFIX=`pwd`/xorg.build sh build-

[Tigervnc-devel] VNC multihead and size change extension (v2)

2009-03-19 Thread Pierre Ossman
This is a new version of the new screen update protocol, based on feedback in the previous round. Basic changes: - Removal of sizing hints. This is a big problem, and better suited by a separate pseudoencoding that can send all sorts of information, including enumerations of valid sizes.

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[3685] trunk/unix

2009-03-19 Thread DRC
Unfortunately, the new macros did not fix it. > Hmm, from this output, I can't tell whether this problem is caused by > the missing macros package, or of this is another problem. But let's > try the macros package fix first. ---

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[3685] trunk/unix

2009-03-19 Thread Peter Åstrand
Unfortunately, the new macros did not fix it. Hmm, from this output, I can't tell whether this problem is caused by the missing macros package, or of this is another problem. But let's try the macros package fix first. Seems to be this problem: https://bugs.freedesktop.org/show_bug.cgi?id=1

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[3685] trunk/unix

2009-03-19 Thread Peter Åstrand
What is the purpose of the line export ACLOCAL="aclocal -I ${PREFIX}/share/aclocal" Building Xorg requires that you use an up-to-date version of the util-macros package. In particular, you'll need an update version of xorgversion.m4. The script fails unless I remove this line. autorec