From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: Problems with EDE Date: Fri, 09 Oct 2009 14:15:20 +0200 Message-ID: References: <87hbun9jbs.fsf@stupidchicken.com> <1254397096.16450.84.camel@projectile.siege-engine.com> <1254575261.6961.23.camel@projectile.siege-engine.com> <873a5wbed3.fsf@stupidchicken.com> <8763apttus.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255090542 7532 80.91.229.12 (9 Oct 2009 12:15:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 12:15:42 +0000 (UTC) Cc: emacs-devel@gnu.org, eric@siege-engine.com To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 14:15:31 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MwENe-0004Et-3B for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 14:15:30 +0200 Original-Received: from localhost ([127.0.0.1]:37649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwENd-0005yr-4E for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 08:15:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwENY-0005xZ-2i for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:15:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwENW-0005vY-BV for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:15:23 -0400 Original-Received: from [199.232.76.173] (port=56549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwENW-0005vO-7b for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:15:22 -0400 Original-Received: from mail2.sha-bang.de ([78.47.120.114]:60012 helo=mail.sha-bang.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwENV-0003AU-Ut for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:15:22 -0400 Original-Received: from kenny.sha-bang.local (xdslcy239.osnanet.de [89.166.152.239]) by mail.sha-bang.de (Postfix) with ESMTPSA id DAA2054E; Fri, 9 Oct 2009 14:15:20 +0200 (CEST) Original-Received: from wilde by kenny.sha-bang.local with local (Sha Bang MUA v.0711184.68) ID 1MwENU-0003Ba-Gp; Fri, 09 Oct 2009 14:15:20 +0200 In-Reply-To: <8763apttus.fsf@stupidchicken.com> (Chong Yidong's message of "Thu, 08 Oct 2009 18:15:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116013 Archived-At: Chong Yidong wrote: > Sascha Wilde writes: > >> Yet another one: >> ede-make-dist does not work for ede automake projects: [...] > This is a bug in project-make-dist (the filename comparison forgets that > ede-proj-dist-makefile returns a full filename). I've checked in a fix > into the trunk. Thanks. That fixed it for me! And made me discover the next problem: The generated configure script as packed into the dist tar depends on Project.ede, but that isn't part of the distribution: $ tar xzvf cedettest/ede-test-1.0.tar.gz $ cd ede-test-1.0 $ ./configure configure: error: cannot find sources (Project.ede) in . or .. I'm not sure which is the bug, the dependency or that Project.ede is not distributed... cheers sascha -- Sascha Wilde I've always figured UNIX is a utility to be run under emacs. -- Charles R. Martin