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
In file included from acl.c:34:0:
../mfscommon/main.h:33:21: fatal error: version.h: No such file or directory
#include "version.h"
^
compilation terminated.
./configure 可以通过
在make的时候,报错:
Making all in mfsmaster
make[2]: Entering directory `/root/shadow-mfs/mfsmaster'
gcc -DHAVE_CONFIG_H -I. -I.. -lpthread -std=c99 -I../mfscommon -DAPPNAME=mfsmaster -D_GNU_SOURCE -g -O2 -W -Wall -Wshadow -MT acl.o -MD -MP -MF .deps/acl.Tpo -c -o acl.o acl.c
In file included from acl.c:34:0:
../mfscommon/main.h:33:21: fatal error: version.h: No such file or directory
#include "version.h"
^
compilation terminated.
make[2]: *** [acl.o] Error 1
make[2]: Leaving directory `/root/shadow-mfs/mfsmaster'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/shadow-mfs'
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: