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
make dist results in an incomplete archive that is not suitable for building, resulting in errors such as
sh-4.2# make
|make all-recursive
|make[1]: Entering directory `/tmp/zrpcd/extr/zrpcd-0.2'
|Making all in zrpcd
|make[2]: Entering directory `/tmp/zrpcd/extr/zrpcd-0.2/zrpcd'
| CC zrpcd.o
|In file included from zrpcd.c:14:0:
|../zrpcd/zrpc_vpnservice.h:11:35: fatal error: zrpcd/zrpc_os_wrapper.h: No such file or directory
| #include "zrpcd/zrpc_os_wrapper.h"
make works on the tree that was make disted to build the archive
The text was updated successfully, but these errors were encountered:
make dist results in an incomplete archive that is not suitable for building, resulting in errors such as
make
works on the tree that wasmake dist
ed to build the archiveThe text was updated successfully, but these errors were encountered: