<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 02/06/2010 01:58 PM, Björn Gustavsson wrote:
<blockquote
 cite="mid:6672d0161002052158p194e42a8w9efe32de6a1cbb50@mail.gmail.com"
 type="cite">
  <pre wrap="">On Sat, Feb 6, 2010 at 4:02 AM, Eric Liang <a class="moz-txt-link-rfc2396E" href="mailto:eric.l.2046@gmail.com"><eric.l.2046@gmail.com></a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm trying the Erlang/OTP test_server, but always get the error:
    </pre>
  </blockquote>
  <pre wrap="">
Modern versions of the test_server and test suites can be found
in out git repository. Instructions for building and running the
tests can be found here:

<a class="moz-txt-link-freetext" href="http://wiki.github.com/erlang/otp/running-tests">http://wiki.github.com/erlang/otp/running-tests</a>

  </pre>
</blockquote>
Thanks you, Björn. <br>
<br>
Actually the reason why I use otp release package is because I failed
to compile the sources in git. It looks like there is something
mismatching on the autoconf:<br>
<blockquote>$ export ERL_TOP=`pwd`<br>
$ ./otp_build autoconf<br>
***************************************************<br>
***************************************************<br>
*** WARNING: System might fail to configure or<br>
***          might be erroneously configured<br>
***          since autoconf version 2.13 is used<br>
***          instead of version 2.59!<br>
***************************************************<br>
***************************************************<br>
  <br>
=== running autoconf in lib<br>
/usr/bin/m4:configure.in:25: cannot open `m4sugar/foreach.m4': No such
file or directory<br>
</blockquote>
I did research the malling-list, somebody said: autoreconf -fis helps.
The configure script was generated, but after configure, I still get
the related error(m4sugar/foreach.m4) while making. Do you have any
advice on this? <br>
<br>
Also, any other suggestions will be appreciated . Thanks in advance.<br>
<br>
Eric<br>
</body>
</html>