<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Bruno and Richy,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Sorry for the late respons.</div><div class="gmail_default" style="font-size:small">I didn't expect both developers to respond so quickly!</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I used the cln-1.3.4.tar.bz2.</div><div class="gmail_default" style="font-size:small">I have the all the required build tools installed and updated (to the latest version in the Arch repo).<br></div><div class="gmail_default" style="font-size:small">The commands used (from /path/to/project/lib/cln-1.3.4):</div><div class="gmail_default" style="font-size:small">$ /path/to/src/cln-1.3.4/configure --prefix=/path/to/project/lib/cln-1.3.4 --with-gmp=/path/to/project/lib/gmp-6.1.2 --enable-static --disable-shared</div><div class="gmail_default" style="font-size:small">$ make<br></div> cd /<span class="gmail_default" style="font-size:small">path/to/source</span>/cln-1.3.4 && /bin/sh /<span class="gmail_default" style="font-size:small">path/to/src</span>/cln-1.3.4/autoconf/missing automake-1.14 --foreign<br>/<span class="gmail_default" style="font-size:small">path/to/source</span>/cln-1.3.4/autoconf/missing: line 81: automake-1.14: command not found<br>WARNING: 'automake-1.14' is missing on your system.<br> You should only need it if you modified 'Makefile.am' or<br> '<a href="http://configure.ac">configure.ac</a>' or m4 files included by '<a href="http://configure.ac">configure.ac</a>'.<br> The 'automake' program is part of the GNU Automake package:<br> <<a href="http://www.gnu.org/software/automake">http://www.gnu.org/software/automake</a>><br> It also requires GNU Autoconf, GNU m4 and Perl in order to run:<br> <<a href="http://www.gnu.org/software/autoconf">http://www.gnu.org/software/autoconf</a>><br> <<a href="http://www.gnu.org/software/m4/">http://www.gnu.org/software/m4/</a>><br> <<a href="http://www.perl.org/">http://www.perl.org/</a>><br>make: *** [Makefile:488: /<span class="gmail_default" style="font-size:small">path/to/source</span>/cln-1.3.4/Makefile.in] Error 1<br></div><div dir="ltr"><br></div><div dir="ltr"><div style="font-size:small" class="gmail_default">While trying to reproduce the error, I also got the same error but with aclocal-1.14 instead of automake-1.14.</div><div style="font-size:small" class="gmail_default">I have 1.16 installed for both of these tools.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">If there is anything else I should check which might help you, just ask.</div><div style="font-size:small" class="gmail_default">I'm sorry if this problem is related to my system specific, however, I did find some occurances of "1.14" in the configure script and the aclocal.m4.<br></div><div style="font-size:small" class="gmail_default">When I install automake-1.14, I don't have any problems, so the rest of the build process works fine.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">With kind regards,</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Luc<br></div><br><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 28 Mar 2019 at 02:04, Bruno Haible <<a href="mailto:bruno@clisp.org">bruno@clisp.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Luc,<br>
<br>
Luc de Jonckheere wrote:<br>
> When I built CLN, it failed making it.<br>
> "autoconf/missing" requires automake-1.14.<br>
> <br>
> This dependency isn't listed in the install/build documentation (<br>
> <a href="https://www.ginac.de/CLN/cln.html#Installing-the-library" rel="noreferrer" target="_blank">https://www.ginac.de/CLN/cln.html#Installing-the-library</a>).<br>
> Building was successful after installing this dependency.<br>
<br>
The documentation describes how to build the package, starting from a<br>
source tarball.<br>
<br>
For how to build a git checkout, you typically need to look at the files<br>
README, INSTALL, HACKING, README-hacking, or similar, in the top-level<br>
directory. In the case of CLN, it's the INSTALL file. When you start<br>
building from a git checkout, we assume you know what it takes to<br>
generate a configure file (i.e. make sure you have m4, autoconf, automake,<br>
libtool installed).<br>
<br>
You didn't say which of the two things you are doing. If you got that<br>
error message when building a tarball, then the tarball is broken; please<br>
tell us which tarball it is, so that we can replace it.<br>
<br>
Bruno<br>
<br>
</blockquote></div>