vtorri
vtorri
yes, i'll let you know with g++ 9.*
what about this solution : https://github.com/JBamro/Makruk-Stockfish/commit/2a6d2ee8a5461113391c7776f92b30cb09898649 ? it works for me
Note that WINAPI should be used, imho, because it sets the calling convention to what FARPROC uses : __stdcall
see : https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-getprocaddress for FARPROC : https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-callwindowproca usally, WINAPI is the standard calling convention : __stdcall : https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types
as i have said, it's a gcc >= 8.* bug
@hermet, yes, i need a source tarball. I want to add it to ewpi (https://github.com/vtorri/ewpi) I can use the git repo (ewpi supports it), but I prefer a release. I'm...
drop cmake instead :p
if they are users, they don't care how rlottie is built. but ok, it's just that i have managed 2 build systems in the efl and it has always been...
I agree. Also in configure.ac, for libtool : LT_INIT([win32-dll)
well, when using mingw-w64, the libc which is used is msvcrt.dll, which is available since Windows XP. The is no support for %lld format in msvcrt.dll. And note that this...