-
Notifications
You must be signed in to change notification settings - Fork 158
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
include could not find requested file #1094
Comments
Are you doing this? |
@graebm Yes:
|
Have you build aws-lc and s2n-tls?
|
Can you attach the full command line and output from building and installing aws-c-common. Also what is the full directory path you are building from? |
@bretambrose Uploaded output o.txt of:
Already ran (to success):
|
You're installing into and building from the same tree/directory. Try installing to an unrelated directory. |
You mean different |
They are using individual build directories:
|
Tried building in
|
Did you completely delete the full tree (/data/john/libs)? I just ran the same steps only with a different IPATH value and everything works as expected. |
@bretambrose Thanks I tried that and it was successful. I'm not sure what the cause of the conflict was |
I suspect cmake was searching a directory that contained both the repository source (which includes pre-config cmake files) and the installed cmake files (post-config) and getting really confused. |
Describe the bug
Im attempting to follow instructions for building at aws-c-s3. The common Library builds successfully, but when I attempt to use it in all of the other projects they fail with the following (or similar):
Expected Behavior
Other packages build correctly
Current Behavior
Build fails
Reproduction Steps
Follow aws-c-s3 on Ubuntu 22.04
Possible Solution
No response
Additional Information/Context
No response
aws-c-common version used
0.9.14
Compiler and version used
gcc version 11.4.0
Operating System and version
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: