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
Hi! When crosscompiling to mips/musl, I get this error:
poco_vendor/poco-1.8.0.1-release-prefix/src/poco-1.8.0.1-release/Foundation/include/Poco/FPEnvironment_C99.h:34:30: error: 'FE_DOWNWARD' was not declared in this scope
FP_ROUND_DOWNWARD_IMPL = FE_DOWNWARD,
Hi! When crosscompiling to mips/musl, I get this error:
This is fixed with this patch:
https://sources.debian.org/patches/poco/1.9.0-5/0006-fp-support-environments-without-hardware-floating-po.patch/
Do you think you can apply and merge it for future releases?