MINGW-packages: unknown type name 'USN'
Hi,
When I try to compile double precision CalculiX I have this error (standard version is OK):
C:/msys64/mingw64/x86_64-w64-mingw32/include/winioctl.h:1454:3: error: unknown type name 'USN'
1454 | USN Usn;
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 24 (18 by maintainers)
I have the same error for such a simple example (example.c):
I was able to work around this problem temporarily for CalculiX (but it still persists).
For -DINT:
Oh my GOD! Try with -DLONGLONG
@lazka may I ask you for help with this issue
The problem is most likely only with these two files:
external.c
andgetSystemCPUs.c
, only these files have a reference to:#include <windows.h>
Yes, I still have this error. My full error for a brand new mingw/msys2 installation
and