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
[build] libconfig/lib/libconfig.c:682:10: error: call to undeclared function 'fsync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
[build] 682 | if(posix_fsync(fd) != 0)
[build] | ^
[build] libconfig/lib/wincompat.h:120:22: note: expanded from macro 'posix_fsync'
[build] 120 | #define posix_fsync fsync
Silly quick workaround - create 3rd missing case for msys2 (starts from line 96)
Challanger524
changed the title
wincompat.h macro condition is missing 3rd case for msys64/clang64wincompat.h macro condition is missing 3rd case for MinGW (MSYS2/clang64`)
Jan 30, 2025
Challanger524
changed the title
wincompat.h macro condition is missing 3rd case for MinGW (MSYS2/clang64`)wincompat.h macro condition is missing 3rd case for MinGW (MSYS2/clang64)
Jan 30, 2025
Silly quick workaround - create 3rd missing case for
msys2
(starts from line 96)The text was updated successfully, but these errors were encountered: