From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Can't compile on FreeBSD Date: Thu, 19 May 2011 23:49:48 -0700 Message-ID: <4DD60F0C.7080607@cs.ucla.edu> References: <20110519.170332.1192153363830964630.kasahara@nc.kyushu-u.ac.jp> <20110519.181042.1842393060251695917.kasahara@nc.kyushu-u.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1305874213 8620 80.91.229.12 (20 May 2011 06:50:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 May 2011 06:50:13 +0000 (UTC) Cc: andrew.w.nosenko@gmail.com, emacs-devel@gnu.org To: Yoshiaki Kasahara Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 20 08:50:09 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QNJXE-0008P3-8i for ged-emacs-devel@m.gmane.org; Fri, 20 May 2011 08:50:08 +0200 Original-Received: from localhost ([::1]:46937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNJXD-00081P-Ur for ged-emacs-devel@m.gmane.org; Fri, 20 May 2011 02:50:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNJXA-0007zz-Ug for emacs-devel@gnu.org; Fri, 20 May 2011 02:50:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNJXA-0001x7-1Q for emacs-devel@gnu.org; Fri, 20 May 2011 02:50:04 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:48425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNJX9-0001wI-P2 for emacs-devel@gnu.org; Fri, 20 May 2011 02:50:03 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 3BB9639E80F8; Thu, 19 May 2011 23:50:02 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dqj87V3ESoJA; Thu, 19 May 2011 23:50:01 -0700 (PDT) Original-Received: from [192.168.1.3] (pool-71-189-109-235.lsanca.fios.verizon.net [71.189.109.235]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id A7E3439E80E0; Thu, 19 May 2011 23:50:01 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 In-Reply-To: <20110519.181042.1842393060251695917.kasahara@nc.kyushu-u.ac.jp> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 131.179.128.62 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:139542 Archived-At: On 05/19/2011 02:10 AM, Yoshiaki Kasahara wrote: > recently "#include " was > added to src/systime.h, but compilation of lib-src/profile.c (which > includes src/systime.h) didn't reflect that change. I think I caused that with my recent changes for time overflow checking. Sorry about that. I committed a small patch to fix that in bzr 104294; please give it a try.