From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Posix build on Windows: parallel `make' broken Date: Mon, 03 Jun 2013 18:30:50 +0300 Message-ID: <83ip1vxlcl.fsf@gnu.org> References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <83r4gkzgsj.fsf@gnu.org> <83sj0zykgq.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1370273470 32402 80.91.229.3 (3 Jun 2013 15:31:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 15:31:10 +0000 (UTC) Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 17:31:10 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UjWiz-0003cq-RS for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 17:31:09 +0200 Original-Received: from localhost ([::1]:42426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWiz-0003M4-DC for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 11:31:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWir-0003DZ-4K for emacs-devel@gnu.org; Mon, 03 Jun 2013 11:31:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjWim-0004h1-GE for emacs-devel@gnu.org; Mon, 03 Jun 2013 11:31:01 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:63501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWim-0004gr-6l for emacs-devel@gnu.org; Mon, 03 Jun 2013 11:30:56 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MNT00400PPGP900@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 03 Jun 2013 18:30:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNT004OOPRILI20@a-mtaout22.012.net.il>; Mon, 03 Jun 2013 18:30:54 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160043 Archived-At: > From: Juanma Barranquero > Date: Mon, 3 Jun 2013 05:41:12 +0200 > Cc: =C3=93scar Fuentes ,=20 > =09Emacs developers >=20 > On Mon, Jun 3, 2013 at 4:52 AM, Eli Zaretskii wrote: >=20 > > What does your prefix=3D line say in that Makefile? >=20 > prefix=3Dc:/Devel/emacs/repo/trunk >=20 > > If it uses Windows-style d:/foo/bar file name, does it help to sa= y > > > > make install prefix=3D/c/Devel/emacs... > > > > i.e. use the MSYS-style file name instead? >=20 > Yes The c/ dir is not created. I guess we shouldn't advise that people use Windows style file names in the configure command, as it causes subtle bugs. Will update INSTALL.MSYS accordingly. > >> Warning: Lisp directory `c:/devel/emacs/repo/trunk/site-lisp':= No > >> such file or directory > > > > That's the consequence of the above. Emacs verifies the site-lis= p > > directories exist when it starts up. >=20 > Sorry, I don't understand. ./share/emacs/site-lisp and > ./share/emacs/24.3.50/site-lisp are created. ./site-lisp (at the ro= ot > of the source tree) is not created even when passing > install=3D/c/Devel/emacs/repo/trunk Sorry, too little coffee. Do you have EMACSLOADPATH set in the environment or something? If not, please step through init_lread and see why does it try to access this directory. It shouldn't, and it doesn't for me.