-
Notifications
You must be signed in to change notification settings - Fork 40
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
Build broken since #360 #378
Comments
Can you provide more details about this? What errors are you seeing when you try to build? and what steps are you using to build? |
You need to ensure that the dependencies (aws-c-* packages like aws-c-http, aws-c-common, etc.) are also updated to the latest version. |
I'm packaging aws-iot-device-sdk-cpp-v2 and aws-iot-fleetwise-edge for buildroot, using the latest versions of each package as I've moved down the dependency chain. |
AWS_ERROR_HTTP_RESPONSE_FIRST_BYTE_TIMEOUT should be defined in the latest release of aws-c-http |
You're right. So there's at least one package I must have missed when switching on release notifications... Thanks! |
Describe the bug
#360 introduced AWS_ERROR_HTTP_RESPONSE_FIRST_BYTE_TIMEOUT and others, which aren't defined
Expected Behavior
Package compiles
Current Behavior
Does not compile
Reproduction Steps
Compile package
Possible Solution
No response
Additional Information/Context
No response
aws-c-s3 version used
0.3.23..0.4.0
Compiler and version used
gcc 12
Operating System and version
debian 11 / buildroot 2023.08
The text was updated successfully, but these errors were encountered: