Skip to content

Ubuntu stream.c error. #38

@tanishalfelven

Description

@tanishalfelven

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions