We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mv -f $depbase.Tpo $depbase.Po In file included from ndmlib.h:43:0, from ndmagents.h:98, from ndmjob.h:38, from amndmjob_main.c:39: ndmprotocol.h:104:10: 致命错误:ndmp0.h:没有那个文件或目录 #include "ndmp0.h" ^~~~~~~~~ 编译中断。 make[3]: *** [Makefile:2098:amndmjob_main.o] 错误 1 make[3]: 离开目录“/root/amanda-tag-community-3.5.3/ndmp-src” make[2]: *** [Makefile:1870:all] 错误 2 make[2]: 离开目录“/root/amanda-tag-community-3.5.3/ndmp-src” make[1]: *** [Makefile:1718:all-recursive] 错误 1 make[1]: 离开目录“/root/amanda-tag-community-3.5.3” make: *** [Makefile:1642:all] 错误 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mv -f $depbase.Tpo $depbase.Po
In file included from ndmlib.h:43:0,
from ndmagents.h:98,
from ndmjob.h:38,
from amndmjob_main.c:39:
ndmprotocol.h:104:10: 致命错误:ndmp0.h:没有那个文件或目录
#include "ndmp0.h"
^~~~~~~~~
编译中断。
make[3]: *** [Makefile:2098:amndmjob_main.o] 错误 1
make[3]: 离开目录“/root/amanda-tag-community-3.5.3/ndmp-src”
make[2]: *** [Makefile:1870:all] 错误 2
make[2]: 离开目录“/root/amanda-tag-community-3.5.3/ndmp-src”
make[1]: *** [Makefile:1718:all-recursive] 错误 1
make[1]: 离开目录“/root/amanda-tag-community-3.5.3”
make: *** [Makefile:1642:all] 错误 2
The text was updated successfully, but these errors were encountered: