From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72546 Path: news.gmane.org!not-for-mail From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Newsgroups: gmane.emacs.gnus.general Subject: Re: make[1]: *** [gnus-load.el] Erreur 2 Date: Mon, 04 Oct 2010 21:38:56 +0200 Message-ID: <87iq1h929b.fsf@sphax.lybrafox.lan> References: <87zkut94cb.fsf@sphax.lybrafox.lan> <87r5g592yl.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286221164 27261 80.91.229.12 (4 Oct 2010 19:39:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 19:39:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20918@lists.math.uh.edu Mon Oct 04 21:39:23 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2qsd-0004DF-0Q for ding-account@gmane.org; Mon, 04 Oct 2010 21:39:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P2qsY-0000hd-QV; Mon, 04 Oct 2010 14:39:18 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P2qsX-0000hM-Ik for ding@lists.math.uh.edu; Mon, 04 Oct 2010 14:39:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2qsT-00050J-FH for ding@lists.math.uh.edu; Mon, 04 Oct 2010 14:39:17 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2qsS-0001Ln-00 for ; Mon, 04 Oct 2010 21:39:12 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P2qsO-0004AG-SK for ding@gnus.org; Mon, 04 Oct 2010 21:39:08 +0200 Original-Received: from 181.178-66-87.adsl-dyn.isp.belgacom.be ([87.66.178.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 21:39:08 +0200 Original-Received: from hobbes by 181.178-66-87.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 21:39:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 181.178-66-87.adsl-dyn.isp.belgacom.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:hSUuO63dhny2Ob0SAzoqcInylW8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72546 Archived-At: Lars Magne Ingebrigtsen writes: > hobbes@poukram.net (Rémi Letot) writes: > >>>> cd lisp && make EMACS="24.0.50.1 (term:0.96)" lispdir="/share/emacs/site-lisp/gnus" al >>> >>> EMACS is the emacs executable. EMACS=/usr/bin/emacs or whatever. >> >> Shoud I set it manually somewhere ? > > In the "make" statement there you set EMACS to "24.0.50.1 (term:0.96)". > "24.0.50.1 (term:0.96)" is not /usr/bin/emacs. "24.0.50.1 (term:0.96)" > is a string that's not an executable. > > So don't say EMACS="24.0.50.1 (term:0.96)" in the make statement or the > configure statement or however that got there. I don't set it myself, this is automatically detected by configure. Maybe my emacs setup is borked by the last upgrade, I don't know and I don't understand configure scripts so I can't say. However, while trying to understand the configure script, I read that I could force the emacs executable (--with-emacs=/usr/bin/emacs) and with that I could make git gnus. Thanks, -- Rémi