Wayne,
So sorry for all the questions - this isn't my language area
(applescript + some oBJ-C..)
Here is part of the the rej. file after the flags patch lines 44- 49,
50:
***************
*** 44,49 ****
extern int protect_args;
extern int preserve_uid;
extern int preserve_gid;
extern int preserve_acls;
extern int preserve_xattrs;
extern int need_messages_from_generator;
--- 44,50 ----
extern int protect_args;
extern int preserve_uid;
extern int preserve_gid;
+ extern int preserve_fileflags;
extern int preserve_acls;
extern int preserve_xattrs;
extern int need_messages_from_generator;
***************
and here is the compat.c file after the crtimes the flags (which
errored) patches. Havn't done ./configure or make yet
extern int protect_args;
extern int preserve_uid;
extern int preserve_gid;
extern int preserve_crtimes;
extern int preserve_acls;
extern int preserve_xattrs;
extern int need_messages_from_generator;
how do I resolve this? Thanks Rob
On Feb 3, 2008, at 2:20 AM, Wayne Davison wrote:
On Sat, Feb 02, 2008 at 09:38:20PM -0500, Robert DuToit wrote:
I tried the crtimes patch and it compiles and works but when I tried
to add the flags patch too I came up with this make error.
You apparently missed the patch errors before that. You need to
resolve
all the failed hunks from the second patch before trying to run make.
Look for the *.rej files.
..wayne..
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html