-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Although this looks kinda dead, I'd really like to work on it.
Problem is, I went in, compiled it, and when I ran the VM REPL, I tried the test code from magpie-lang.org, and it spat out a semi-nasty error:
uv_write2: Assertion `(stream->type == UV_TCP || stream->type == UV_NAMED_PIPE || stream->type == UV_TTY) && "uv_write (unix) does not yet support other types of streams"'
I'm using Ubuntu 14.04.2 LTS, and to compile it I had to add in:
'target_arch%': 'ia32', # set v8's target architecture
'host_arch%': 'ia32', # set v8's host architecture
Which seems fairly nonstandard, so that is probably related.
Metadata
Metadata
Assignees
Labels
No labels