GreyKnight

Results 7 comments of GreyKnight

This sounds like the problem I'm seeing too.

Sorry, I don't actually even recall what the correct interpretation was now :-S

I've got cygwin on that machine with both `make` and `gcc`, will it work if I run `cargo` from a cygwin shell? Or will the cygwin environment confuse it further?...

Cygwin gcc started spewing errors about undefined reference to `__errno`, `__getreent`, and what-have-you. I installed MSYS2 with gcc 5.3.0 and GNU make 4.2.1. ~~I get a similar panic to the...

I was using the ordinary packages, yes. Thanks for the guide, I'll try on Monday and see if it works.

Forgot to mention, this is on Linux 64-bit. I ran into issue #73 while trying to reproduce on Windows. :-(

Using the standalone reference interpreter, I can `require()` the module in that test case just fine, and call its provided function. This makes me suspect I'm doing something wrong with...