From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ew0-f47.google.com ([209.85.215.47]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1PEIFi-0005M2-53 for openembedded-devel@lists.openembedded.org; Fri, 05 Nov 2010 10:06:31 +0100 Received: by ewy2 with SMTP id 2so1529139ewy.6 for ; Fri, 05 Nov 2010 02:05:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Ol98y8+N+vgUEcmI2whqZdzz4Ob+EDyzKrLr7JwWD+I=; b=isUWyPiUvv8mtz2yUM0wqXf4RVRzLaHVNswgbit6w/LrFZFbquOF1a9wIOTePNcL4A V0dIkIUCO61BnwNhp3bV8UusYYZOnkPTkRJbAhHDqTAeG/WyCwdEgaju/Gi9tvFZkKIm xisuXHYi9R9ZhIAgW0zAFGF9/5LC8DioPv9Zs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=Hl67kuIKfOZnSdHRdeKdGTix5P73AAokMiNr4oJI6QbWkUwl4iHOewatMMfuHDfb67 MkL5a69jB34ATtOQPdPW/9/e1KLH697Vft3VcSslFG7LcbjvUk6ptLJcGPj0dFKAF1za hDn08iepez43W973GjZvrlzs8xUU6dmJGKEFk= Received: by 10.213.14.70 with SMTP id f6mr1525605eba.7.1288947938890; Fri, 05 Nov 2010 02:05:38 -0700 (PDT) Received: from bamboo.localnet (dsl-51-41.dsl.netsource.ie [213.79.51.41]) by mx.google.com with ESMTPS id b52sm827459eei.1.2010.11.05.02.05.37 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Nov 2010 02:05:38 -0700 (PDT) From: captain.deadly@gmail.com To: openembedded-devel@lists.openembedded.org Date: Fri, 5 Nov 2010 09:05:35 +0000 User-Agent: KMail/1.13.5 (Linux/2.6.36-jfw+; KDE/4.5.1; x86_64; ; ) References: <201011050735.26140.captain.deadly@gmail.com> <20101105074341.GK3440@jama> In-Reply-To: <20101105074341.GK3440@jama> MIME-Version: 1.0 Message-Id: <201011050905.35358.captain.deadly@gmail.com> X-SA-Exim-Connect-IP: 209.85.215.47 X-SA-Exim-Mail-From: captain.deadly@gmail.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: emacs alternative? X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 09:06:32 -0000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On Friday 05 November 2010 07:44:09 Martin Jansa wrote: > On Fri, Nov 05, 2010 at 07:35:25AM +0000, captain.deadly@gmail.com wrote: > > I posted here before to say that emacs in OE doesn't build on my machine > > as the Makefile's being generated by autotools are being corrupted > > somehow. I've not been able to get to the bottom of it at all. > > http://article.gmane.org/gmane.comp.handhelds.shr.devel/3131/match=mg > > and > > emacs-x11_23.1.bb builds in SHR feeds just fine (so you can look there > for patches needed by emacs_22.3 - probably > emacs-x11-23.1/configure.in.lost.backslashes.patch). > > Regards, Thanks for that I was trying to build the plain emacs without x and having those problems. x11 version does work so thanks for the pointer.