wolfSSL / wolfMQTT

wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
https://www.wolfssl.com
GNU General Public License v2.0
521 stars 155 forks source link

Actions #256

Closed lealem47 closed 2 years ago

lealem47 commented 2 years ago

Still working on setting up the right header paths for Windows build test

lealem47 commented 2 years ago

Getting very close! The Windows build test is failing with Cannot open include file: 'wolfmqtt/options.h'. Looks like the logic at top of mqtt_client.h assumes USE_WINDOWS_API is defined, however there are no includes at that point, so it would need to come from a CFLAG. Or you could script making a copy of options.h.in -> options.h.

wolfmqtt/options.h issues have been resolved. wolfmqtt/mqtt_client.h issues remain, so windows build test should be temporarily disabled as discussed.