From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ] Date: Wed, 8 Sep 2010 16:20:26 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1283962855 15419 80.91.229.12 (8 Sep 2010 16:20:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2010 16:20:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 08 18:20:54 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OtNOF-0007mW-5a for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2010 18:20:51 +0200 Original-Received: from localhost ([127.0.0.1]:37604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtNOE-0006vh-JJ for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2010 12:20:50 -0400 Original-Received: from [140.186.70.92] (port=54536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtNO9-0006up-5i for emacs-devel@gnu.org; Wed, 08 Sep 2010 12:20:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtNO7-0002Tj-Vk for emacs-devel@gnu.org; Wed, 08 Sep 2010 12:20:45 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:53597) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtNO7-0002Tb-KS for emacs-devel@gnu.org; Wed, 08 Sep 2010 12:20:43 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OtNO2-0007eg-LY for emacs-devel@gnu.org; Wed, 08 Sep 2010 18:20:38 +0200 Original-Received: from mobile-3G-dyn-BU-81-240.zappmobile.ro ([mobile-3G-dyn-BU-81-240.zappmobile.ro]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Sep 2010 18:20:38 +0200 Original-Received: from alinsoar by mobile-3G-dyn-BU-81-240.zappmobile.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Sep 2010 18:20:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 93.112.81.240 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13) Gecko/2009082121 Ant.com Toolbar 2.0.1 Iceweasel/3.0.6 (Debian-3.0.6-1)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129791 Archived-At: debian:/emacs# make cd lib-src; make all \ CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \ LDFLAGS='-Wl,-znocombreloc ' MAKE='make' make[1]: Entering directory `/emacs/lib-src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/emacs/lib-src' boot=bootstrap-emacs; \ if [ ! -x "src/$boot" ]; then \ cd src; make all \ CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \ LDFLAGS='-Wl,-znocombreloc ' MAKE='make' BOOTSTRAPEMACS="$boot"; \ fi; if [ -r .bzr/checkout/dirstate ]; then \ vcswitness="$(pwd)/.bzr/checkout/dirstate"; \ fi; \ cd src; make all \ CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \ LDFLAGS='-Wl,-znocombreloc ' MAKE='make' BOOTSTRAPEMACS="" \ VCSWITNESS="$vcswitness" make[1]: Entering directory `/emacs/src' make[2]: Entering directory `/emacs/lisp' Compiling ../lisp/w32-fns.el Reloading stale loaddefs.el Loading /emacs/lisp/loaddefs.el (source)... In toplevel form: w32-fns.el:29:1:Error: Cannot open load file: w32-vars make[2]: *** [compile-onefile] Error 1 make[2]: Leaving directory `/emacs/lisp' make[1]: *** [../lisp/w32-fns.elc] Error 2 make[1]: Leaving directory `/emacs/src' make: *** [src] Error 2 debian:/emacs#