Hello,

I'm having trouble building with the latest tip on OS X 10.6.  Does 0.10
require Erlang R13B04?

$ make
./rebar get-deps
...
==> riak_kv (get-deps)
Pulling ebloom from {hg,"http://bitbucket.org/basho/ebloom","RELEASE_2"}
real URL is http://bitbucket.org/basho/ebloom/
destination directory: ebloom
...
==> ebloom (compile)
Compiling c_src/ebloom_nifs.cpp
c_src/ebloom_nifs.cpp:24: error: expected initializer before ‘*’ token


Thanks,
Jonathan

On Tue, Apr 13, 2010 at 2:58 PM, Bryan Fink <[email protected]> wrote:

> Hello, Riak users.  We wanted to give you all a heads up that we have
> just pulled a large changelog into the tip of the Riak repository.  We
> have been working on this list of changes privately, in order to cause
> less confusion, as it covers a fairly major change, that was
> experimental at first.
>
> The big change is that we have split the 'riak' Erlang application
> into two cooperating applications: 'riak_core' and 'riak_kv'.  This
> has both forced us to untangle some code, making interfaces cleaner,
> as well as provided us with the ability to implement new functionality
> on top of the clustering tools that Riak provides, without hacking
> around the needs of the key/value store.
>
> If you are interested in testing before the 0.10 release, please read
> through the TRANSITION document included with the source.  The most
> important notes in there are the ones about changing your
> configuration and ring file names.
>
> If you're looking for the last updates just before this large change,
> please pull the revision tagged "pre-0.10".
>
> More details to come in the 0.10 release notes!
>
> -The Basho Riak Team
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to