cesanta / mongoose-wizard

1 stars 1 forks source link

Build failure (ESP32) - Mongoose now requires a mongoose_config.h #2

Closed dvosully closed 2 months ago

dvosully commented 2 months ago

Mongoose Library is now configured using a mongoose_config.h file. For some build platforms this file is not generated by the wizard, the definitions are still set in the CMakeLists.txt instead. This results in a build failure on the ESP32 platform.

Also seems to not be generated for the Windows and Linux/Mac/Unix targets (but not confirmed to cause a build failure)

For the ESP32 platform the Mongoose Wizard should:

cpq commented 2 months ago

Fixed, thank you