From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs and parent directory Makefile Date: Sat, 10 Jul 2010 10:05:02 +0300 Message-ID: <83wrt3akbl.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1278745665 19039 80.91.229.12 (10 Jul 2010 07:07:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Jul 2010 07:07:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 10 09:07:44 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OXUA1-0007bO-IF for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jul 2010 09:07:41 +0200 Original-Received: from localhost ([127.0.0.1]:56069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXUA1-00014J-0R for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jul 2010 03:07:41 -0400 Original-Received: from [140.186.70.92] (port=57115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXU9Z-00014E-O3 for help-gnu-emacs@gnu.org; Sat, 10 Jul 2010 03:07:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXU9X-0000OQ-W8 for help-gnu-emacs@gnu.org; Sat, 10 Jul 2010 03:07:13 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:47134) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXU9X-0000OA-OD for help-gnu-emacs@gnu.org; Sat, 10 Jul 2010 03:07:11 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L5B00600Y1T6300@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Sat, 10 Jul 2010 10:07:10 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5B001GZYFTTPB0@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Sat, 10 Jul 2010 10:07:05 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74164 Archived-At: > Date: Fri, 9 Jul 2010 11:51:19 -0500 > From: =?ISO-8859-1?Q?St=E9phane_Maniaci?= > > My project uses non-recursive Makefile, thus there is only (at the moment) a > single Makefile in my project root tree, that compiles (with Autotools) all > my sources files, located in the src/ directory. > > Now the problem is : when I'm editing my code and tries to compile it (M-x > compile), I have to use 'make -k -C ../', which works fine, but Emacs > doesn't know anymore which files contains error. When trying to move to last > error, it outputs this : > > Find this error in (default src/ease-about-dialog.vala): ~/build/ease/src/ > > Does anyone have a workaround for this ? Switch to the buffer that visits your top-level Makefile, before typing "M-x compile".