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: Build failure on MS-Windows Date: Tue, 18 Jun 2013 12:54:41 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1371553740 1712 80.91.229.3 (18 Jun 2013 11:09:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 11:09:00 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 13:09: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 1UotmT-0000q1-Vk for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 13:08:58 +0200 Original-Received: from localhost ([::1]:59245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UotYn-0005O9-66 for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 06:54:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UotYj-0005LV-1Z for emacs-devel@gnu.org; Tue, 18 Jun 2013 06:54:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UotYi-0003C0-1U for emacs-devel@gnu.org; Tue, 18 Jun 2013 06:54:44 -0400 Original-Received: from mail-lb0-f170.google.com ([209.85.217.170]:37004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UotYh-0003Bn-R9 for emacs-devel@gnu.org; Tue, 18 Jun 2013 06:54:43 -0400 Original-Received: by mail-lb0-f170.google.com with SMTP id t13so3436590lbd.29 for ; Tue, 18 Jun 2013 03:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nAArJYfq+5FH0QVuFQvgHYINYEPgAPr9VAQjLen5Exs=; b=mAlT38QLSomGakLXtazsX+Vxk7mwLO1DMQ7YfHhyKEMPMN5LBMGZ1dxfRjWrBJECC7 Fz+mqWBXmltLq/ZsIMuDR2L1KLZuLcJgvFVEviCm0zQodc34oNm8nCVEH7uhrduVEoO/ 5JRrAD1NIkzGzlS94C11BbGzUCi/XVGjj6RggcbCcfmweBTKTlfgFHoZ1VfpvO14CpPi ELrSANUF1mpeswg/fYtp20lTFXLfgUCYih88PvkOf7FYgvhX6nb3sSqkfAHBI7xSiz2g m3K8v4SzFmDc1Js9nNRUuEQzais6E1LD2MfPSO0/uljbLnmcxlRFNadvSr+fx8ZdlPVv sMgg== X-Received: by 10.152.21.194 with SMTP id x2mr9023920lae.9.1371552881631; Tue, 18 Jun 2013 03:54:41 -0700 (PDT) Original-Received: by 10.114.29.133 with HTTP; Tue, 18 Jun 2013 03:54:41 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.170 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:160559 Archived-At: Hi, I've just tried to build from scratch the last trunk version of Emacs on MS-Windows, but the build fails here: [...] Loading abbrev... Loading simple... Invalid function: with-eval-after-load mv: cannot stat `emacs.exe': No such file or directory Makefile:823: recipe for target `bootstrap-emacs.exe' failed make[1]: *** [bootstrap-emacs.exe] Error 1 make[1]: Leaving directory `/c/msys/home/dani/emacs/build/src' Makefile:381: recipe for target `src' failed make: *** [src] Error 2 -- Dani Moncayo