This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] afio 2.5 -- Archive file manipulation program


>>>>> Jari Aalto writes:

    > Included in Debian stable

    >     http://packages.debian.org/afio

ccache g++ -Wall -Wstrict-prototypes  -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -DMEMCPY -DMKDIR   -DVOIDFIX  -DHAVEFCNTL    -DHAVEMEMCMP -DDEFFMTCMD='"fdformat /dev/fd0H1440"'  -DHAVE_LCHOWN -DPRG_COMPRESS='"gzip"' -DHAVEFNMATCH    -c -o afio.o afio.c
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
afio.c: In function `int main(int, char**)':
afio.c:711: error: invalid conversion from `void*' to `char*'
afio.c:776: error: invalid conversion from `void*' to `char*'
afio.c: In function `void restoredirstamps()':
afio.c:1151: error: cannot convert `time_t*' to `const utimbuf*' for argument `2' to `int utime(const char*, const utimbuf*)'
afio.c: At global scope:
afio.c:1170: error: variable or field `in' declared void
afio.c:1170: error: `int in' redeclared as different kind of symbol
afio.h:409: error: previous declaration of `void in(char**)'
afio.c:1170: error: declaration of `int in'
afio.h:409: error: conflicts with previous declaration `void in(char**)'
afio.c:1170: error: `av' was not declared in this scope
afio.c:1171: error: expected `,' or `;' before "register"
afio.c:1172: error: expected unqualified-id before '{' token
afio.c:1172: error: expected `,' or `;' before '{' token
afio.c:1217: error: variable or field `readcheck' declared void
.......

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]