https://bugs.winehq.org/show_bug.cgi?id=50151 --- Comment #8 from Mario Motohashi <ankouslash(a)yahoo.co.jp> --- (In reply to Gijs Vermeulen from comment #7)
Also try adding -fcommon to CROSSCFLAGS as well.
CROSSCFLAGS solved my build problem, thx. And, I was wrong. This issue occurs from wine-4.21, not 4.20. git bisect reports as follow: c37268f0aa6da3825aa11551537b8e18aa62bdca is the first bad commit commit c37268f0aa6da3825aa11551537b8e18aa62bdca Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Nov 19 23:14:42 2019 +0100 msvcrt: Use correct __lc_time_data fields in strftime functions. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/msvcrt/msvcrt.h | 2 + dlls/msvcrt/time.c | 164 +++++++++++++++++++++++++++++++++++---------------- 2 files changed, 115 insertions(+), 51 deletions(-) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.