You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
make[1]: *** No rule to make target src/eio/eio.c', needed bysrc/eio/eio.o'. Stop.
patch in deps/uv/config-mingw.mk
change all src/eio/eio.o to src/unix/eio/eio.o
change all src/eio/eio.c to src/unix/eio/eio.c
change all src/eio/.o to src/unix/eio/.o
The text was updated successfully, but these errors were encountered:
symptom1
make[1]: Leaving directory `/r/node/out/Release/deps/uv'
make[1]: *** No rule to make target
include/uv-win.h', needed by
src/uv-common.o'. Stop.patch in deps/uv/config-mingw.mk
-src/uv-common.o: src/uv-common.c include/uv.h include/uv-win.h
+src/uv-common.o: src/uv-common.c include/uv.h include/uv-private/uv-win.h
symptom 2
make[1]: Leaving directory `/r/node/out/Release/deps/uv'
make[1]: *** No rule to make target
src/uv-eio.c', needed by
src/uv-eio.o'. Stop.patch in deps/uv/config-mingw.mk
-src/uv-eio.o: src/uv-eio.c
+src/uv-eio.o: src/unix/uv-eio.c
symptom 3
make[1]: Leaving directory `/r/node/out/Release/deps/uv'
make[1]: *** No rule to make target
src/eio/eio.c', needed by
src/eio/eio.o'. Stop.patch in deps/uv/config-mingw.mk
change all src/eio/eio.o to src/unix/eio/eio.o
change all src/eio/eio.c to src/unix/eio/eio.c
change all src/eio/.o to src/unix/eio/.o
The text was updated successfully, but these errors were encountered: