Hi all!
weiden@cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/lib/advapi32/sec/ Changes by: weiden@mok.osexperts.com 04/12/10 16:21:34
Modified files: reactos/lib/advapi32/: advapi32.def advapi32.h makefile reactos/lib/advapi32/misc/: sysfunc.c reactos/lib/advapi32/token/: token.c Added files: reactos/lib/advapi32/crypt/: .cvsignore crypt.c crypt.h crypt_des.c crypt_lmhash.c crypt_md4.c crypt_md5.c crypt_sha.c reactos/lib/advapi32/sec/: trustee.c
Log message: port crypt and trustee support from Wine. Patch by Steven Edwards.
I'm getting this,
[CC] crypt/crypt.c In file included from crypt/crypt.c:28: ../../include/wine/port.h:248: error: parse error before "pread" ../../include/wine/port.h:248: warning: type defaults to `int' in declaration of `pread' ../../include/wine/port.h:248: warning: data definition has no type or storage class ../../include/wine/port.h:252: error: parse error before "pwrite" ../../include/wine/port.h:252: warning: type defaults to `int' in declaration of `pwrite' ../../include/wine/port.h:252: warning: data definition has no type or storage class make: *** [crypt/crypt.o] Error 1
Good port, we need it for AbiWord 2.2.1, James
Hi James, --- James Tabor jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net wrote:
[CC] crypt/crypt.c In file included from crypt/crypt.c:28: ../../include/wine/port.h:248: error: parse error before "pread" ../../include/wine/port.h:248: warning: type defaults to `int' in declaration of `pread' ../../include/wine/port.h:248: warning: data definition has no type or storage class ../../include/wine/port.h:252: error: parse error before "pwrite" ../../include/wine/port.h:252: warning: type defaults to `int' in declaration of `pwrite' ../../include/wine/port.h:252: warning: data definition has no type or storage class make: *** [crypt/crypt.o] Error 1
Good port, we need it for AbiWord 2.2.1,
Thomas and I are not seeing this problem here with latest CVS. Whats your gcc/binutils version?
Thanks Steven
__________________________________ Do you Yahoo!? All your favorites on one personal page � Try My Yahoo! http://my.yahoo.com
Steven Edwards wrote:
Hi James, --- James Tabor jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net wrote:
[CC] crypt/crypt.c In file included from crypt/crypt.c:28: ../../include/wine/port.h:248: error: parse error before "pread" ../../include/wine/port.h:248: warning: type defaults to `int' in declaration of `pread' ../../include/wine/port.h:248: warning: data definition has no type or storage class ../../include/wine/port.h:252: error: parse error before "pwrite" ../../include/wine/port.h:252: warning: type defaults to `int' in declaration of `pwrite' ../../include/wine/port.h:252: warning: data definition has no type or storage class make: *** [crypt/crypt.o] Error 1
Good port, we need it for AbiWord 2.2.1,
Thomas and I are not seeing this problem here with latest CVS. Whats your gcc/binutils version?
Thanks Steven
gcc 3.3.1 and bin utils 2.15.90 20040222, James
James Tabor wrote:
Steven Edwards wrote:
Hi James, --- James Tabor jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net wrote:
[CC] crypt/crypt.c In file included from crypt/crypt.c:28: ../../include/wine/port.h:248: error: parse error before "pread" ../../include/wine/port.h:248: warning: type defaults to `int' in declaration of `pread' ../../include/wine/port.h:248: warning: data definition has no type or storage class ../../include/wine/port.h:252: error: parse error before "pwrite" ../../include/wine/port.h:252: warning: type defaults to `int' in declaration of `pwrite' ../../include/wine/port.h:252: warning: data definition has no type or storage class make: *** [crypt/crypt.o] Error 1
Good port, we need it for AbiWord 2.2.1,
Thomas and I are not seeing this problem here with latest CVS. Whats your gcc/binutils version?
Thanks Steven
gcc 3.3.1 and bin utils 2.15.90 20040222, James
I know I seen this before!
So,,,, DOH!
Sorry, James
Thank G__ for saven email!