<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Thu, 2010-03-04 at 14:38 -0500, Gaetan Nadon wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    On Thu, 2010-03-04 at 10:55 -0800, Dan Nicholson wrote: 
    <BLOCKQUOTE TYPE=CITE>
<PRE>
On Thu, Mar 4, 2010 at 10:42 AM, Fernando Carrijo &lt;<A HREF="mailto:fcarrijo@yahoo.com.br">fcarrijo@yahoo.com.br</A>&gt; wrote:
&gt; Hi Dan,
&gt;
&gt; Dan Nicholson &lt;<A HREF="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</A>&gt; wrote:
&gt;&gt; Adds an optional parameter to XORG_CHECK_ASCIIDOC to enforce a minimum
&gt;&gt; version needed.
&gt;&gt;
&gt;&gt; Signed-off-by: Dan Nicholson &lt;<A HREF="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</A>&gt;
&gt;&gt; ---
&gt;&gt; &nbsp;xorg-macros.m4.in | &nbsp; 16 +++++++++++++++-
&gt;&gt; &nbsp;1 files changed, 15 insertions(+), 1 deletions(-)
&gt;&gt;
&gt;&gt; diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
&gt;&gt; index 478e5fe..e9eecf2 100644
&gt;&gt; --- a/xorg-macros.m4.in
&gt;&gt; +++ b/xorg-macros.m4.in
&gt;&gt; @@ -355,7 +355,7 @@ fi
&gt;&gt; &nbsp;AM_CONDITIONAL([HAVE_XMLTO], [test &quot;$have_xmlto&quot; = yes])
&gt;&gt; &nbsp;]) # XORG_CHECK_XMLTO
&gt;&gt;
&gt;&gt; -# XORG_WITH_ASCIIDOC
&gt;&gt; +# XORG_WITH_ASCIIDOC([MIN-VERSION])
&gt;&gt; &nbsp;# ----------------
&gt;&gt; &nbsp;# Minimum version: 1.5.0
&gt;&gt; &nbsp;#
&gt;&gt; @@ -403,6 +403,20 @@ elif test &quot;x$use_asciidoc&quot; = x&quot;no&quot; ; then
&gt;&gt; &nbsp;else
&gt;&gt; &nbsp; &nbsp; AC_MSG_ERROR([--with-asciidoc expects 'yes' or 'no'])
&gt;&gt; &nbsp;fi
&gt;&gt; +m4_ifval([$1],
&gt;&gt; +[if test &quot;$have_asciidoc&quot; = yes; then
&gt;&gt; + &nbsp; &nbsp;# scrape the asciidoc version
&gt;&gt; + &nbsp; &nbsp;AC_MSG_CHECKING([the asciidoc version])
&gt;&gt; + &nbsp; &nbsp;asciidoc_version=`$ASCIIDOC --version 2&gt;/dev/null | cut -d' ' -f2`
&gt;&gt; + &nbsp; &nbsp;AC_MSG_RESULT([$asciidoc_version])
&gt;&gt; + &nbsp; &nbsp;AS_VERSION_COMPARE([$asciidoc_version], [$1],
&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp;[if test &quot;x$use_asciidoc&quot; = xauto; then
&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_WARN([asciidoc version $asciidoc_version found, but $1 needed])
&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;have_asciidoc=no
&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp;else
&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([asciidoc version $asciidoc_version found, but $1 needed])
&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp;fi])
&gt;&gt; +fi])
&gt;&gt; &nbsp;AM_CONDITIONAL([HAVE_ASCIIDOC], [test &quot;$have_asciidoc&quot; = yes])
&gt;&gt; &nbsp;]) # XORG_CHECK_ASCIIDOC
&gt;&gt;
&gt;&gt; --
&gt;&gt; 1.6.6.1
&gt;&gt;
&gt;
&gt; I applied your first patch and rebuilt both xorg-macros and libXi using
&gt; build.sh, and even so something goes wrong. I'm not sure which version(s)
&gt; of asciidoc Gaetan tested against, but here with Ubuntu 9.10 and asciidoc
&gt; 8.4.4 the the compilation keeps failing with error messages I can not
&gt; decypher.

We need to change libXi to demand 8.4.5. I think the big reason for
needing this change is the Ubuntu has 8.4.4 and it doesn't work. So,
change libXi to:

XORG_CHECK_ASCIIDOC([8.4.5])

</PRE>
    </BLOCKQUOTE>
    So, you just bumped the number by one to fix the build, not knowing if 8.4.5 works?<BR>
    <BR>
    I know for sure 8.5.1 (on Ubuntu) works, but there might be an earlier version that does. There are 8.4.5 and 8.5.0 in between.<BR>
    <A HREF="http://sourceforge.net/projects/asciidoc/files/">http://sourceforge.net/projects/asciidoc/files/</A><BR>
    <BR>
    <BR>
</BLOCKQUOTE>
Julien said 8.4.5 works:<BR>
<A HREF="https://bugs.freedesktop.org/show_bug.cgi?id=24289#c3">https://bugs.freedesktop.org/show_bug.cgi?id=24289#c3</A><BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE TYPE=CITE>
<PRE>
You should have the doc build skipped in that case. But for the error
you're hitting,

make[1]: *** No rule to make target
`XChangeDeviceDontPropagateList.3', needed by `all-am'.&nbsp; Stop.

I think it's something we fixed in the libXi automake rules a while
back. Is this libXi git?

--
Dan
_______________________________________________
xorg-devel mailing list
<A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>
<A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>
</PRE>
    </BLOCKQUOTE>
<PRE>
_______________________________________________
xorg-devel mailing list
<A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>
<A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>