error: implicit declaration of function 'esp_rmaker_cmd_prepare_empty_response'
HamzaHajeir opened this issue · 3 comments
HamzaHajeir commented
Hi there
I'm on a branch out of release/v4.4 witch in sync with it, and which adds a customized lwip as a component, lately trying to build results in a compile error.
Investigation shows the headers are missing.
Any idea how to fix it?
Regards,
Hamza
/home/hamza/arduino/esp32-arduino-lib-builder/components/esp-rainmaker/components/esp_rainmaker/src/core/esp_rmaker_cmd_resp_manager.c: In function 'esp_rmaker_cmd_resp_check_pending':
/home/hamza/arduino/esp32-arduino-lib-builder/components/esp-rainmaker/components/esp_rainmaker/src/core/esp_rmaker_cmd_resp_manager.c:110:9: error: implicit declaration of function 'esp_rmaker_cmd_prepare_empty_response'; did you mean 'esp_rmaker_cmd_resp_parse_response'? [-Werror=implicit-function-declaration]
me-no-dev commented
This is probably a temporary issue within RainMaker. On the 5.1 branch we moved some components around, but that was just so we can continue our other work. You can remove rainmaker component if you do not need it and it will work.
HamzaHajeir commented
Ok great, I'm not alone 😆.
I've temporarily copied the headers so code can find them.
Thanks,
…On Wed, Jun 21, 2023, 11:56 Me No Dev ***@***.***> wrote:
This is probably a temporary issue within RainMaker. On the 5.1 branch we
moved some components around, but that was just so we can continue our
other work. You can remove rainmaker component if you do not need it and it
will work.
—
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7J7QYD7YYVRIMPWOAPLXMKZNDANCNFSM6AAAAAAZLCUBPQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
HamzaHajeir commented
I don't think this is replicatable for newer version. Closing.
