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: Emacs 23.1.90 pretest Date: Wed, 9 Dec 2009 21:50:22 +0100 Message-ID: References: <87r5r47t7p.fsf@stupidchicken.com> <87vdgfvps8.fsf@stupidchicken.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: ger.gmane.org 1260391911 10625 80.91.229.12 (9 Dec 2009 20:51:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 20:51:51 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 21:51:43 2009 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.50) id 1NITVf-0002iw-3b for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 21:51:43 +0100 Original-Received: from localhost ([127.0.0.1]:49504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITVe-0001cq-W0 for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 15:51:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NITUp-0001Am-5Z for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:50:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NITUk-00017z-Hy for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:50:50 -0500 Original-Received: from [199.232.76.173] (port=48305 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITUk-00017u-FV for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:50:46 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:42108) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NITUi-0004Iw-Od; Wed, 09 Dec 2009 15:50:45 -0500 Original-Received: by bwz7 with SMTP id 7so6236675bwz.26 for ; Wed, 09 Dec 2009 12:50:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=k75q0yreXWxBIX6ir0jYPWYIuFVmH+Tw6hzfYT8NRfU=; b=cr7Pm6tYl4TMD9Ptw67Xjw9qBnkWruAXGKzMA8W+RUAsKVJRZbAJNphTYDBOQzle3s Po764kFr9TLzb036wb0QgslsL0pKzifx1c+XJny1FXFM89l96xkFe3xEUQdoLm4vDI6z 5U9CBS6ed+kq4/WG+WgHTxPZb5dvOiY5p2uUE= 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=b6MpL7dbBHnDGaXBY+TUh4zSDvPwx0vbzwReSRJrnCWueGmwYbkz7ANTcdEZDIL/Ux LyhYRDP73YbXE2Of0ieGswVmgbwkihHRU0OnjY8TQDuXFbH9nuE/Z9AktupV4te/izKL rkzcCZK+jQnaxZ7rdR97l+LnrenHnwHPmjvGI= Original-Received: by 10.204.8.151 with SMTP id h23mr10425452bkh.194.1260391843147; Wed, 09 Dec 2009 12:50:43 -0800 (PST) In-Reply-To: <87vdgfvps8.fsf@stupidchicken.com> X-detected-operating-system: by monty-python.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:118481 Archived-At: On Wed, Dec 9, 2009 at 21:46, Chong Yidong wrote: > One possibility is that the Makefile in the tarball doesn't compile the > semantic/*/*.elc files, but the change to Makefile.in, done by Stefan > after the tarball was made, fixes this. =C2=A0Dunno why the problem doesn= 't > show up on GNU/Linux, though. I don't think Makefile.in is involved in this; likely a problem with the Windows-specific makefile.w32-in. The problem, BTW, has surely been happening for a while on the trunk; we just didn't notice until now. Juanma