I am a moron!
Edit deps/erlang/rebar.config. Change "make" in the last two lines to
"gmake".
From:
{port_pre_script, {"make -C c_src", ""}}.
{port_cleanup_script, "make -C c_src clean"}.
to
{port_pre_script, {"gmake -C c_src", ""}}.
{port_cleanup_script, "gmake -C c_src clean"}.
Looking for a proper fix for this for the time being that doesn't involve
autoconf.
--Ryan
On Thu, May 13, 2010 at 8:01 PM, kg9020 <[email protected]> wrote:
> Rayn,
>
> Thank you for taking time to look at this, here is the output
>
>
>
>
>
> arthur
>
> On May 13, 2010, at 11:33 AM, Ryan Tilder wrote:
>
> > I'm sorry, Art. I meant the full output of an attempt to run make in the
> riak directory with which you originally had problems not the Makefile.test
> I sent you.
> >
> > --Ryan
> >
>
>
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com