On 7/12/01 4:33 am, in article [EMAIL PROTECTED], "Timothy Paustian" <[EMAIL PROTECTED]> wrote:
> Mike Pinkerton wrote: > > >> >> I'm pleased to announce a new embedding sample for Cocoa (MacOSX) >> applications. This sample demonstrates how to create a Cocoa app in >> ProjectBuilder and embed a Gecko NSBrowserView. >> >> Instructions are at: >> http://www.mozilla.org/ports/fizzilla/Cocoazilla.html > > > I am slogging through the directions for this and got stuck on the > patch. I found some directions for it, but cd into the mozilla directory > and applying > > patch < my.patch > > isn't working. It's giving the error that it can't find the file. I tried > > setenv POSIXLY_CORRECT 1 ; patch -p0 < my.patch > > and that gave the same errors. What am I missing? patch --posix -p0 < cocoazilla.patch worked fine for me. What are you getting from... patch --dry-run --posix -p0 < cocoazilla.patch ian
