avtobiff / erlang-uuid

Erlang UUID
https://github.com/avtobiff/erlang-uuid
GNU Lesser General Public License v3.0
113 stars 77 forks source link

Can't make #13

Closed aaronflorey closed 9 years ago

aaronflorey commented 9 years ago

p src/uuid.app.src ebin/uuid.app erl -make {"init terminating in do_boot",{undef,[{make,all,[],[]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

Crash dump was written to: erl_crash.dump init terminating in do_boot () Makefile:17: recipe for target 'build' failed make: *\ [build] Error 1

Is there something i'm missing?

Dania02525 commented 9 years ago

I ran into this, and had to edit rebar.config in ChicagoBoss/deps/boss_db to point uuid dependency to github instead of gitorious. Should be:

{uuid, ".*", {git, "git://github.com/avtobiff/erlang-uuid.git", {tag, "9cfe9666f1"}}},

avtobiff commented 9 years ago

Fixed in 6df1eaf, released in v0.4.7.

Thanks!