From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Posix build on Windows: parallel `make' broken Date: Mon, 3 Jun 2013 05:41:12 +0200 Message-ID: References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <83r4gkzgsj.fsf@gnu.org> <83sj0zykgq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1370230920 13054 80.91.229.3 (3 Jun 2013 03:42:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 03:42:00 +0000 (UTC) Cc: =?UTF-8?Q?=C3=93scar_Fuentes?= , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 05:42:00 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 1UjLeg-0007Ee-Vw for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 05:41:59 +0200 Original-Received: from localhost ([::1]:35834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjLeg-0002AK-5P for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 23:41:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjLed-0002AF-IO for emacs-devel@gnu.org; Sun, 02 Jun 2013 23:41:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjLec-0006Ft-Pm for emacs-devel@gnu.org; Sun, 02 Jun 2013 23:41:55 -0400 Original-Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:37647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjLeb-0006FT-AT; Sun, 02 Jun 2013 23:41:53 -0400 Original-Received: by mail-ee0-f42.google.com with SMTP id c4so930581eek.1 for ; Sun, 02 Jun 2013 20:41:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=YQWcGEacNU2CWZDSegJwv9QOTdvdOvE/YUX2b9ivtO0=; b=Oio/jxWPeHDsClDOrxIVjrY7Vdu6ms0y0bSsbZfWk4YlvnWd33z1+/gugFXVXfmxtt i81UnPaGOyJiMx85e1QMh3pz6OQ6iVuD+fOxRbb64Z1HrGK4T8n50wTMYLeg9fP2oDPx 6jkuo/M+ifNIsTgZqgn4Y0NPEu4f768DjykEaOJlzWedvBwnp48T4W9V11MqwqIxjheK WxAPNKx7JdMBJwnVIzDxzC59QDJbkXgOyPypiiLT5RWt13n+ZfoPO+QtucUbolSMbfJp Np3E9h9AF/tq8ZdBY777eQ9PoeiiqgvmMO5mNG2tDqfQs842Vcv/x9MI5s0cogy8NWzF +uJQ== X-Received: by 10.14.224.201 with SMTP id x49mr21460290eep.14.1370230912423; Sun, 02 Jun 2013 20:41:52 -0700 (PDT) Original-Received: by 10.15.93.130 with HTTP; Sun, 2 Jun 2013 20:41:12 -0700 (PDT) In-Reply-To: <83sj0zykgq.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22a 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:160023 Archived-At: On Mon, Jun 3, 2013 at 4:52 AM, Eli Zaretskii wrote: > What does your prefix= line say in that Makefile? prefix=c:/Devel/emacs/repo/trunk > If it uses Windows-style d:/foo/bar file name, does it help to say > > make install prefix=/c/Devel/emacs... > > i.e. use the MSYS-style file name instead? Yes The c/ dir is not created. >> 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-lisp > directories exist when it starts up. Sorry, I don't understand. ./share/emacs/site-lisp and ./share/emacs/24.3.50/site-lisp are created. ./site-lisp (at the root of the source tree) is not created even when passing install=/c/Devel/emacs/repo/trunk J