Skip to content

Instantly share code, notes, and snippets.

@lighta
Created August 21, 2019 18:09
Show Gist options
  • Save lighta/1f02f57399a7098b8a3bdf48c08c90b8 to your computer and use it in GitHub Desktop.
Save lighta/1f02f57399a7098b8a3bdf48c08c90b8 to your computer and use it in GitHub Desktop.
[ 0%] Building CXX object InfraWinBaseLib/CMakeFiles/InfraWinBaseLib.dir/src/main/c/thread/WinEventManager.cpp.obj
cd /d C:\Projets\EPayKit\eclipse_workspace\cbuild_eclipse\InfraWinBaseLib && C:\MinGW\bin\g++.exe @CMakeFiles/InfraWinBaseLib.dir/includes_CXX.rsp -fmessage-length=0 -D_WIN32_WINNT=0x0502 -DCMAKE -fpermissive -std=gnu++0x -o CMakeFiles\InfraWinBaseLib.dir\src\main\c\thread\WinEventManager.cpp.obj -c C:\Projets\Git_Proj\EPayKit_FromSVN\workspace\windows\EPayKit\InfraWinBaseLib\src\main\c\thread\WinEventManager.cpp
In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ext\string_conversions.h:41,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6391,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:52,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdexcept:39,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\array:39,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\tuple:39,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_map.h:63,
from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\map:61,
from C:\Projets\Git_Proj\EPayKit_FromSVN\workspace\windows\EPayKit\InfraWinBaseLib\src\main\c\thread\WinEventManager.h:21,
from C:\Projets\Git_Proj\EPayKit_FromSVN\workspace\windows\EPayKit\InfraWinBaseLib\src\main\c\thread\EventManager.cpp:12:
c:\mingw\include\stdlib.h:90:1: error: '_BEGIN_C_DECLS' does not name a type
_BEGIN_C_DECLS
^~~~~~~~~~~~~~
c:\mingw\include\stdlib.h:444:55: error: '_locale_t' has not been declared
__int64 _wcstoi64_l(const wchar_t *, wchar_t **, int, _locale_t);
^~~~~~~~~
c:\mingw\include\stdlib.h:447:65: error: '_locale_t' has not been declared
unsigned __int64 _wcstoui64_l(const wchar_t *, wchar_t **, int, _locale_t);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment