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-
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.
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.
---
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
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