Does not compile on OSX due to use of O_RSYNC
Brought to you by:
corvuscorax
Mac OSX unfortunately does not support the O_RSYNC flag so safecopy does not compile on it; the good news is that this can be fixed by using O_SYNC instead of O_RSYNC on that platform. I'd submit a patch myself but I am not very experienced with autotools.
Can you check if the following code fixes it (to be added at the top of safecopy.c near line 50
Yep! That makes the source compile, and a test of safecopy on OSX and
Linux for the same CD resulted in the same image. Thanks!
On 3/26/14, 2:41 PM, Eric Price wrote:
Related
Bugs: #7