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
CC stdio/lib32_libucrtbase_a-ucrt_vfprintf.o
/home/pkoshevoy/.conan2/p/b/mingw80cee71e4f445/b/src/mingw-w64/mingw-w64-crt/stdio/ucrt_sprintf.c: In function ‘sprintf’:
/home/pkoshevoy/.conan2/p/b/mingw80cee71e4f445/b/src/mingw-w64/mingw-w64-crt/stdio/ucrt_sprintf.c:16:33: error: ‘_CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR’ undeclared (first use in this function); did you mean ‘UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR’?
16 | ret = __stdio_common_vsprintf(_CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR, _Dest, (size_t)-1, _Format, NULL, ap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR
/home/pkoshevoy/.conan2/p/b/mingw80cee71e4f445/b/src/mingw-w64/mingw-w64-crt/stdio/ucrt_sprintf.c:16:33: note: each undeclared identifier is reported only once for each function it appears in
CC stdio/lib32_libucrtbase_a-ucrt_vprintf.o
/home/pkoshevoy/.conan2/p/b/mingw80cee71e4f445/b/src/mingw-w64/mingw-w64-crt/stdio/ucrt__vscprintf.c:11:5: error: redefinition of ‘_vscprintf’
11 | int _vscprintf(const char * __restrict__ _Format, va_list _ArgList)
| ^~~~~~~~~~
In file included from /home/pkoshevoy/.conan2/p/b/mingw80cee71e4f445/b/src/mingw-w64/mingw-w64-crt/stdio/ucrt__vscprintf.c:9:
/usr/share/mingw-w64/include/stdio.h:946:15: note: previous definition of ‘_vscprintf’ was here
946 | int __cdecl _vscprintf(const char * __restrict__ _Format,va_list _ArgList)
| ^~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Description
conan-install-mingw-w64.log
recipe fails during compilation of mingw-w64-crt ^
also, recipe will fail during gcc compilation if LIBRARY_PATH or LD_LIBRARY_PATH contains an empty entry, like this:
Package and Environment Details
Conan profile
local default profile:
Steps to reproduce
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: