Closed disa6302 closed 6 months ago
Do you have a whole folder of your sample project? I played around with your snippets a bit and i could not repro the issue. my guess is your code is not declaring dependency on cpp sdk correctly somewhere and linker fails to find symbols.
@DmitriyMusatkin ,
I figured out the issue. I was linking aws-sdk-core and instead I needed to use find_package for the build I had set up. This issue can be closed. Thank you!
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Describe the bug
I am including this project as a dependency in my C project. Using a cmake build system. When I use the
Aws::InitAPI(options);
, I see this error.Expected Behavior
Build should pass
Current Behavior
Build fails at
make
stageReproduction Steps
Cmake file:
Code:
Linking step:
sample.c