-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi, I'm installing luv through opam and I get this error on Windows Cygwin.
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of luv failed at "/home/writt/.opam/default/bin/dune build -p luv -j 15".
#=== ERROR while compiling luv.0.5.11 =========================================#
# context 2.0.7 | cygwin/x86_64 | ocaml-system.4.10.0 | https://opam.ocaml.org#889ba0f6
# path ~/.opam/default/.opam-switch/build/luv.0.5.11
# command ~/.opam/default/bin/dune build -p luv -j 15
# exit-code 1
# env-file ~/.opam/log/luv-27676-05296d.env
# output-file ~/.opam/log/luv-27676-05296d.out
### output ###
# bash src/c/dlluv.so,src/c/libuv.a (exit 1)
# (cd _build/default/src/c && /usr/bin/bash -e -u -o pipefail -c 'cp vendor/libuv/libuv.so.1.0.0 dlluv.so || cp vendor/libuv/libuv.1.dylib dlluv.so || cp vendor/bin/libuv-1.dll dlluv.dll' &> /dev/null
I have no idea why it's failing. Is there a dependency i'm missing?
Reactions are currently unavailable