You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paho.mqtt.c/src/MQTTPacket.h:31:22: error: 'bool' cannot be defined via 'typedef'
31 | typedef unsigned int bool;
| ^~~~
paho.mqtt.c/src/MQTTPacket.h:31:22: note: 'bool' is a keyword with '-std=c23' onwards
Environment:
OS Manjaro Linux
GCC 15.1.1 20250425
Rust stable 1.86.0 (05f9846f8 2025-03-31)
paho-mqtt 0.13.3
paho-mqtt-sys 0.10.2 (dependency)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Unfortunately,
paho-mqtt
is indirectly hit by C23 incompatibility ofpaho-mqtt-c
source.Compilation fails due to a known problem :
Environment:
OS
Manjaro LinuxGCC
15.1.1 20250425Rust
stable 1.86.0 (05f9846f8 2025-03-31)paho-mqtt
0.13.3paho-mqtt-sys
0.10.2 (dependency)The text was updated successfully, but these errors were encountered: