device-sdk-c #259
Unanswered
wangqingpen
asked this question in
Q&A
Replies: 2 comments
-
You should install the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm using the example you provided with the error code 0 , message: undefined |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.edgexfoundry.org/2.1/getting-started/Ch-GettingStartedSDK-C/
The following error is reported when the device-sdk-c is used:
CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.13/Modules/FindCURL.cmake:74 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:24 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/edgex/device-sdk-c/build/release/CMakeFiles/CMakeOutput.log".
Beta Was this translation helpful? Give feedback.
All reactions