-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
"make" encounter error #17
Comments
As someone mentioned, it requires argp-standalone. I do not have MacOS for test. |
作了一个Homebrew Formula,自动安装依赖编译。laggardkernel/homebrew-tap brew install laggardkernel/tap/cdns 目前编译出1.1版可用。 但是如果编译当前分支最新版 |
具体错误信息是什么样子呢? |
@semigodking 错误输出就这么一句话,我也搞不明白。 编译时候安装了 以防万一,我把一些日志贴出来。 编译日志
|
hi.
yudeMacBook-Air:build brite$ make
Scanning dependencies of target cdns
[ 11%] Building C object CMakeFiles/cdns.dir/main.c.o
/Users/yuming/cdns-by-semigodking/main.c:28:10: fatal error: 'argp.h' file not
found
#include <argp.h>
^
1 error generated.
make[2]: *** [CMakeFiles/cdns.dir/main.c.o] Error 1
make[1]: *** [CMakeFiles/cdns.dir/all] Error 2
make: *** [all] Error 2
yudeMacBook-Air:build brite$
how to fix it?
thank you
The text was updated successfully, but these errors were encountered: