Displaying 2 results from an estimated 2 matches for "happyspaceinvader".
2005 Feb 17
2
[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...
2005 Feb 17
0
[Bug 2357] New: error when compiling rsync under Windows Services for Unix
...Services for
Unix
Product: rsync
Version: 2.6.4
Platform: All
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: happyspaceinvader@btopenworld.com
QAContact: rsync-qa@samba.org
Error: "undefined reference to `_makedev'" occurs when compiling under Windows
Services for Unix 3.5.
To remedy, simply edit flist.c and change every occurrence of 'makedev' to
'mkdev'. Once you run make again,...