mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

v2.0.20 build fails with flag -DWITH_THREADING=OFF

Open mzymon opened this issue 1 year ago • 2 comments

v2.0.20 build fails on my windows machine with flag -DWITH_THREADING=OFF due to changes related with introduction of lib/pthread_compat.h. Defines was renamed to "COMPAT_" and functions are not changed in all required places causing build failure. e.g. in file actions.c line 158 there is still "pthread_mutex_lock" instead of "COMPAT_pthread_mutex_lock" Previous definitions of those functions from lib/dummypthread.h were deleted in v2.0.20.

mzymon avatar Oct 17 '24 13:10 mzymon

Created pull request with fix https://github.com/eclipse/mosquitto/pull/3140

mzymon avatar Oct 17 '24 15:10 mzymon

Sorry, I'm not sure how that happened. Thanks for the PR!

ralight avatar Oct 17 '24 19:10 ralight

@ralight Do you know when v2.0.21 will be released?

Chris1612 avatar Jan 02 '25 10:01 Chris1612

This week

ralight avatar Feb 25 '25 11:02 ralight