From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: [h-e-w] Re: emacs-20100913 windows binaries Date: Tue, 14 Sep 2010 02:23:41 +0200 Message-ID: References: <87tylthh6b.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284423876 12867 80.91.229.12 (14 Sep 2010 00:24:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2010 00:24:36 +0000 (UTC) Cc: help-emacs-windows@gnu.org, Sean Sieger , emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 02:24:35 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 1OvJK5-0003mt-Og for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2010 02:24:34 +0200 Original-Received: from localhost ([127.0.0.1]:49132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvJK5-0004ay-37 for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 20:24:33 -0400 Original-Received: from [140.186.70.92] (port=54108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvJJy-0004Zk-W0 for emacs-devel@gnu.org; Mon, 13 Sep 2010 20:24:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvJJy-0003nm-2o for emacs-devel@gnu.org; Mon, 13 Sep 2010 20:24:26 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:53254) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvJJx-0003nZ-K6; Mon, 13 Sep 2010 20:24:26 -0400 Original-Received: by iwn33 with SMTP id 33so8054363iwn.0 for ; Mon, 13 Sep 2010 17:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=VvsTZGzvYxoAwhm0wS3t5fOnJN3BRhxyZ5anmNNPSKo=; b=ULdRnmR+BKDrpDFwRyyiink+RhLJc1QDav2HSfmH3yS7fptSKlGubGoCwBI+Em+48k E8XUBBTm5eD54AuMTrNTHx3y/p5TPTi1Hcp4DiotdCEvuiHJXeY4gt7/xdQ+ZYEJmaCt XAM5RVcn1ztgy/NW3WX8GtPZ+hegVsBoEsA64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=QAAu7K9leqPbiYrHgiioP44nDSBG/Q2kXprISA3FHw6g1xIkcSLJQQ4UaFIvnKi0k2 hnnv9JBHSqsRQTE/Q91kBSows4QDhRjtTR6QnwdhHTa7g164pJpyMuTqIe55ogakj7d2 Tntz/fKXzHAEmZrpLH2d+Y0H6jODRIySlaT6Q= Original-Received: by 10.231.192.80 with SMTP id dp16mr6960823ibb.39.1284423862825; Mon, 13 Sep 2010 17:24:22 -0700 (PDT) Original-Received: by 10.231.150.195 with HTTP; Mon, 13 Sep 2010 17:23:41 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130109 gmane.emacs.windows:4746 Archived-At: On Mon, Sep 13, 2010 at 23:48, Deniz Dogan wrot= e: > Sorry for flooding the list, I should test more extensively before > reporting, but tramp seems to be broken as well. > "tramp-compat-call-process" was apparently not defined and after > byte-compiling tramp.el it seems to work just fine even though the > compilation buffer also showed that the function was not known to be > declared. Windows builds from trunk between revnos 101381 (date 2010-09-08) and 101424 (date 2010-09-13) inclusive did not correctly compile tramp nor any package that loads tramp at compilation. =C2=A0 =C2=A0 Juanma