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
aliyun-log-c-sdk live 分支,mac os,make install执行报错
[ 41%] Built target log_c_sdk [ 82%] Built target log_c_sdk_static [ 87%] Built target log_producer_benchmark [ 94%] Built target log_post_logs_sample [100%] Built target log_producer_sample Install the project... -- Install configuration: "" -- Up-to-date: /usr/local/lib/liblog_c_sdk.2.0.0.dylib -- Up-to-date: /usr/local/lib/liblog_c_sdk.dylib -- Installing: /usr/local/lib/liblog_c_sdk_static.a CMake Error at cmake_install.cmake:69 (file): file INSTALL cannot find "/Users/xxxxx/Github/sls/aliyun-log-c-sdk/src/cJSON.h": No such file or directory.
make: *** [install] Error 1
The text was updated successfully, but these errors were encountered:
live 分支 make install 没有清理好,可以手动拷贝这些头文件和lib使用
Sorry, something went wrong.
No branches or pull requests
aliyun-log-c-sdk live 分支,mac os,make install执行报错
[ 41%] Built target log_c_sdk
[ 82%] Built target log_c_sdk_static
[ 87%] Built target log_producer_benchmark
[ 94%] Built target log_post_logs_sample
[100%] Built target log_producer_sample
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/lib/liblog_c_sdk.2.0.0.dylib
-- Up-to-date: /usr/local/lib/liblog_c_sdk.dylib
-- Installing: /usr/local/lib/liblog_c_sdk_static.a
CMake Error at cmake_install.cmake:69 (file):
file INSTALL cannot find
"/Users/xxxxx/Github/sls/aliyun-log-c-sdk/src/cJSON.h": No such file
or directory.
make: *** [install] Error 1
The text was updated successfully, but these errors were encountered: