<div dir="ltr">I'm assuming Xquartz/X11 fulfills the "X server" requirement?  If so, then yes I have both.<div><br></div><div>And what do you mean - "I can remove them"?  The first problem is that $(AUTOCONF) (and $(MAKE) for that matter) is not set to anything, so it tries to run the file directly (failing of course).  Either the two lines should be added, or the $(AUTOCONF) and $(MAKE)'s should be changed to autoconf and make, or it should be specified in the docs that AUTOCONF and MAKE should point to autoconf and make binaries.</div><div><br></div><div>I have no idea what the undefined macro means.  It seems to be halting execution, which prevent config.sub from being created and configure from being chmod +x'd.  I'll look into that more later when I get the chance.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 6, 2015 at 10:19 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@us.netrek.org" target="_blank">quozl@us.netrek.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, May 06, 2015 at 09:45:03PM -0400, iggyvolz . wrote:<br>
> So I tried to compile the netrek-client-cow from source.<br>
<br>
</span>Which source?  .tar.gz or darcs?<br>
<br>
Here is a build after darcs get:<br>
<a href="http://dev.laptop.org/~quozl/z/1YqBKv.txt" target="_blank">http://dev.laptop.org/~quozl/z/1YqBKv.txt</a><br>
<br>
Your problem does not reproduce here.<br>
<span class=""><br>
> However, in Makefile, it specifically on line 81 references<br>
> $(AUTOCONF), even though it is never set.  It also references<br>
> $(MAKE) even though that is never set.  Should these both be set to<br>
> which autoconf and which make, respectively?  For example, add<br>
> before line 3:<br>
><br>
> AUTOCONF=$(shell which autoconf)<br>
> MAKE=$(shell which make)<br>
<br>
</span>No, these are unused, superfluous.  I can remove them.<br>
<span class=""><br>
> Setting these don't make the install go off without a hitch,<br>
> though.  I'm still investigating those errors (specifically I'm<br>
> getting "undefined macro: AM_PATH_SDL, AM_CONDITIONAL, and<br>
</span>> AM_GNU_GETTEXT" on running make for the [1] <a href="http://configure.in" target="_blank">configure.in</a> processing,<br>
<span class="">> then it can't find config.sub for ./configure) but I'll submit a<br>
> separate bug report after I look into it some more, unless someone<br>
> knows the cause just by a glance.<br>
<br>
</span>I don't see those problems.<br>
<span class=""><br>
> I'm on OS X Mavericks if that makes any difference, although it<br>
> shouldn't.<br>
<br>
</span>You have an X server installed?<br>
<br>
This code requires an X server, and GNU Autotools.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
_______________________________________________<br>
netrek-dev mailing list<br>
<a href="mailto:netrek-dev@us.netrek.org">netrek-dev@us.netrek.org</a><br>
<a href="http://mailman.us.netrek.org/mailman/listinfo/netrek-dev" target="_blank">http://mailman.us.netrek.org/mailman/listinfo/netrek-dev</a><br>
</font></span></blockquote></div><br></div>