basebuilder
basebuilder copied to clipboard
lisp: tests failing
I've disabled it, may we get some help from @jblancett or @nightshade427? :)
Here's the output: https://gist.github.com/fsouza/313759abcb2730d3b21b
@fsouza will take a look asap
I have had some progress with it, and now I'm getting the following error:
uv-errno.h: No such file or directory
#include <uv-errno.h>
^
compilation terminated.
Seems like it's requiring a version of libuv newer than what's available on Ubuntu (this header is not available in libuv 0.10.x).
I've moved it to the branch broken-platforms, as part of #98.