How to apply a patch?

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
fabio-s
Harmless
Posts: 4
Joined: Wed Sep 07, 2011 9:38 pm

How to apply a patch?

Post by fabio-s »

Hi,

I'm trying to apply the patch to send custom emoticons found here:
http://www.dune.it/blog/2011/01/sending ... nal-build/

I believe I have all software correct: Xcode, Mercurial, Adium source code and the .diff file.
After installing Xocde and downloading Adium source code with Mercurial, I tried to apply the patch with the following code:
patch -p3 --dry-run < SendingCustomEmoticons.diff

I tried many variations of the -p# parameter (until 8 I guess) and nothing worked. Also tried moving the diff file to different folders.
Everytime I got the following error:
can't find file to patch at input line 11

Anyone can help me?

Thanks!
User avatar
David Munch
Grandé
Posts: 892
Joined: Sun Dec 05, 2004 3:41 pm
Location: Denmark
Contact:

Re: How to apply a patch?

Post by David Munch »

Go on IRC and ask in #adium-devl, you should be able to get help there.
For Vienna issues: Please search Github before posting! Otherwise, file a bug report on Github.

If you are interested in helping out with the development of Vienna, see the Vienna website for details. All levels of programming experience are welcome! :grin:
Post Reply