beamjs / erlv8

Erlang interface for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make on debian

undassa opened this issue · comments

==> erlv8 (compile)
src/erlv8_nif.erl:32: function error/1 undefined
src/erlv8_nif.erl:35: function error/1 undefined
src/erlv8_nif.erl:38: function error/1 undefined
src/erlv8_nif.erl:41: function error/1 undefined
src/erlv8_nif.erl:44: function error/1 undefined
src/erlv8_nif.erl:47: function error/1 undefined
src/erlv8_nif.erl:50: function error/1 undefined
make: *** [compile] Error 1

I suspect old Erlang version. What's the version of Erlang used?

thx for fast reply )
Erlang R14A (erts-5.8) [source] [64-bit]

That's likely the issue. This is a pretty damn old alpha version. Try
R15B+

On Mon, Nov 5, 2012 at 1:06 PM, Alexander Kaloshin <notifications@github.com

wrote:

thx for fast reply )
Erlang R14A (erts-5.8) [source] [64-bit]


Reply to this email directly or view it on GitHubhttps://github.com//issues/73#issuecomment-10087854.

Oh.. debian... thx. If ok - close ticket.

Yeap. it's ok on 15B02.