From hiben at tzi.de Sun Dec 2 07:06:33 2007 From: hiben at tzi.de (Hendrik Iben) Date: Sun, 02 Dec 2007 13:06:33 +0100 Subject: [OTR-dev] Building otrproxy-0.3.1 with wxGTK-2.6 Message-ID: <47529FC9.5020904@tzi.de> Hi, I'm just trying to get started using OTR and was firsted stopped when trying to build otrproxy. My linux distribution (Gentoo) does not support wxWindows 2.5 anymore but wxGTK 2.6. The configure script is unable to use the 2.6 libraries on my system and has some other problems. After some trial-and-error I was able to solve my problems with a small patch and maybe this is of use for somebody else. I'm posting this to the user- and dev-mailing-list because I am not sure where 'patching the source' fits... :-) This patch only messes with the GUI-code and was tested with wxGTK-2.6.3.3 on x86 and 2.6.4.0 on amd64. Technically this patch only makes the linker use the non-static wxGTK-libraries and resolves an ambigous constructor. Best regards, Hendrik -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0.3.1-wxGTK-2.6.patch URL: From ian at cypherpunks.ca Sat Dec 8 20:03:25 2007 From: ian at cypherpunks.ca (Ian Goldberg) Date: Sat, 8 Dec 2007 20:03:25 -0500 Subject: [OTR-dev] Building otrproxy-0.3.1 with wxGTK-2.6 In-Reply-To: <47529FC9.5020904@tzi.de> References: <47529FC9.5020904@tzi.de> Message-ID: <20071209010325.GU32346@yoink.cs.uwaterloo.ca> On Sun, Dec 02, 2007 at 01:06:33PM +0100, Hendrik Iben wrote: > Hi, > > I'm just trying to get started using OTR and was firsted stopped when > trying to build otrproxy. > My linux distribution (Gentoo) does not support wxWindows 2.5 anymore > but wxGTK 2.6. The configure script is unable to use the 2.6 libraries > on my system and has some other problems. > > After some trial-and-error I was able to solve my problems with a small > patch and maybe this is of use for somebody else. > > I'm posting this to the user- and dev-mailing-list because I am not sure > where 'patching the source' fits... :-) otr-dev, I think. > This patch only messes with the GUI-code and was tested with > wxGTK-2.6.3.3 on x86 and 2.6.4.0 on amd64. > > Technically this patch only makes the linker use the non-static > wxGTK-libraries and resolves an ambigous constructor. Thanks! - Ian