[Xquartz-dev] Building Xquartz git snapshot(how to?)
Peter O'Gorman
peter at pogma.com
Mon Mar 17 15:15:37 PDT 2008
Harald Hanche-Olsen wrote:
> + "Michał Majchrowicz" <mmajchrowicz at gmail.com>:
>
>> configure.ac:567: error: possibly undefined macro: XTRANS_CONNECTION_FLAGS
>
> You probably need a newer autoconf.
It seems more likely that the *-proto packages are not installed or not
up to date, or if installed that aclocal does not know how to find them.
Did you look at the script Jeremy uses[1]? It has required var settings
like:
export ACLOCAL="aclocal -I /usr/X11/share/aclocal"
which will cause aclocal to look in /usr/X11/share/aclocal for m4 files,
one of which should have the macro definition for XTRANS_CONNECTION_FLAGS.
Peter
--
Peter O'Gorman
http://pogma.com
[1] http://svn.macosforge.org/repository/xquartz/trunk/compile-xserver.sh
More information about the Xquartz-dev
mailing list