On Mon, Mar 21, 2016 at 12:12:58PM -0400, Richard Hamilton wrote:
The attachment.bin from that link is 115 lines, but does not have a
newline at the end of the 115th line. There have been a lot of
versions of "patch" commands, and not all of them may be equally
tolerant.
You could try getting a fresh copy of attachment.bin, and then
modifying it by adding the newline
echo >>attachment.bin
and then using that.
I don't recall having any problems, but I'm working on a Mac, which may
have a different version of "patch" than what you're using.
That worked, thanks a ton! Patched and compiled cleanly. Thanks for the
help!