Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 43.23 KB | None | 0 0
  1. $ make
  2.     for file in locale/checkinstall-*.po ; do \
  3.             case ${file} in \
  4.                     locale/checkinstall-template.po)  ;; \
  5.                     *) \
  6.                             out=`echo $file | sed -s 's/po/mo/'` ; \
  7.                             msgfmt -o ${out} ${file} ; \
  8.                             if [ $? != 0 ] ; then \
  9.                                     exit 1 ; \
  10.                             fi ; \
  11.                     ;; \
  12.             esac ; \
  13.     done
  14.     make -C installwatch
  15.     make[1]: Entering directory '/cygdrive/b/Users/Me/Desktop/checkinstall-1.6.2/installwatch'
  16.     gcc -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -DVERSION=\"0.7.0beta7\" installwatch.c
  17.    In file included from /usr/local/include/sys/param.h:33:0,
  18.                     from installwatch.c:31:
  19.    /usr/local/include/sys/types.h:10:2: error: #error Only Win32 target is supported!
  20.     #error Only Win32 target is supported!
  21.      ^~~~~
  22.    In file included from /usr/local/include/sys/param.h:33:0,
  23.                     from installwatch.c:31:
  24.    /usr/local/include/sys/types.h:90:3: error: unknown type name ‘time_t’
  25.       time_t  tv_sec; /* Seconds */
  26.       ^~~~~~
  27.    In file included from installwatch.c:33:0:
  28.    /usr/local/include/sys/stat.h:10:2: error: #error Only Win32 target is supported!
  29.     #error Only Win32 target is supported!
  30.      ^~~~~
  31.    In file included from /usr/local/include/sys/stat.h:14:0,
  32.                     from installwatch.c:33:
  33.    /usr/local/include/io.h:199:28: error: expected ‘,’ or ‘;’ before ‘_findfirst32’
  34.       _CRTIMP intptr_t __cdecl _findfirst32(const char *_Filename,struct _finddata32_t *_FindData);
  35.                                ^~~~~~~~~~~~
  36.    /usr/local/include/io.h:200:35: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  37.       _CRTIMP int __cdecl _findnext32(intptr_t _FindHandle,struct _finddata32_t *_FindData);
  38.                                       ^~~~~~~~
  39.    /usr/local/include/io.h:201:34: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  40.       _CRTIMP int __cdecl _findclose(intptr_t _FindHandle);
  41.                                      ^~~~~~~~
  42.    /usr/local/include/io.h:228:28: error: expected ‘,’ or ‘;’ before ‘_findfirst32i64’
  43.       _CRTIMP intptr_t __cdecl _findfirst32i64(const char *_Filename,struct _finddata32i64_t *_FindData);
  44.                                ^~~~~~~~~~~~~~~
  45.    /usr/local/include/io.h:229:28: error: expected ‘,’ or ‘;’ before ‘_findfirst64’
  46.       _CRTIMP intptr_t __cdecl _findfirst64(const char *_Filename,struct __finddata64_t *_FindData);
  47.                                ^~~~~~~~~~~~
  48.    /usr/local/include/io.h:233:20: error: expected ‘,’ or ‘;’ before ‘_findfirst64i32’
  49.       intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData);
  50.                        ^~~~~~~~~~~~~~~
  51.    /usr/local/include/io.h:235:33: error: expected ‘,’ or ‘;’ before ‘_findfirst64i32’
  52.       __CRT_INLINE intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData)
  53.                                     ^~~~~~~~~~~~~~~
  54.    /usr/local/include/io.h:252:38: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  55.       _CRTIMP int __cdecl _findnext32i64(intptr_t _FindHandle,struct _finddata32i64_t *_FindData);
  56.                                          ^~~~~~~~
  57.    /usr/local/include/io.h:253:35: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  58.       _CRTIMP int __cdecl _findnext64(intptr_t _FindHandle,struct __finddata64_t *_FindData);
  59.                                       ^~~~~~~~
  60.    /usr/local/include/io.h:254:30: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  61.       int __cdecl _findnext64i32(intptr_t _FindHandle,struct _finddata64i32_t *_FindData);
  62.                                  ^~~~~~~~
  63.    /usr/local/include/io.h:256:43: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  64.       __CRT_INLINE int __cdecl _findnext64i32(intptr_t _FindHandle,struct _finddata64i32_t *_FindData)
  65.                                               ^~~~~~~~
  66.    /usr/local/include/io.h:298:28: error: expected ‘,’ or ‘;’ before ‘_wfindfirst32’
  67.       _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
  68.                                ^~~~~~~~~~~~~
  69.    /usr/local/include/io.h:299:36: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  70.       _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData);
  71.                                        ^~~~~~~~
  72.    /usr/local/include/io.h:305:28: error: expected ‘,’ or ‘;’ before ‘_wfindfirst32i64’
  73.       _CRTIMP intptr_t __cdecl _wfindfirst32i64(const wchar_t *_Filename,struct _wfinddata32i64_t *_FindData);
  74.                                ^~~~~~~~~~~~~~~~
  75.    /usr/local/include/io.h:306:20: error: expected ‘,’ or ‘;’ before ‘_wfindfirst64i32’
  76.       intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData);
  77.                        ^~~~~~~~~~~~~~~~
  78.    /usr/local/include/io.h:307:28: error: expected ‘,’ or ‘;’ before ‘_wfindfirst64’
  79.       _CRTIMP intptr_t __cdecl _wfindfirst64(const wchar_t *_Filename,struct _wfinddata64_t *_FindData);
  80.                                ^~~~~~~~~~~~~
  81.    /usr/local/include/io.h:308:39: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  82.       _CRTIMP int __cdecl _wfindnext32i64(intptr_t _FindHandle,struct _wfinddata32i64_t *_FindData);
  83.                                           ^~~~~~~~
  84.    /usr/local/include/io.h:309:31: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  85.       int __cdecl _wfindnext64i32(intptr_t _FindHandle,struct _wfinddata64i32_t *_FindData);
  86.                                   ^~~~~~~~
  87.    /usr/local/include/io.h:310:36: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  88.       _CRTIMP int __cdecl _wfindnext64(intptr_t _FindHandle,struct _wfinddata64_t *_FindData);
  89.                                        ^~~~~~~~
  90.    In file included from /usr/local/include/sys/stat.h:14:0,
  91.                     from installwatch.c:33:
  92.    /usr/local/include/io.h:321:28: error: expected ‘,’ or ‘;’ before ‘_get_osfhandle’
  93.       _CRTIMP intptr_t __cdecl _get_osfhandle(int _FileHandle);
  94.                                ^~~~~~~~~~~~~~
  95.    /usr/local/include/io.h:322:39: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  96.       _CRTIMP int __cdecl _open_osfhandle(intptr_t _OSFileHandle,int _Flags);
  97.                                           ^~~~~~~~
  98.    In file included from /usr/local/include/sys/stat.h:58:0,
  99.                     from installwatch.c:33:
  100.    /usr/local/include/_mingw_stat64.h:43:5: error: unknown type name ‘time_t’
  101.         time_t st_atime;
  102.         ^~~~~~
  103.    /usr/local/include/_mingw_stat64.h:44:5: error: unknown type name ‘time_t’
  104.         time_t st_mtime;
  105.         ^~~~~~
  106.    /usr/local/include/_mingw_stat64.h:45:5: error: unknown type name ‘time_t’
  107.         time_t st_ctime;
  108.         ^~~~~~
  109.    In file included from installwatch.c:36:0:
  110.    /usr/local/include/stdio.h:787:18: error: expected ‘,’ or ‘;’ before ‘fgetwc’
  111.       wint_t __cdecl fgetwc(FILE *_File);
  112.                      ^~~~~~
  113.    /usr/local/include/stdio.h:788:26: error: expected ‘,’ or ‘;’ before ‘_fgetwchar’
  114.       _CRTIMP wint_t __cdecl _fgetwchar(void);
  115.                              ^~~~~~~~~~
  116.    /usr/local/include/stdio.h:789:18: error: expected ‘,’ or ‘;’ before ‘fputwc’
  117.       wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File);
  118.                      ^~~~~~
  119.    /usr/local/include/stdio.h:790:26: error: expected ‘,’ or ‘;’ before ‘_fputwchar’
  120.       _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch);
  121.                              ^~~~~~~~~~
  122.    /usr/local/include/stdio.h:791:18: error: expected ‘,’ or ‘;’ before ‘getwc’
  123.       wint_t __cdecl getwc(FILE *_File);
  124.                      ^~~~~
  125.    /usr/local/include/stdio.h:792:18: error: expected ‘,’ or ‘;’ before ‘getwchar’
  126.       wint_t __cdecl getwchar(void);
  127.                      ^~~~~~~~
  128.    /usr/local/include/stdio.h:793:18: error: expected ‘,’ or ‘;’ before ‘putwc’
  129.       wint_t __cdecl putwc(wchar_t _Ch,FILE *_File);
  130.                      ^~~~~
  131.    /usr/local/include/stdio.h:794:18: error: expected ‘,’ or ‘;’ before ‘putwchar’
  132.       wint_t __cdecl putwchar(wchar_t _Ch);
  133.                      ^~~~~~~~
  134.    /usr/local/include/stdio.h:795:18: error: expected ‘,’ or ‘;’ before ‘ungetwc’
  135.       wint_t __cdecl ungetwc(wint_t _Ch,FILE *_File);
  136.                      ^~~~~~~
  137.    In file included from installwatch.c:36:0:
  138.    /usr/local/include/stdio.h:868:26: error: expected ‘,’ or ‘;’ before ‘_fgetwc_nolock’
  139.       _CRTIMP wint_t __cdecl _fgetwc_nolock(FILE *_File);
  140.                              ^~~~~~~~~~~~~~
  141.    /usr/local/include/stdio.h:869:26: error: expected ‘,’ or ‘;’ before ‘_fputwc_nolock’
  142.       _CRTIMP wint_t __cdecl _fputwc_nolock(wchar_t _Ch,FILE *_File);
  143.                              ^~~~~~~~~~~~~~
  144.    /usr/local/include/stdio.h:870:26: error: expected ‘,’ or ‘;’ before ‘_ungetwc_nolock’
  145.       _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File);
  146.                              ^~~~~~~~~~~~~~~
  147.    /usr/local/include/stdio.h:971:28: error: expected ‘,’ or ‘;’ before ‘_wspawnl’
  148.       _CRTIMP intptr_t __cdecl _wspawnl(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
  149.                                ^~~~~~~~
  150.    /usr/local/include/stdio.h:972:28: error: expected ‘,’ or ‘;’ before ‘_wspawnle’
  151.       _CRTIMP intptr_t __cdecl _wspawnle(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
  152.                                ^~~~~~~~~
  153.    /usr/local/include/stdio.h:973:28: error: expected ‘,’ or ‘;’ before ‘_wspawnlp’
  154.       _CRTIMP intptr_t __cdecl _wspawnlp(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
  155.                                ^~~~~~~~~
  156.    /usr/local/include/stdio.h:974:28: error: expected ‘,’ or ‘;’ before ‘_wspawnlpe’
  157.       _CRTIMP intptr_t __cdecl _wspawnlpe(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
  158.                                ^~~~~~~~~~
  159.    /usr/local/include/stdio.h:975:28: error: expected ‘,’ or ‘;’ before ‘_wspawnv’
  160.       _CRTIMP intptr_t __cdecl _wspawnv(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList);
  161.                                ^~~~~~~~
  162.    /usr/local/include/stdio.h:976:28: error: expected ‘,’ or ‘;’ before ‘_wspawnve’
  163.       _CRTIMP intptr_t __cdecl _wspawnve(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env);
  164.                                ^~~~~~~~~
  165.    /usr/local/include/stdio.h:977:28: error: expected ‘,’ or ‘;’ before ‘_wspawnvp’
  166.       _CRTIMP intptr_t __cdecl _wspawnvp(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList);
  167.                                ^~~~~~~~~
  168.    /usr/local/include/stdio.h:978:28: error: expected ‘,’ or ‘;’ before ‘_wspawnvpe’
  169.       _CRTIMP intptr_t __cdecl _wspawnvpe(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env);
  170.                                ^~~~~~~~~~
  171.    /usr/local/include/stdio.h:995:28: error: expected ‘,’ or ‘;’ before ‘_spawnv’
  172.       _CRTIMP intptr_t __cdecl _spawnv(int _Mode,const char *_Filename,const char *const *_ArgList);
  173.                                ^~~~~~~
  174.    /usr/local/include/stdio.h:996:28: error: expected ‘,’ or ‘;’ before ‘_spawnve’
  175.       _CRTIMP intptr_t __cdecl _spawnve(int _Mode,const char *_Filename,const char *const *_ArgList,const char *const *_Env);
  176.                                ^~~~~~~~
  177.    /usr/local/include/stdio.h:997:28: error: expected ‘,’ or ‘;’ before ‘_spawnvp’
  178.       _CRTIMP intptr_t __cdecl _spawnvp(int _Mode,const char *_Filename,const char *const *_ArgList);
  179.                                ^~~~~~~~
  180.    /usr/local/include/stdio.h:998:28: error: expected ‘,’ or ‘;’ before ‘_spawnvpe’
  181.       _CRTIMP intptr_t __cdecl _spawnvpe(int _Mode,const char *_Filename,const char *const *_ArgList,const char *const *_Env);
  182.                                ^~~~~~~~~
  183.    In file included from installwatch.c:37:0:
  184.    /usr/local/include/stdlib.h:145:115: error: unknown type name ‘uintptr_t’
  185.       typedef void (__cdecl *_invalid_parameter_handler)(const wchar_t *,const wchar_t *,const wchar_t *,unsigned int,uintptr_t);
  186.                                                                                                                       ^~~~~~~~~
  187.    /usr/local/include/stdlib.h:146:46: error: expected ‘,’ or ‘;’ before ‘_set_invalid_parameter_handler’
  188.       _CRTIMP _invalid_parameter_handler __cdecl _set_invalid_parameter_handler(_invalid_parameter_handler _Handler);
  189.                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190.    /usr/local/include/stdlib.h:147:46: error: expected ‘,’ or ‘;’ before ‘_get_invalid_parameter_handler’
  191.       _CRTIMP _invalid_parameter_handler __cdecl _get_invalid_parameter_handler(void);
  192.                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  193.    In file included from /usr/local/include/stdlib.h:695:0,
  194.                     from installwatch.c:37:
  195.    /usr/local/include/malloc.h:131:28: error: expected ‘,’ or ‘;’ before ‘_get_heap_handle’
  196.       _CRTIMP intptr_t __cdecl _get_heap_handle(void);
  197.                                ^~~~~~~~~~~~~~~~
  198.    In file included from /usr/local/include/unistd.h:11:0,
  199.                     from installwatch.c:41:
  200.    /usr/local/include/process.h:31:29: error: expected ‘,’ or ‘;’ before ‘_beginthread’
  201.       _CRTIMP uintptr_t __cdecl _beginthread(void (__cdecl *_StartAddress) (void *),unsigned _StackSize,void *_ArgList);
  202.                                 ^~~~~~~~~~~~
  203.    /usr/local/include/process.h:33:29: error: expected ‘,’ or ‘;’ before ‘_beginthreadex’
  204.       _CRTIMP uintptr_t __cdecl _beginthreadex(void *_Security,unsigned _StackSize,unsigned (__stdcall *_StartAddress) (void *),void *_ArgList,unsigned _InitFlag,unsigned *_ThrdAddr);
  205.                                 ^~~~~~~~~~~~~~
  206.    In file included from /usr/local/include/unistd.h:11:0,
  207.                     from installwatch.c:41:
  208.    /usr/local/include/process.h:60:28: error: expected ‘,’ or ‘;’ before ‘_cwait’
  209.       _CRTIMP intptr_t __cdecl _cwait(int *_TermStat,intptr_t _ProcHandle,int _Action);
  210.                                ^~~~~~
  211.    /usr/local/include/process.h:61:28: error: expected ‘,’ or ‘;’ before ‘_execl’
  212.       _CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...);
  213.                                ^~~~~~
  214.    /usr/local/include/process.h:62:28: error: expected ‘,’ or ‘;’ before ‘_execle’
  215.       _CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...);
  216.                                ^~~~~~~
  217.    /usr/local/include/process.h:63:28: error: expected ‘,’ or ‘;’ before ‘_execlp’
  218.       _CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...);
  219.                                ^~~~~~~
  220.    /usr/local/include/process.h:64:28: error: expected ‘,’ or ‘;’ before ‘_execlpe’
  221.       _CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...);
  222.                                ^~~~~~~~
  223.    /usr/local/include/process.h:65:28: error: expected ‘,’ or ‘;’ before ‘_execv’
  224.       _CRTIMP intptr_t __cdecl _execv(const char *_Filename,const char *const *_ArgList);
  225.                                ^~~~~~
  226.    /usr/local/include/process.h:66:28: error: expected ‘,’ or ‘;’ before ‘_execve’
  227.       _CRTIMP intptr_t __cdecl _execve(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
  228.                                ^~~~~~~
  229.    /usr/local/include/process.h:67:28: error: expected ‘,’ or ‘;’ before ‘_execvp’
  230.       _CRTIMP intptr_t __cdecl _execvp(const char *_Filename,const char *const *_ArgList);
  231.                                ^~~~~~~
  232.    /usr/local/include/process.h:68:28: error: expected ‘,’ or ‘;’ before ‘_execvpe’
  233.       _CRTIMP intptr_t __cdecl _execvpe(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
  234.                                ^~~~~~~~
  235.    /usr/local/include/process.h:69:28: error: expected ‘,’ or ‘;’ before ‘_spawnl’
  236.       _CRTIMP intptr_t __cdecl _spawnl(int _Mode,const char *_Filename,const char *_ArgList,...);
  237.                                ^~~~~~~
  238.    /usr/local/include/process.h:70:28: error: expected ‘,’ or ‘;’ before ‘_spawnle’
  239.       _CRTIMP intptr_t __cdecl _spawnle(int _Mode,const char *_Filename,const char *_ArgList,...);
  240.                                ^~~~~~~~
  241.    /usr/local/include/process.h:71:28: error: expected ‘,’ or ‘;’ before ‘_spawnlp’
  242.       _CRTIMP intptr_t __cdecl _spawnlp(int _Mode,const char *_Filename,const char *_ArgList,...);
  243.                                ^~~~~~~~
  244.    /usr/local/include/process.h:72:28: error: expected ‘,’ or ‘;’ before ‘_spawnlpe’
  245.       _CRTIMP intptr_t __cdecl _spawnlpe(int _Mode,const char *_Filename,const char *_ArgList,...);
  246.                                ^~~~~~~~~
  247.    /usr/local/include/process.h:89:28: error: expected ‘,’ or ‘;’ before ‘_wexecl’
  248.       _CRTIMP intptr_t __cdecl _wexecl(const wchar_t *_Filename,const wchar_t *_ArgList,...);
  249.                                ^~~~~~~
  250.    /usr/local/include/process.h:90:28: error: expected ‘,’ or ‘;’ before ‘_wexecle’
  251.       _CRTIMP intptr_t __cdecl _wexecle(const wchar_t *_Filename,const wchar_t *_ArgList,...);
  252.                                ^~~~~~~~
  253.    /usr/local/include/process.h:91:28: error: expected ‘,’ or ‘;’ before ‘_wexeclp’
  254.       _CRTIMP intptr_t __cdecl _wexeclp(const wchar_t *_Filename,const wchar_t *_ArgList,...);
  255.                                ^~~~~~~~
  256.    /usr/local/include/process.h:92:28: error: expected ‘,’ or ‘;’ before ‘_wexeclpe’
  257.       _CRTIMP intptr_t __cdecl _wexeclpe(const wchar_t *_Filename,const wchar_t *_ArgList,...);
  258.                                ^~~~~~~~~
  259.    /usr/local/include/process.h:93:28: error: expected ‘,’ or ‘;’ before ‘_wexecv’
  260.       _CRTIMP intptr_t __cdecl _wexecv(const wchar_t *_Filename,const wchar_t *const *_ArgList);
  261.                                ^~~~~~~
  262.    /usr/local/include/process.h:94:28: error: expected ‘,’ or ‘;’ before ‘_wexecve’
  263.       _CRTIMP intptr_t __cdecl _wexecve(const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env);
  264.                                ^~~~~~~~
  265.    /usr/local/include/process.h:95:28: error: expected ‘,’ or ‘;’ before ‘_wexecvp’
  266.       _CRTIMP intptr_t __cdecl _wexecvp(const wchar_t *_Filename,const wchar_t *const *_ArgList);
  267.                                ^~~~~~~~
  268.    /usr/local/include/process.h:96:28: error: expected ‘,’ or ‘;’ before ‘_wexecvpe’
  269.       _CRTIMP intptr_t __cdecl _wexecvpe(const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env);
  270.                                ^~~~~~~~~
  271.    /usr/local/include/process.h:121:40: error: expected declaration specifiers or ‘...’ before ‘uintptr_t’
  272.       void __cdecl __security_check_cookie(uintptr_t _StackCookie);
  273.                                            ^~~~~~~~~
  274.    /usr/local/include/process.h:122:56: error: expected declaration specifiers or ‘...’ before ‘uintptr_t’
  275.       __declspec(noreturn) void __cdecl __report_gsfailure(uintptr_t _StackCookie);
  276.                                                            ^~~~~~~~~
  277.    /usr/local/include/process.h:124:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__security_cookie’
  278.       extern uintptr_t __security_cookie;
  279.                        ^~~~~~~~~~~~~~~~~
  280.    /usr/local/include/process.h:126:20: error: expected ‘,’ or ‘;’ before ‘_loaddll’
  281.       intptr_t __cdecl _loaddll(char *_Filename);
  282.                        ^~~~~~~~
  283.    /usr/local/include/process.h:127:26: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  284.       int __cdecl _unloaddll(intptr_t _Handle);
  285.                              ^~~~~~~~
  286.    /usr/local/include/process.h:128:41: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  287.       int (__cdecl *__cdecl _getdllprocaddr(intptr_t _Handle,char *_ProcedureName,intptr_t _Ordinal))(void);
  288.                                             ^~~~~~~~
  289.    /usr/local/include/process.h:128:79: error: expected declaration specifiers or ‘...’ before ‘intptr_t’
  290.       int (__cdecl *__cdecl _getdllprocaddr(intptr_t _Handle,char *_ProcedureName,intptr_t _Ordinal))(void);
  291.                                                                                   ^~~~~~~~
  292.    /usr/local/include/process.h:154:20: error: expected ‘,’ or ‘;’ before ‘cwait’
  293.       intptr_t __cdecl cwait(int *_TermStat,intptr_t _ProcHandle,int _Action) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  294.                        ^~~~~
  295.    /usr/local/include/process.h:166:20: error: expected ‘,’ or ‘;’ before ‘spawnl’
  296.       intptr_t __cdecl spawnl(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  297.                        ^~~~~~
  298.    /usr/local/include/process.h:167:20: error: expected ‘,’ or ‘;’ before ‘spawnle’
  299.       intptr_t __cdecl spawnle(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  300.                        ^~~~~~~
  301.    /usr/local/include/process.h:168:20: error: expected ‘,’ or ‘;’ before ‘spawnlp’
  302.       intptr_t __cdecl spawnlp(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  303.                        ^~~~~~~
  304.    /usr/local/include/process.h:169:20: error: expected ‘,’ or ‘;’ before ‘spawnlpe’
  305.       intptr_t __cdecl spawnlpe(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  306.                        ^~~~~~~~
  307.    /usr/local/include/process.h:189:20: error: expected ‘,’ or ‘;’ before ‘spawnv’
  308.       intptr_t __cdecl spawnv(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  309.                        ^~~~~~
  310.    /usr/local/include/process.h:190:20: error: expected ‘,’ or ‘;’ before ‘spawnve’
  311.       intptr_t __cdecl spawnve(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  312.                        ^~~~~~~
  313.    /usr/local/include/process.h:191:20: error: expected ‘,’ or ‘;’ before ‘spawnvp’
  314.       intptr_t __cdecl spawnvp(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  315.                        ^~~~~~~
  316.    /usr/local/include/process.h:192:20: error: expected ‘,’ or ‘;’ before ‘spawnvpe’
  317.       intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  318.                        ^~~~~~~~
  319.    In file included from /usr/local/include/stdint.h:32:0,
  320.                     from /usr/lib/gcc/x86_64-pc-cygwin/6.4.0/include/stdint.h:9,
  321.                     from /usr/local/include/inttypes.h:12,
  322.                     from installwatch.c:43:
  323.    /usr/lib/gcc/x86_64-pc-cygwin/6.4.0/include/stddef.h:357:23: error: ‘wint_t’ redeclared as different kind of symbol
  324.     typedef __WINT_TYPE__ wint_t;
  325.                           ^~~~~~
  326.    In file included from installwatch.c:36:0:
  327.    /usr/local/include/stdio.h:870:11: note: previous declaration of ‘wint_t’ was here
  328.       _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File);
  329.               ^~~~~~
  330.    In file included from installwatch.c:46:0:
  331.    /usr/local/include/time.h:12:2: error: #error Only Win32 target is supported!
  332.     #error Only Win32 target is supported!
  333.      ^~~~~
  334.    In file included from installwatch.c:46:0:
  335.    /usr/local/include/time.h:177:34: error: unknown type name ‘time_t’
  336.       wchar_t *__cdecl _wctime(const time_t *) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
  337.                                      ^~~~~~
  338.    /usr/local/include/time.h:180:47: error: unknown type name ‘time_t’
  339.       __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); }
  340.                                                   ^~~~~~
  341.    /usr/local/include/time.h:189:54: error: unknown type name ‘time_t’
  342.       errno_t __cdecl _wctime_s(wchar_t *, size_t, const time_t *);
  343.                                                          ^~~~~~
  344.    /usr/local/include/time.h:192:86: error: unknown type name ‘time_t’
  345.       __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); }
  346.                                                                                          ^~~~~~
  347.    /usr/local/include/time.h:203:25: error: unknown type name ‘time_t’
  348.     double __cdecl difftime(time_t _Time1,time_t _Time2);
  349.                             ^~~~~~
  350.    /usr/local/include/time.h:203:39: error: unknown type name ‘time_t’
  351.     double __cdecl difftime(time_t _Time1,time_t _Time2);
  352.                                           ^~~~~~
  353.    /usr/local/include/time.h:204:27: error: unknown type name ‘time_t’
  354.     char *__cdecl ctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
  355.                               ^~~~~~
  356.    /usr/local/include/time.h:205:33: error: unknown type name ‘time_t’
  357.     struct tm *__cdecl gmtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
  358.                                     ^~~~~~
  359.    /usr/local/include/time.h:206:36: error: unknown type name ‘time_t’
  360.     struct tm *__cdecl localtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
  361.                                        ^~~~~~
  362.    /usr/local/include/time.h:208:16: error: expected ‘,’ or ‘;’ before ‘mktime’
  363.     time_t __cdecl mktime(struct tm *_Tm);
  364.                    ^~~~~~
  365.    /usr/local/include/time.h:209:16: error: expected ‘,’ or ‘;’ before ‘_mkgmtime’
  366.     time_t __cdecl _mkgmtime(struct tm *_Tm);
  367.                    ^~~~~~~~~
  368.    /usr/local/include/time.h:210:16: error: expected ‘,’ or ‘;’ before ‘time’
  369.     time_t __cdecl time(time_t *_Time);
  370.                    ^~~~
  371.    /usr/local/include/time.h:214:38: error: expected declaration specifiers or ‘...’ before ‘time_t’
  372.     __CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2)
  373.                                          ^~~~~~
  374.    /usr/local/include/time.h:214:52: error: expected declaration specifiers or ‘...’ before ‘time_t’
  375.     __CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2)
  376.                                                        ^~~~~~
  377.    /usr/local/include/time.h:216:47: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  378.     __CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); }
  379.                                                   ^
  380.    /usr/local/include/time.h:217:53: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  381.     __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); }
  382.                                                         ^
  383.    /usr/local/include/time.h:218:56: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  384.     __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); }
  385.                                                            ^
  386.    /usr/local/include/time.h:219:29: error: expected ‘,’ or ‘;’ before ‘mktime’
  387.     __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); }
  388.                                 ^~~~~~
  389.    /usr/local/include/time.h:220:29: error: expected ‘,’ or ‘;’ before ‘_mkgmtime’
  390.     __CRT_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm); }
  391.                                 ^~~~~~~~~
  392.    /usr/local/include/time.h:221:29: error: expected ‘,’ or ‘;’ before ‘time’
  393.     __CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); }
  394.                                 ^~~~
  395.    /usr/local/include/time.h:240:71: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  396.     __forceinline errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_s(_Tm,_Time); }
  397.                                                                           ^
  398.    /usr/local/include/time.h:241:69: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  399.     __forceinline errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); }
  400.                                                                         ^
  401.    /usr/local/include/time.h:242:83: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  402.     __forceinline errno_t __cdecl ctime_s(char *_Buf,size_t _SizeInBytes,const time_t *_Time) { return _ctime64_s(_Buf,_SizeInBytes,_Time); }
  403.                                                                                       ^
  404.    In file included from /usr/local/include/time.h:293:0,
  405.                     from installwatch.c:46:
  406.    /usr/local/include/sys/timeb.h:12:2: error: #error Only Win32 target is supported!
  407.     #error Only Win32 target is supported!
  408.      ^~~~~
  409.    /usr/local/include/sys/timeb.h:62:5: error: expected specifier-qualifier-list before ‘time_t’
  410.         time_t time;
  411.         ^~~~~~
  412.    In file included from /usr/local/include/utime.h:6:0,
  413.                     from installwatch.c:47:
  414.    /usr/local/include/sys/utime.h:10:2: error: #error Only Win32 target is supported!
  415.     #error Only Win32 target is supported!
  416.      ^~~~~
  417.    /usr/local/include/sys/utime.h:59:5: error: expected specifier-qualifier-list before ‘time_t’
  418.         time_t actime;
  419.         ^~~~~~
  420.    /usr/local/include/sys/utime.h:75:5: error: expected specifier-qualifier-list before ‘time_t’
  421.         time_t actime;
  422.         ^~~~~~
  423.    In file included from installwatch.c:49:0:
  424.    /usr/local/include/dirent.h:49:2: error: expected specifier-qualifier-list before ‘intptr_t’
  425.      intptr_t  dd_handle;
  426.      ^~~~~~~~
  427.    /usr/local/include/dirent.h:96:2: error: expected specifier-qualifier-list before ‘intptr_t’
  428.      intptr_t  dd_handle;
  429.      ^~~~~~~~
  430.    installwatch.c:73:16: error: expected declaration specifiers or ‘...’ before ‘*’ token
  431.     static time_t (*true_time) (time_t *);
  432.                    ^
  433.    installwatch.c:76:40: error: unknown type name ‘uid_t’
  434.     static int (*true_chown)(const char *, uid_t, gid_t);
  435.                                            ^~~~~
  436.    installwatch.c:76:47: error: unknown type name ‘gid_t’
  437.     static int (*true_chown)(const char *, uid_t, gid_t);
  438.                                                   ^~~~~
  439.    installwatch.c:80:32: error: unknown type name ‘uid_t’
  440.     static int (*true_fchown)(int, uid_t, gid_t);
  441.                                    ^~~~~
  442.    installwatch.c:80:39: error: unknown type name ‘gid_t’
  443.     static int (*true_fchown)(int, uid_t, gid_t);
  444.                                           ^~~~~
  445.    installwatch.c:84:41: error: unknown type name ‘uid_t’
  446.     static int (*true_lchown)(const char *, uid_t, gid_t);
  447.                                             ^~~~~
  448.    installwatch.c:84:48: error: unknown type name ‘gid_t’
  449.     static int (*true_lchown)(const char *, uid_t, gid_t);
  450.                                                    ^~~~~
  451.    installwatch.c: In function ‘true_stat’:
  452.    installwatch.c:152:20: error: ‘_STAT_VER’ undeclared (first use in this function)
  453.      return true_xstat(_STAT_VER,pathname,info);
  454.                        ^~~~~~~~~
  455.    installwatch.c:152:20: note: each undeclared identifier is reported only once for each function it appears in
  456.    installwatch.c: In function ‘true_mknod’:
  457.    installwatch.c:156:21: error: ‘_MKNOD_VER’ undeclared (first use in this function)
  458.      return true_xmknod(_MKNOD_VER,pathname,mode,&dev);
  459.                         ^~~~~~~~~~
  460.    installwatch.c: In function ‘true_lstat’:
  461.    installwatch.c:160:21: error: ‘_STAT_VER’ undeclared (first use in this function)
  462.      return true_lxstat(_STAT_VER,pathname,info);
  463.                         ^~~~~~~~~
  464.    installwatch.c: In function ‘initialize’:
  465.    installwatch.c:339:24: error: ‘RTLD_NEXT’ undeclared (first use in this function)
  466.              libc_handle = RTLD_NEXT;
  467.                            ^~~~~~~~~
  468.    installwatch.c:342:2: error: ‘true_time’ undeclared (first use in this function)
  469.      true_time        = dlsym(libc_handle, "time");
  470.      ^~~~~~~~~
  471.    installwatch.c:345:2: error: ‘true_chown’ undeclared (first use in this function)
  472.      true_chown       = dlsym(libc_handle, "chown");
  473.      ^~~~~~~~~~
  474.    installwatch.c:349:2: error: ‘true_fchown’ undeclared (first use in this function)
  475.      true_fchown      = dlsym(libc_handle, "fchown");
  476.      ^~~~~~~~~~~
  477.    installwatch.c:353:2: error: ‘true_lchown’ undeclared (first use in this function)
  478.      true_lchown      = dlsym(libc_handle, "lchown");
  479.      ^~~~~~~~~~~
  480.    installwatch.c: In function ‘canonicalize’:
  481.    installwatch.c:556:6: warning: implicit declaration of function ‘realpath’ [-Wimplicit-function-declaration]
  482.      if(!realpath(path,resolved_path)) {
  483.          ^~~~~~~~
  484.    installwatch.c: In function ‘copy_path’:
  485.    installwatch.c:719:2: error: unknown type name ‘ssize_t’
  486.      ssize_t linksz;
  487.      ^~~~~~~
  488.    installwatch.c:739:6: warning: implicit declaration of function ‘S_ISLNK’ [-Wimplicit-function-declaration]
  489.       if(S_ISLNK(trueinfo.st_mode)) {
  490.          ^~~~~~~
  491.    installwatch.c:785:9: error: ‘struct utimbuf’ has no member named ‘actime’
  492.       timbuf.actime=trueinfo.st_atime;
  493.             ^
  494.    installwatch.c:786:9: error: ‘struct utimbuf’ has no member named ‘modtime’
  495.       timbuf.modtime=trueinfo.st_mtime;
  496.             ^
  497.    installwatch.c:790:4: warning: implicit declaration of function ‘true_chown’ [-Wimplicit-function-declaration]
  498.        true_chown(translpath,trueinfo.st_uid,trueinfo.st_gid);
  499.        ^~~~~~~~~~
  500.    installwatch.c: In function ‘__instw_printdirent’:
  501.    installwatch.c:1028:25: error: ‘struct dirent’ has no member named ‘d_off’
  502.        (int64_t) D_OFF(entry->d_off),
  503.                             ^
  504.    installwatch.c:55:19: note: in definition of macro ‘D_OFF’
  505.     #define D_OFF(X) (X)
  506.                       ^
  507.    installwatch.c:1030:14: error: ‘struct dirent’ has no member named ‘d_type’; did you mean ‘d_name’?
  508.        (int)entry->d_type,
  509.                  ^~
  510.    installwatch.c: At top level:
  511.    installwatch.c:1040:41: warning: ‘struct dirent64’ declared inside parameter list will not be visible outside of this definition or declaration
  512.     static int __instw_printdirent64(struct dirent64 *entry) {
  513.                                             ^~~~~~~~
  514.    installwatch.c: In function ‘__instw_printdirent64’:
  515.    installwatch.c:1051:9: error: dereferencing pointer to incomplete type ‘struct dirent64’
  516.        entry->d_ino,
  517.             ^~
  518.    installwatch.c: In function ‘instw_print’:
  519.    installwatch.c:1074:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘pid_t {aka long long int}’ [-Wformat=]
  520.       "instw(%p) {\n"
  521.       ^~~~~~~~~~~~~~~
  522.    installwatch.c: In function ‘instw_makedirls’:
  523.    installwatch.c:2113:16: error: ‘NAME_MAX’ undeclared (first use in this function)
  524.      char wdirname[NAME_MAX+1];
  525.                    ^~~~~~~~
  526.    installwatch.c:2113:7: warning: unused variable ‘wdirname’ [-Wunused-variable]
  527.      char wdirname[NAME_MAX+1];
  528.           ^~~~~~~~
  529.    installwatch.c: In function ‘backup’:
  530.    installwatch.c:2282:10: error: ‘struct utimbuf’ has no member named ‘actime’
  531.        timbuf.actime=inode.st_atime;
  532.              ^
  533.    installwatch.c:2283:10: error: ‘struct utimbuf’ has no member named ‘modtime’
  534.        timbuf.modtime=inode.st_mtime;
  535.              ^
  536.    installwatch.c: At top level:
  537.    installwatch.c:2295:1: error: unknown type name ‘time_t’
  538.     time_t time (time_t *timer) {
  539.     ^~~~~~
  540.    installwatch.c:2295:14: error: expected declaration specifiers or ‘...’ before ‘time_t’
  541.     time_t time (time_t *timer) {
  542.                  ^~~~~~
  543.    installwatch.c:2348:5: error: conflicting types for ‘chmod’
  544.     int chmod(const char *path, mode_t mode) {
  545.         ^~~~~
  546.    In file included from /usr/local/include/sys/stat.h:14:0,
  547.                     from installwatch.c:33:
  548.    /usr/local/include/io.h:326:15: note: previous declaration of ‘chmod’ was here
  549.       int __cdecl chmod(const char *_Filename,int _AccessMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  550.                   ^~~~~
  551.    installwatch.c:2387:29: error: unknown type name ‘uid_t’
  552.     int chown(const char *path, uid_t owner, gid_t group) {
  553.                                 ^~~~~
  554.    installwatch.c:2387:42: error: unknown type name ‘gid_t’
  555.     int chown(const char *path, uid_t owner, gid_t group) {
  556.                                              ^~~~~
  557.    installwatch.c:2427:31: error: unknown type name ‘uid_t’
  558.     int chown32(const char *path, uid_t owner, gid_t group) {
  559.                                   ^~~~~
  560.    installwatch.c:2427:44: error: unknown type name ‘gid_t’
  561.     int chown32(const char *path, uid_t owner, gid_t group) {
  562.                                                ^~~~~
  563.    installwatch.c:2456:5: error: conflicting types for ‘creat’
  564.     int creat(const char *pathname, mode_t mode) {
  565.         ^~~~~
  566.    In file included from /usr/local/include/sys/stat.h:14:0,
  567.                     from installwatch.c:33:
  568.    /usr/local/include/io.h:329:15: note: previous declaration of ‘creat’ was here
  569.       int __cdecl creat(const char *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  570.                   ^~~~~
  571.    installwatch.c:2512:20: error: unknown type name ‘uid_t’
  572.     int fchown(int fd, uid_t owner, gid_t group) {
  573.                        ^~~~~
  574.    installwatch.c:2512:33: error: unknown type name ‘gid_t’
  575.     int fchown(int fd, uid_t owner, gid_t group) {
  576.                                     ^~~~~
  577.    installwatch.c: In function ‘fopen’:
  578.    installwatch.c:2560:51: error: expected ‘)’ before ‘result’
  579.       logg("%" PRIdPTR "\tfopen\t%s\t#%s\n",(intptr_t)result,
  580.                                                        ^~~~~~
  581.     installwatch.c:2560:8: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=]
  582.        logg("%" PRIdPTR "\tfopen\t%s\t#%s\n",(intptr_t)result,
  583.             ^~~
  584.     installwatch.c:2560:8: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=]
  585.     installwatch.c:2575:51: error: expected ‘)’ before ‘result’
  586.        logg("%" PRIdPTR "\tfopen\t%s\t#%s\n",(intptr_t)result,
  587.                                                        ^~~~~~
  588.     installwatch.c:2575:8: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=]
  589.        logg("%" PRIdPTR "\tfopen\t%s\t#%s\n",(intptr_t)result,
  590.             ^~~
  591.     installwatch.c:2575:8: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat=]
  592.     installwatch.c: At top level:
  593.     installwatch.c:2600:7: error: conflicting types for ‘getcwd’
  594.      char *getcwd(char *buffer,size_t size) {
  595.            ^~~~~~
  596.     In file included from /usr/local/include/sys/stat.h:14:0,
  597.                      from installwatch.c:33:
  598.     /usr/local/include/io.h:279:17: note: previous declaration of ‘getcwd’ was here
  599.        char *__cdecl getcwd (char *, int) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  600.                      ^~~~~~
  601.     installwatch.c:2664:30: error: unknown type name ‘uid_t’
  602.      int lchown(const char *path, uid_t owner, gid_t group) {
  603.                                   ^~~~~
  604.     installwatch.c:2664:43: error: unknown type name ‘gid_t’
  605.      int lchown(const char *path, uid_t owner, gid_t group) {
  606.                                                ^~~~~
  607.     installwatch.c:2749:5: error: conflicting types for ‘mkdir’
  608.      int mkdir(const char *pathname, mode_t mode) {
  609.          ^~~~~
  610.     In file included from /usr/local/include/sys/stat.h:14:0,
  611.                      from installwatch.c:33:
  612.     /usr/local/include/io.h:280:15: note: previous declaration of ‘mkdir’ was here
  613.        int __cdecl mkdir (const char *) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  614.                    ^~~~~
  615.     installwatch.c:2983:7: error: conflicting types for ‘realpath’
  616.      char *realpath(const char *file_name,char *resolved_name) {
  617.            ^~~~~~~~
  618.     installwatch.c:556:6: note: previous implicit declaration of ‘realpath’ was here
  619.       if(!realpath(path,resolved_path)) {
  620.           ^~~~~~~~
  621.     installwatch.c:3309:5: error: conflicting types for ‘utime’
  622.      int utime (const char *pathname, const struct utimbuf *newtimes) {
  623.          ^~~~~
  624.     In file included from /usr/local/include/utime.h:6:0,
  625.                      from installwatch.c:47:
  626.     /usr/local/include/sys/utime.h:115:26: note: previous definition of ‘utime’ was here
  627.      __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) {
  628.                               ^~~~~
  629.     installwatch.c: In function ‘true_stat’:
  630.     installwatch.c:153:1: warning: control reaches end of non-void function [-Wreturn-type]
  631.      }
  632.      ^
  633.     installwatch.c: In function ‘true_lstat’:
  634.     installwatch.c:161:1: warning: control reaches end of non-void function [-Wreturn-type]
  635.      }
  636.      ^
  637.     installwatch.c: In function ‘true_mknod’:
  638.     installwatch.c:157:1: warning: control reaches end of non-void function [-Wreturn-type]
  639.      }
  640.      ^
  641.     In file included from installwatch.c:35:0:
  642.     installwatch.c: In function ‘open’:
  643.     installwatch.c:2842:20: warning: ‘mode_t {aka short unsigned int}’ is promoted to ‘int’ when passed through ‘...’
  644.       mode = va_arg(ap, mode_t);
  645.                         ^
  646.     installwatch.c:2842:20: note: (so you should pass ‘int’ not ‘mode_t {aka short unsigned int}’ to ‘va_arg)
  647.     installwatch.c:2842:20: note: if this code is reached, the program will abort
  648.     At top level:
  649.     installwatch.c:1040:12: warning: ‘__instw_printdirent64’ defined but not used [-Wunused-function]
  650.      static int __instw_printdirent64(struct dirent64 *entry) {
  651.                 ^~~~~~~~~~~~~~~~~~~~~
  652.     make[1]: *** [Makefile:22: installwatch.o] Error 1
  653.     make[1]: Leaving directory '/cygdrive/b/Users/Me/Desktop/checkinstall-1.6.2/installwatch'
  654.     make: *** [Makefile:11: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement