From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Wed, 18 Sep 2013 12:38:29 +0200 Message-ID: References: <83sixwfdjk.fsf@gnu.org> <834n9nhhp6.fsf@gnu.org> <83ppsbfoe7.fsf@gnu.org> <83mwnffkom.fsf@gnu.org> <83k3ijfhk0.fsf@gnu.org> <83hadnf7gs.fsf@gnu.org> <83hadmqvql.fsf@gnu.org> <83txhkpszv.fsf@gnu.org> <83pps8pnc9.fsf@gnu.org> <83ob7splia.fsf@gnu.org> <83k3ifq5o5.fsf@gnu.org> <83d2o7q28r.fsf@gnu.org> <8338p3pded.fsf@gnu.org> <83r4cmo9m2.fsf@gnu.org> <83pps6o3f2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379500725 27574 80.91.229.3 (18 Sep 2013 10:38:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2013 10:38:45 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 18 12:38:45 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 1VMF9c-0000gu-Un for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 12:38:41 +0200 Original-Received: from localhost ([::1]:45845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMF9Z-0005d4-Ig for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 06:38:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMF9V-0005cu-Bs for emacs-devel@gnu.org; Wed, 18 Sep 2013 06:38:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMF9U-00068n-9W for emacs-devel@gnu.org; Wed, 18 Sep 2013 06:38:33 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:56534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMF9S-00068Q-HT; Wed, 18 Sep 2013 06:38:30 -0400 Original-Received: by mail-la0-f48.google.com with SMTP id er20so5410996lab.21 for ; Wed, 18 Sep 2013 03:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+xp2INQyDyIOHlNmogEKPGOLJ6aSM60UANvTuu1pg7A=; b=Ey851Z9JO923/W0jRTV12XUBzS2wKCo7/kpY1wvZ/nbCiak5bfpv3tEqhHoPGQPU7r avst5Jf843aXtMv8a32rmuxKdi0XsLXu4M5SwrUXQkZ5kiGa8dr4FqV3CpW59lIHG6wF Qg55bsDs/ojzdRc2ZqG/cuNAqHuFdmo3LtR+xoE+iwIPS+t+Xnz2BLtc8tLvzZ5Pdh2x WAyyDWcedv/dLXIg9k5n4G7HR3551wjy4EvY/jiv+VeaiVGmWZNVRs0zL9+Qv5rzfaVL yvvDSIs6voItPyIsSybA0ijItegNOI1FOgdnGIeBW2KJaIOzcZn6M7j+16Yi8p6+yLCg jeEQ== X-Received: by 10.112.167.3 with SMTP id zk3mr15060465lbb.23.1379500709289; Wed, 18 Sep 2013 03:38:29 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Wed, 18 Sep 2013 03:38:29 -0700 (PDT) In-Reply-To: <83pps6o3f2.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:163424 Archived-At: >> test "$MSYSTEM" = "MINGW32" && srcdir=`(cd "$srcdir"; pwd -W | sed >> -e 's,^\([[A-Za-z]]\):,/\1,')` >> >> With that change, now the only problems remaining are the crashes I >> get much later in the bootstraping, when Emacs compiles certain Elisp >> files. > > Do the same crashes happen if you build Emacs outside of the MSYS > tree? I've just tried it and yes, I get the same 3 crashes Makefile:252: recipe for target `ffap.elc' failed Makefile:252: recipe for target `gnus/deuglify.elc' failed Makefile:252: recipe for target `obsolete/xesam.elc' failed -- Dani Moncayo