-
-
Notifications
You must be signed in to change notification settings - Fork 595
Closed
Description
Hello,
I tried to cross compile with mingw from linux -> windows
An example toolchain file is at https://www.mingw-w64.org/build-systems/cmake/
Issues:
src/modules/separator/separator.c:30:31: error: implicit declaration of function ‘mbrtoc32’
__SIZEOF_WCHAR_T
seems to be 2 in both i686-w64-mingw32
and x86_64-w64-mingw32
toolchains.
I think mbrtoc32
is only available in mingw when using ucrt runtime (and not msvcrt)
- Casing in windows headers.
The headers in mingw are called windows.h
, winuser.h
, etc.. I think on windows this does not matter because it is case insensitive.
Metadata
Metadata
Assignees
Labels
No labels