-
Notifications
You must be signed in to change notification settings - Fork 46
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
aws-c-event-stream error during cmake #57
Comments
Do you actually have the Also, please be aware that all the AWS C/C++ packages (at least the ones I have touched so far), use non-standard search paths for cmake which is why cmake often fails to find the necessary modules. See: #15 |
We recently added aws-c-io as a dependency to support event-stream-rpc. You'll need to add that to the modules you check out and build. |
I have installed aws-c-io,and all dependencies install in /usr/local/include/aws/common/ . ~/aws-c-event-stream/build/ # cmake -DCMAKE_PREFIX_PATH=/usr/local/include/aws/common -DCMAKE_INSTALL_PREFIX=/usr/local/include/aws/common ../ -- Looking for pthread.h
Call Stack (most recent call first): -- Configuring incomplete, errors occurred! |
Are you still running into this error in the current version? |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
I have installed aws-c-common and aws-c-checksum.
Now I am trying to install aws-c-event-stream but getting the error. Steps I am following after installing aws-c-common and aws-c-checksum
I am getting this error after command 3
CMake Error at /home/dev/share/cmake/lib64/cmake/AwsFindPackage.cmake:19 (find_package):
By not providing "Findaws-c-io.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "aws-c-io",
but CMake did not find one.
Could not find a package configuration file provided by "aws-c-io" with any
of the following names:
Add the installation prefix of "aws-c-io" to CMAKE_PREFIX_PATH or set
"aws-c-io_DIR" to a directory containing one of the above files. If
"aws-c-io" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:75 (aws_use_package)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: