<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I am trying to perform a modular build following the directions from this site:<br>
<br>
<a href="http://www.x.org/wiki/ModularDevelopersGuide#Introduction" target="_blank">http://www.x.org/wiki/ModularDevelopersGuide#Introduction</a><br>
<br>
Everything runs well until the build script gets to lib/libXau then things fail. I am building on a centos5.x system and have updated all the development tools and libs to the versions called for on the previously noted website. I then issue the command:<br>
<br>
./util/modular/build.sh --clone $HOME/Xstuff/build -o lib/libXau <br>
<br>
and get the following output: <br>
<br>
Building to run Linux / x86_64 ()<br>
Wed Jan 18 14:58:27 CST 2012<br>
Skipping util module component macros...<br>
Skipping font module component util...<br>
Skipping doc module component xorg-sgml-doctools...<br>
Skipping doc module component xorg-docs...<br>
Skipping proto module component bigreqsproto...<br>
Skipping proto module component compositeproto...<br>
Skipping proto module component damageproto...<br>
Skipping proto module component dmxproto...<br>
Skipping proto module component dri2proto...<br>
Skipping proto module component fixesproto...<br>
Skipping proto module component fontsproto...<br>
Skipping proto module component glproto...<br>
Skipping proto module component inputproto...<br>
Skipping proto module component kbproto...<br>
Skipping proto module component randrproto...<br>
Skipping proto module component recordproto...<br>
Skipping proto module component renderproto...<br>
Skipping proto module component resourceproto...<br>
Skipping proto module component scrnsaverproto...<br>
Skipping proto module component videoproto...<br>
Skipping proto module component x11proto...<br>
Skipping proto module component xcmiscproto...<br>
Skipping proto module component xextproto...<br>
Skipping proto module component xf86bigfontproto...<br>
Skipping proto module component xf86dgaproto...<br>
Skipping proto module component xf86driproto...<br>
Skipping proto module component xf86vidmodeproto...<br>
Skipping proto module component xineramaproto...<br>
Skipping xcb module component proto...<br>
Skipping util module component makedepend...<br>
Skipping lib module component libxtrans...<br>
<br>
======================================================================<br>
==  Processing module/component:  "lib/libXau"<br>
Cloning into 'lib/libXau'...<br>
remote: Counting objects: 392, done.<br>
remote: Compressing objects: 100% (196/196), done.<br>
remote: Total 392 (delta 234), reused 304 (delta 175)<br>
Receiving objects: 100% (392/392), 84.83 KiB, done.<br>
Resolving deltas: 100% (234/234), done.<br>
autoreconf: Entering directory `.'<br>
autoreconf: configure.ac: not using Gettext<br>
autoreconf: running: aclocal -I /home/semeraro/Xstuff/build/share/aclocal <br>
autoreconf: configure.ac: tracing<br>
autoreconf: configure.ac: not using Libtool<br>
autoreconf: running: /usr/local/bin/autoconf<br>
configure.ac:35: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL<br>
      If this token and others are legitimate, please use m4_pattern_allow.<br>
      See the Autoconf documentation.<br>
configure.ac:36: error: possibly undefined macro: AC_PROG_LIBTOOL<br>
autoreconf: /usr/local/bin/autoconf failed with exit status: 1<br>
build.sh: "autogen.sh" failed on lib/libXau<br>
build.sh: error processing module/component:  "lib/libXau"<br>
<br>
All of the skipped modules built just fine but for some reason there is an undefined macro that looks like something to do with microsoft windows in there. Google fails to shed any light on the problem and so I come here for help. Any help resolving this error
 would be greatly appreciated. <br>
<br>
Best Regards,<br>
Dave S.<br>
</div>
</body>
</html>