Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /usr/include/inttypes.h:27:0,
- from /usr/include/SDL2/SDL_stdinc.h:66,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/stdint.h:145:0: warning: "__INT64_C" redefined
- # define __INT64_C(c) c ## L
- ^
- <built-in>: note: this is the location of the previous definition
- In file included from /usr/include/inttypes.h:27:0,
- from /usr/include/SDL2/SDL_stdinc.h:66,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/stdint.h:146:0: warning: "__UINT64_C" redefined
- # define __UINT64_C(c) c ## UL
- ^
- <built-in>: note: this is the location of the previous definition
- In file included from /usr/share/mingw-w64/include/stddef.h:7:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/stddef.h:1,
- from /usr/include/x86_64-linux-gnu/sys/types.h:146,
- from /usr/include/SDL2/SDL_stdinc.h:34,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/crtdefs.h:45:35: error: conflicting declaration ‘typedef long long int ssize_t’
- __MINGW_EXTENSION typedef __int64 ssize_t;
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:34:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/x86_64-linux-gnu/sys/types.h:109:19: note: previous declaration as ‘typedef __ssize_t ssize_t’
- typedef __ssize_t ssize_t;
- ^
- In file included from /usr/share/mingw-w64/include/stddef.h:7:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/stddef.h:1,
- from /usr/include/x86_64-linux-gnu/sys/types.h:146,
- from /usr/include/SDL2/SDL_stdinc.h:34,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/crtdefs.h:138:20: error: conflicting declaration ‘typedef __time64_t time_t’
- typedef __time64_t time_t;
- ^
- In file included from /usr/include/x86_64-linux-gnu/sys/types.h:132:0,
- from /usr/include/SDL2/SDL_stdinc.h:34,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/time.h:75:18: note: previous declaration as ‘typedef __time_t time_t’
- typedef __time_t time_t;
- ^
- In file included from /usr/include/inttypes.h:27:0,
- from /usr/include/SDL2/SDL_stdinc.h:66,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/stdint.h:122:27: error: conflicting declaration ‘typedef long unsigned int uintptr_t’
- typedef unsigned long int uintptr_t;
- ^
- In file included from /usr/share/mingw-w64/include/stddef.h:7:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/stddef.h:1,
- from /usr/include/x86_64-linux-gnu/sys/types.h:146,
- from /usr/include/SDL2/SDL_stdinc.h:34,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/crtdefs.h:75:44: note: previous declaration as ‘typedef long long unsigned int uintptr_t’
- __MINGW_EXTENSION typedef unsigned __int64 uintptr_t;
- ^
- In file included from /usr/include/SDL2/SDL_main.h:25:0,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/SDL2/SDL_stdinc.h:261:50: error: size of array ‘SDL_dummy_uint64’ is negative
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^
- /usr/include/SDL2/SDL_stdinc.h:270:1: note: in expansion of macro ‘SDL_COMPILE_TIME_ASSERT’
- SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:259:5: error: declaration of ‘int abs(int)’ has a different exception specifier
- __MACHINE(int __cdecl abs(int))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:40:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/stdlib.h:774:12: error: from previous declaration ‘int abs(int) throw ()’
- extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:260:5: error: declaration of ‘double ceil(double)’ has a different exception specifier
- __MACHINEX64(double ceil(double))
- ^
- In file included from /usr/include/features.h:367:0,
- from /usr/include/x86_64-linux-gnu/sys/types.h:25,
- from /usr/include/SDL2/SDL_stdinc.h:34,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:14: error: from previous declaration ‘double ceil(double) throw ()’
- __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
- ^
- /usr/include/x86_64-linux-gnu/sys/cdefs.h:88:23: note: in definition of macro ‘__CONCAT’
- #define __CONCAT(x,y) x ## y
- ^
- /usr/include/math.h:76:15: note: in expansion of macro ‘__MATH_PRECNAME’
- extern type __MATH_PRECNAME(function,suffix) args __THROW
- ^
- /usr/include/math.h:73:3: note: in expansion of macro ‘__MATHDECL_1’
- __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
- ^
- /usr/include/math.h:71:3: note: in expansion of macro ‘__MATHDECLX’
- __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
- ^
- /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: note: in expansion of macro ‘__MATHCALLX’
- __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:261:5: error: declaration of ‘long int labs(long int)’ has a different exception specifier
- __MACHINE(long __cdecl labs(long))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:40:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/stdlib.h:775:17: error: from previous declaration ‘long int labs(long int) throw ()’
- extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur;
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:263:5: error: declaration of ‘int memcmp(const void*, const void*, size_t)’ has a different exception specifier
- __MACHINE(int __cdecl memcmp(const void *,const void *,size_t))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:65:12: error: from previous declaration ‘int memcmp(const void*, const void*, size_t) throw ()’
- extern int memcmp (const void *__s1, const void *__s2, size_t __n)
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:264:5: error: declaration of ‘void* memcpy(void*, const void*, size_t)’ has a different exception specifier
- __MACHINE(void *__cdecl memcpy(void * __restrict__ ,const void * __restrict
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:42:14: error: from previous declaration ‘void* memcpy(void*, const void*, size_t) throw ()’
- extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:265:5: error: declaration of ‘void* memset(void*, int, size_t)’ has a different exception specifier
- __MACHINE(void *__cdecl memset(void *,int,size_t))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:62:14: error: from previous declaration ‘void* memset(void*, int, size_t) throw ()’
- extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:266:5: error: declaration of ‘char* strcat(char*, const char*)’ has a different exception specifier
- __MACHINE(char *__cdecl strcat(char *,const char *))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:133:14: error: from previous declaration ‘char* strcat(char*, const char*) throw ()’
- extern char *strcat (char *__restrict __dest, const char *__restrict __src)
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:267:5: error: declaration of ‘int strcmp(const char*, const char*)’ has a different exception specifier
- __MACHINE(int __cdecl strcmp(const char *,const char *))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:140:12: error: from previous declaration ‘int strcmp(const char*, const char*) throw ()’
- extern int strcmp (const char *__s1, const char *__s2)
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:268:5: error: declaration of ‘char* strcpy(char*, const char*)’ has a different exception specifier
- __MACHINE(char *__cdecl strcpy(char * __restrict__ ,const char * __restrict
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:125:14: error: from previous declaration ‘char* strcpy(char*, const char*) throw ()’
- extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:269:5: error: declaration of ‘size_t strlen(const char*)’ has a different exception specifier
- __MACHINE(size_t __cdecl strlen(const char *))
- ^
- In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
- from /usr/include/SDL2/SDL_main.h:25,
- from /usr/include/SDL2/SDL.h:32,
- from sdltest.cpp:1:
- /usr/include/string.h:394:15: error: from previous declaration ‘size_t strlen(const char*) throw ()’
- extern size_t strlen (const char *__s)
- ^
- In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/share/mingw-w64/include/intrin.h:522:5: error: conflicting declaration of C function ‘int _setjmp(__jmp_buf_tag*, void*)’
- __MACHINE(int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setj
- ^
- In file included from /usr/share/mingw-w64/include/intrin.h:38:0,
- from /usr/include/SDL2/SDL_cpuinfo.h:44,
- from /usr/include/SDL2/SDL.h:38,
- from sdltest.cpp:1:
- /usr/include/setjmp.h:63:12: note: previous declaration ‘int _setjmp(__jmp_buf_tag*)’
- extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL;
- ^
- In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/postypes.h:40:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/char_traits.h:40,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:40,
- from sdltest.cpp:8:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:146:11: error: ‘::fwide’ has not been declared
- using ::fwide;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:147:11: error: ‘::fwprintf’ has not been declared
- using ::fwprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:148:11: error: ‘::fwscanf’ has not been declared
- using ::fwscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:158:11: error: ‘::swprintf’ has not been declared
- using ::swprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:160:11: error: ‘::swscanf’ has not been declared
- using ::swscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:162:11: error: ‘::vfwprintf’ has not been declared
- using ::vfwprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:164:11: error: ‘::vfwscanf’ has not been declared
- using ::vfwscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:167:11: error: ‘::vswprintf’ has not been declared
- using ::vswprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:170:11: error: ‘::vswscanf’ has not been declared
- using ::vswscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:172:11: error: ‘::vwprintf’ has not been declared
- using ::vwprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:174:11: error: ‘::vwscanf’ has not been declared
- using ::vwscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:191:11: error: ‘::wcstof’ has not been declared
- using ::wcstof;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:202:11: error: ‘::wprintf’ has not been declared
- using ::wprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:203:11: error: ‘::wscanf’ has not been declared
- using ::wscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:248:11: error: ‘::wcstold’ has not been declared
- using ::wcstold;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:257:11: error: ‘::wcstoll’ has not been declared
- using ::wcstoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:258:11: error: ‘::wcstoull’ has not been declared
- using ::wcstoull;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:264:22: error: ‘__gnu_cxx::wcstold’ has not been declared
- using ::__gnu_cxx::wcstold;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:265:22: error: ‘__gnu_cxx::wcstoll’ has not been declared
- using ::__gnu_cxx::wcstoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:266:22: error: ‘__gnu_cxx::wcstoull’ has not been declared
- using ::__gnu_cxx::wcstoull;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:280:14: error: ‘std::wcstof’ has not been declared
- using std::wcstof;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:283:14: error: ‘std::vfwscanf’ has not been declared
- using std::vfwscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:286:14: error: ‘std::vswscanf’ has not been declared
- using std::vswscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:289:14: error: ‘std::vwscanf’ has not been declared
- using std::vwscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:293:14: error: ‘std::wcstold’ has not been declared
- using std::wcstold;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:294:14: error: ‘std::wcstoll’ has not been declared
- using std::wcstoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:295:14: error: ‘std::wcstoull’ has not been declared
- using std::wcstoull;
- ^
- In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/localefwd.h:42:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:43,
- from sdltest.cpp:8:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cctype:87:11: error: ‘::isblank’ has not been declared
- using ::isblank;
- ^
- In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/ext/string_conversions.h:41:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5249,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:52,
- from sdltest.cpp:8:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:214:11: error: ‘::lldiv_t’ has not been declared
- using ::lldiv_t;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:220:11: error: ‘::_Exit’ has not been declared
- using ::_Exit;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:224:11: error: ‘::llabs’ has not been declared
- using ::llabs;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:226:10: error: ‘lldiv_t’ does not name a type
- inline lldiv_t
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:230:11: error: ‘::lldiv’ has not been declared
- using ::lldiv;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:241:11: error: ‘::atoll’ has not been declared
- using ::atoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:242:11: error: ‘::strtoll’ has not been declared
- using ::strtoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:243:11: error: ‘::strtoull’ has not been declared
- using ::strtoull;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:245:11: error: ‘::strtof’ has not been declared
- using ::strtof;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:246:11: error: ‘::strtold’ has not been declared
- using ::strtold;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:254:22: error: ‘__gnu_cxx::lldiv_t’ has not been declared
- using ::__gnu_cxx::lldiv_t;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:256:22: error: ‘__gnu_cxx::_Exit’ has not been declared
- using ::__gnu_cxx::_Exit;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:258:22: error: ‘__gnu_cxx::llabs’ has not been declared
- using ::__gnu_cxx::llabs;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:259:22: error: ‘__gnu_cxx::div’ has not been declared
- using ::__gnu_cxx::div;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:260:22: error: ‘__gnu_cxx::lldiv’ has not been declared
- using ::__gnu_cxx::lldiv;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:262:22: error: ‘__gnu_cxx::atoll’ has not been declared
- using ::__gnu_cxx::atoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:263:22: error: ‘__gnu_cxx::strtof’ has not been declared
- using ::__gnu_cxx::strtof;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:264:22: error: ‘__gnu_cxx::strtoll’ has not been declared
- using ::__gnu_cxx::strtoll;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:265:22: error: ‘__gnu_cxx::strtoull’ has not been declared
- using ::__gnu_cxx::strtoull;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:266:22: error: ‘__gnu_cxx::strtold’ has not been declared
- using ::__gnu_cxx::strtold;
- ^
- In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/ext/string_conversions.h:43:0,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5249,
- from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:52,
- from sdltest.cpp:8:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:175:11: error: ‘::snprintf’ has not been declared
- using ::snprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:176:11: error: ‘::vfscanf’ has not been declared
- using ::vfscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:177:11: error: ‘::vscanf’ has not been declared
- using ::vscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:178:11: error: ‘::vsnprintf’ has not been declared
- using ::vsnprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:179:11: error: ‘::vsscanf’ has not been declared
- using ::vsscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:185:22: error: ‘__gnu_cxx::snprintf’ has not been declared
- using ::__gnu_cxx::snprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:186:22: error: ‘__gnu_cxx::vfscanf’ has not been declared
- using ::__gnu_cxx::vfscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:187:22: error: ‘__gnu_cxx::vscanf’ has not been declared
- using ::__gnu_cxx::vscanf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:188:22: error: ‘__gnu_cxx::vsnprintf’ has not been declared
- using ::__gnu_cxx::vsnprintf;
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:189:22: error: ‘__gnu_cxx::vsscanf’ has not been declared
- using ::__gnu_cxx::vsscanf;
- ^
- In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:52:0,
- from sdltest.cpp:8:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long int std::__cxx11::stoll(const string&, std::size_t*, int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5274:31: error: ‘strtoll’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long unsigned int std::__cxx11::stoull(const string&, std::size_t*, int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5279:31: error: ‘strtoull’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘float std::__cxx11::stof(const string&, std::size_t*)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5285:31: error: ‘strtof’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long double std::__cxx11::stold(const string&, std::size_t*)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5293:31: error: ‘strtold’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5300:45: error: ‘vsnprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, 4 * sizeof(int),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(unsigned int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5305:45: error: ‘vsnprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5311:45: error: ‘vsnprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, 4 * sizeof(long),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long unsigned int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5316:45: error: ‘vsnprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long long int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5322:45: error: ‘vsnprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long long unsigned int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5328:45: error: ‘vsnprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(float)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5337:45: error: ‘vsnprintf’ is not a member of ‘std’
- return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(double)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5346:45: error: ‘vsnprintf’ is not a member of ‘std’
- return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long double)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5355:45: error: ‘vsnprintf’ is not a member of ‘std’
- return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long int std::__cxx11::stoll(const wstring&, std::size_t*, int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5377:31: error: ‘wcstoll’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long unsigned int std::__cxx11::stoull(const wstring&, std::size_t*, int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5382:31: error: ‘wcstoull’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘float std::__cxx11::stof(const wstring&, std::size_t*)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5388:31: error: ‘wcstof’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long double std::__cxx11::stold(const wstring&, std::size_t*)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5396:31: error: ‘wcstold’ is not a member of ‘std’
- { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5402:46: error: ‘vswprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(unsigned int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5407:46: error: ‘vswprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5413:46: error: ‘vswprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(long),
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long unsigned int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5418:46: error: ‘vswprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long long int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5424:46: error: ‘vswprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long long unsigned int)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5430:46: error: ‘vswprintf’ is not a member of ‘std’
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(float)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5439:46: error: ‘vswprintf’ is not a member of ‘std’
- return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(double)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5448:46: error: ‘vswprintf’ is not a member of ‘std’
- return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
- ^
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long double)’:
- /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5457:46: error: ‘vswprintf’ is not a member of ‘std’
- return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement