samba-bugs@samba.org
2005-Feb-17 18:21 UTC
[Bug 2357] error when compiling rsync under Windows Services for Unix
https://bugzilla.samba.org/show_bug.cgi?id=2357 ------- Additional Comments From happyspaceinvader@btopenworld.com 2005-02-17 11:09 ------- What I meant to ask was, can this be automatically determined somehow so other users of Windows Services for Unix don't have to hack flist.c like I did? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-18 01:21 UTC
[Bug 2357] error when compiling rsync under Windows Services for Unix
https://bugzilla.samba.org/show_bug.cgi?id=2357 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-02-17 18:04 ------- The CVS version has this code in rsync.h to try to deal with this: #if !defined makedev && defined mkdev #define makedev mkdev #endif So, under Windows Services for Unix, is mkdev not a define? I suppose we could change the #if to something like this: #if !defined makedev && (defined mkdev || defined WIN32) Does that work? Any better ideas? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-26 00:22 UTC
[Bug 2357] error when compiling rsync under Windows Services for Unix
https://bugzilla.samba.org/show_bug.cgi?id=2357 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From wayned@samba.org 2005-02-25 17:04 ------- I put a fix for this into 2.6.4pre1, so I hope that this is now resolved. If not, reopen the bug. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.