rixed/dessser

Compilation error: windows cannot find it's type aliases

rixed opened this issue · 0 comments

rixed commented
c:\Users\grixe\Sources\ramen-admin\src>c:\Qt\Tools\mingw810_64\bin\mingw32-make.exe
c:/Qt/Tools/mingw810_64/bin/mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory 'c:/Users/grixe/Sources/ramen-admin/src'
g++ -c -fno-keep-inline-dllexport -DSODIUM_STATIC -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_CHARTS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR="\"C:/Users/grixe/Sources/ramen-admin/src\"" -I. -I. -I/usr/local/include -I..\..\dessser\src -I..\..\..\libsodium-win64\include -IC:\Qt\5.15.2\mingw81_64\include -IC:\Qt\5.15.2\mingw81_64\include\QtCharts -IC:\Qt\5.15.2\mingw81_64\include\QtPrintSupport -IC:\Qt\5.15.2\mingw81_64\include\QtWidgets -IC:\Qt\5.15.2\mingw81_64\include\QtGui -IC:\Qt\5.15.2\mingw81_64\include\QtANGLE -IC:\Qt\5.15.2\mingw81_64\include\QtNetwork -IC:\Qt\5.15.2\mingw81_64\include\QtTest -IC:\Qt\5.15.2\mingw81_64\include\QtCore -Irelease -I/include -IC:\Qt\5.15.2\mingw81_64\mkspecs\win32-g++  -o release\desssergen\team_name.o desssergen\team_name.cc
In file included from C:/Qt/Tools/mingw810_64/x86_64-w64-mingw32/include/minwindef.h:163,
                 from C:/Qt/Tools/mingw810_64/x86_64-w64-mingw32/include/windef.h:8,
                 from C:/Qt/Tools/mingw810_64/x86_64-w64-mingw32/include/windows.h:69,
                 from ..\..\dessser\src/dessser/Ip.h:16,
                 from ..\..\dessser\src/dessser/runtime.h:25,
                 from desssergen\team_name.cc:18:
C:/Qt/Tools/mingw810_64/x86_64-w64-mingw32/include/winnt.h:334:11: error: 'CHAR' does not name a type; did you mean 'WCHAR'?
   typedef CHAR *PCHAR,*LPCH,*PCH;
           ^~~~
           WCHAR