The file is here.

I consider there is a lot of more errors, but they do not fit in the
console.
E:\SQLITE3/INCLUDE/stdlib.h:472:40: error: expected ',' or ';' before '_strtoi64
'
 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64(_In_z_ const char * _String, _
Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix);
                                        ^
E:\SQLITE3/INCLUDE/stdlib.h:473:24: warning: data definition has no type or stor
age class [enabled by default]
 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64_l(_In_z_ const char * _String,
 _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix, _In_opt_ _locale_t _
Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:473:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64_l(_In_z_ const char * _String,
 _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix, _In_opt_ _locale_t _
Locale);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:473:40: error: expected ',' or ';' before '_strtoi64
_l'
 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64_l(_In_z_ const char * _String,
 _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix, _In_opt_ _locale_t _
Locale);
                                        ^
E:\SQLITE3/INCLUDE/stdlib.h:474:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP unsigned __int64 __cdecl _strtoui64(_In_z_ const char *
_String, _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:474:33: error: conflicting types for '__int64'
 _Check_return_ _CRTIMP unsigned __int64 __cdecl _strtoui64(_In_z_ const char *
_String, _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix);
                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:473:24: note: previous declaration of '__int64' was
here
 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64_l(_In_z_ const char * _String,
 _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix, _In_opt_ _locale_t _
Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:474:49: error: expected ',' or ';' before '_strtoui6
4'
 _Check_return_ _CRTIMP unsigned __int64 __cdecl _strtoui64(_In_z_ const char *
_String, _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix);
                                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:475:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP unsigned __int64 __cdecl _strtoui64_l(_In_z_ const char
* _String, _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int  _Radix, _In_opt_
_locale_t _Locale);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:475:33: error: conflicting types for '__int64'
 _Check_return_ _CRTIMP unsigned __int64 __cdecl _strtoui64_l(_In_z_ const char
* _String, _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int  _Radix, _In_opt_
_locale_t _Locale);
                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:473:24: note: previous declaration of '__int64' was
here
 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64_l(_In_z_ const char * _String,
 _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int _Radix, _In_opt_ _locale_t _
Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:475:49: error: expected ',' or ';' before '_strtoui6
4_l'
 _Check_return_ _CRTIMP unsigned __int64 __cdecl _strtoui64_l(_In_z_ const char
* _String, _Out_opt_ _Deref_post_z_ char ** _EndPtr, _In_ int  _Radix, _In_opt_
_locale_t _Locale);
                                                 ^
In file included from lsqlite3.c:29:0:
E:\SQLITE3/INCLUDE/stdlib.h:679:59: error: expected declaration specifiers or '.
..' before '__int64'
 _Check_return_wat_ _CRTIMP errno_t __cdecl _i64tow_s(_In_ __int64 _Val, _Out_z_
cap_(_SizeInWords) wchar_t * _DstBuf, _In_ size_t _SizeInWords, _In_ int _Radix)
;
                                                           ^
E:\SQLITE3/INCLUDE/stdlib.h:680:75: error: expected declaration specifiers or '.
..' before '__int64'
 _CRTIMP _CRT_INSECURE_DEPRECATE(_i64tow_s) wchar_t * __cdecl _i64tow(_In_ __int
64 _Val, _Pre_notnull_ _Post_z_ wchar_t * _DstBuf, _In_ int _Radix);
                                                                           ^
E:\SQLITE3/INCLUDE/stdlib.h:681:77: error: expected ';', ',' or ')' before '_Val
'
 _Check_return_wat_ _CRTIMP errno_t __cdecl _ui64tow_s(_In_ unsigned __int64 _Va
l, _Out_z_cap_(_SizeInWords) wchar_t * _DstBuf, _In_ size_t _SizeInWords, _In_ i
nt _Radix);
                                                                             ^
E:\SQLITE3/INCLUDE/stdlib.h:682:94: error: expected ';', ',' or ')' before '_Val
'
 _CRTIMP _CRT_INSECURE_DEPRECATE(_ui64tow_s) wchar_t * __cdecl _ui64tow(_In_ uns
igned __int64 _Val, _Pre_notnull_ _Post_z_ wchar_t * _DstBuf, _In_ int _Radix);

              ^
E:\SQLITE3/INCLUDE/stdlib.h:683:24: warning: data definition has no type or stor
age class [enabled by default]
 _Check_return_ _CRTIMP __int64   __cdecl _wtoi64(_In_z_ const wchar_t *_Str);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:683:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP __int64   __cdecl _wtoi64(_In_z_ const wchar_t *_Str);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:683:42: error: expected ',' or ';' before '_wtoi64'
 _Check_return_ _CRTIMP __int64   __cdecl _wtoi64(_In_z_ const wchar_t *_Str);
                                          ^
E:\SQLITE3/INCLUDE/stdlib.h:684:24: warning: data definition has no type or stor
age class [enabled by default]
 _Check_return_ _CRTIMP __int64   __cdecl _wtoi64_l(_In_z_ const wchar_t *_Str,
_In_opt_ _locale_t _Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:684:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP __int64   __cdecl _wtoi64_l(_In_z_ const wchar_t *_Str,
_In_opt_ _locale_t _Locale);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:684:42: error: expected ',' or ';' before '_wtoi64_l
'
 _Check_return_ _CRTIMP __int64   __cdecl _wtoi64_l(_In_z_ const wchar_t *_Str,
_In_opt_ _locale_t _Locale);
                                          ^
E:\SQLITE3/INCLUDE/stdlib.h:685:24: warning: data definition has no type or stor
age class [enabled by default]
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64(_In_z_ const wchar_t * _Str,
 _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:685:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64(_In_z_ const wchar_t * _Str,
 _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:685:42: error: expected ',' or ';' before '_wcstoi64
'
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64(_In_z_ const wchar_t * _Str,
 _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix);
                                          ^
E:\SQLITE3/INCLUDE/stdlib.h:686:24: warning: data definition has no type or stor
age class [enabled by default]
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:686:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:686:42: error: expected ',' or ';' before '_wcstoi64
_l'
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
                                          ^
E:\SQLITE3/INCLUDE/stdlib.h:687:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP unsigned __int64  __cdecl _wcstoui64(_In_z_ const wchar_
t * _Str, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:687:33: error: conflicting types for '__int64'
 _Check_return_ _CRTIMP unsigned __int64  __cdecl _wcstoui64(_In_z_ const wchar_
t * _Str, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix);
                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:686:24: note: previous declaration of '__int64' was
here
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:687:50: error: expected ',' or ';' before '_wcstoui6
4'
 _Check_return_ _CRTIMP unsigned __int64  __cdecl _wcstoui64(_In_z_ const wchar_
t * _Str, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix);
                                                  ^
E:\SQLITE3/INCLUDE/stdlib.h:688:1: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
 _Check_return_ _CRTIMP unsigned __int64  __cdecl _wcstoui64_l(_In_z_ const wcha
r_t *_Str , _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_op
t_ _locale_t _Locale);
 ^
E:\SQLITE3/INCLUDE/stdlib.h:688:33: error: conflicting types for '__int64'
 _Check_return_ _CRTIMP unsigned __int64  __cdecl _wcstoui64_l(_In_z_ const wcha
r_t *_Str , _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_op
t_ _locale_t _Locale);
                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:686:24: note: previous declaration of '__int64' was
here
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:688:50: error: expected ',' or ';' before '_wcstoui6
4_l'
 _Check_return_ _CRTIMP unsigned __int64  __cdecl _wcstoui64_l(_In_z_ const wcha
r_t *_Str , _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_op
t_ _locale_t _Locale);
                                                  ^
E:\SQLITE3/INCLUDE/stdlib.h:777:9: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
         _Check_return_ unsigned __int64 __cdecl _rotl64(_In_ unsigned __int64 _
Val, _In_ int _Shift);
         ^
E:\SQLITE3/INCLUDE/stdlib.h:777:33: error: conflicting types for '__int64'
         _Check_return_ unsigned __int64 __cdecl _rotl64(_In_ unsigned __int64 _
Val, _In_ int _Shift);
                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:686:24: note: previous declaration of '__int64' was
here
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:777:49: error: expected ',' or ';' before '_rotl64'
         _Check_return_ unsigned __int64 __cdecl _rotl64(_In_ unsigned __int64 _
Val, _In_ int _Shift);
                                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:779:9: warning: '__cdecl__' attribute only applies t
o function types [-Wattributes]
         _Check_return_ unsigned __int64 __cdecl _rotr64(_In_ unsigned __int64 _
Val, _In_ int _Shift);
         ^
E:\SQLITE3/INCLUDE/stdlib.h:779:33: error: conflicting types for '__int64'
         _Check_return_ unsigned __int64 __cdecl _rotr64(_In_ unsigned __int64 _
Val, _In_ int _Shift);
                                 ^
E:\SQLITE3/INCLUDE/stdlib.h:686:24: note: previous declaration of '__int64' was
here
 _Check_return_ _CRTIMP __int64   __cdecl _wcstoi64_l(_In_z_ const wchar_t * _St
r, _Out_opt_ _Deref_post_z_ wchar_t ** _EndPtr, _In_ int _Radix, _In_opt_ _local
e_t _Locale);
                        ^
E:\SQLITE3/INCLUDE/stdlib.h:779:49: error: expected ',' or ';' before '_rotr64'
         _Check_return_ unsigned __int64 __cdecl _rotr64(_In_ unsigned __int64 _
Val, _In_ int _Shift);
                                                 ^
In file included from E:/Programas/Lua/5.1/include/lauxlib.h:13:0,
                 from lsqlite3.c:35:
E:\SQLITE3/INCLUDE/stdio.h:268:77: error: expected declaration specifiers or '..
.' before '__int64'
 _Check_return_opt_ _CRTIMP int __cdecl _fseeki64(_Inout_ FILE * _File, _In_ __i
nt64 _Offset, _In_ int _Origin);
                                                                             ^
E:\SQLITE3/INCLUDE/stdio.h:269:24: warning: data definition has no type or stora
ge class [enabled by default]
 _Check_return_ _CRTIMP __int64 __cdecl _ftelli64(_Inout_ FILE * _File);
                        ^
E:\SQLITE3/INCLUDE/stdio.h:269:1: warning: '__cdecl__' attribute only applies to
 function types [-Wattributes]
 _Check_return_ _CRTIMP __int64 __cdecl _ftelli64(_Inout_ FILE * _File);
 ^
E:\SQLITE3/INCLUDE/stdio.h:269:40: error: expected ',' or ';' before '_ftelli64'

 _Check_return_ _CRTIMP __int64 __cdecl _ftelli64(_Inout_ FILE * _File);
                                        ^
In file included from E:/Programas/Lua/5.1/include/lauxlib.h:13:0,
                 from lsqlite3.c:35:
E:\SQLITE3/INCLUDE/stdio.h:683:84: error: expected declaration specifiers or '..
.' before '__int64'
 _Check_return_opt_ _CRTIMP int __cdecl _fseeki64_nolock(_Inout_ FILE * _File, _
In_ __int64 _Offset, _In_ int _Origin);

    ^
E:\SQLITE3/INCLUDE/stdio.h:684:24: warning: data definition has no type or stora
ge class [enabled by default]
 _Check_return_ _CRTIMP __int64 __cdecl _ftelli64_nolock(_Inout_ FILE * _File);
                        ^
E:\SQLITE3/INCLUDE/stdio.h:684:1: warning: '__cdecl__' attribute only applies to
 function types [-Wattributes]
 _Check_return_ _CRTIMP __int64 __cdecl _ftelli64_nolock(_Inout_ FILE * _File);
 ^
E:\SQLITE3/INCLUDE/stdio.h:684:40: error: expected ',' or ';' before '_ftelli64_
nolock'
 _Check_return_ _CRTIMP __int64 __cdecl _ftelli64_nolock(_Inout_ FILE * _File);
                                        ^
lsqlite3.c: In function 'dbvm_tostring':
lsqlite3.c:263:9: warning: 'strcpy' is deprecated (declared at E:\SQLITE3/INCLUD
E/string.h:74) [-Wdeprecated-declarations]
         strcpy(buff, "closed");
         ^
lsqlite3.c:265:9: warning: 'sprintf' is deprecated (declared at E:\SQLITE3/INCLU
DE/stdio.h:366) [-Wdeprecated-declarations]
         sprintf(buff, "%p", svm);
         ^
lsqlite3.c: In function 'lcontext_tostring':
lsqlite3.c:758:9: warning: 'strcpy' is deprecated (declared at E:\SQLITE3/INCLUD
E/string.h:74) [-Wdeprecated-declarations]
         strcpy(buff, "closed");
         ^
lsqlite3.c:760:9: warning: 'sprintf' is deprecated (declared at E:\SQLITE3/INCLU
DE/stdio.h:366) [-Wdeprecated-declarations]
         sprintf(buff, "%p", ctx->ctx);
         ^
lsqlite3.c: In function 'db_tostring':
lsqlite3.c:1846:9: warning: 'strcpy' is deprecated (declared at E:\SQLITE3/INCLU
DE/string.h:74) [-Wdeprecated-declarations]
         strcpy(buff, "closed");
         ^
lsqlite3.c:1848:9: warning: 'sprintf' is deprecated (declared at E:\SQLITE3/INCL
UDE/stdio.h:366) [-Wdeprecated-declarations]
         sprintf(buff, "%p", lua_touserdata(L, 1));
         ^

Error: Build error: Failed compiling object lsqlite3.o

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to