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
Hi
I get the following error message with some different linux distributions by executing
"./configure && make -j4 -C out BUILDTYPE=Release V=8":
ar: /mnt/c/Users/steph/Downloads/replay/node/out/Release/obj.target/libnode/src/node_build_id.o: No such file or directory
make: *** [libnode.target.mk:413: /mnt/c/Users/steph/Downloads/replay/node/out/Release/obj.target/libnode.a] Error 1
How could I resolve this issue and build this project correctly?
Thanks in advance!
Steve
The text was updated successfully, but these errors were encountered:
Hi
I get the following error message with some different linux distributions by executing
"./configure && make -j4 -C out BUILDTYPE=Release V=8":
ar: /mnt/c/Users/steph/Downloads/replay/node/out/Release/obj.target/libnode/src/node_build_id.o: No such file or directory
make: *** [libnode.target.mk:413: /mnt/c/Users/steph/Downloads/replay/node/out/Release/obj.target/libnode.a] Error 1
How could I resolve this issue and build this project correctly?
Thanks in advance!
Steve
The text was updated successfully, but these errors were encountered: