From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Trunk does not compile, undefined interval_* (a lot of them) Date: Fri, 10 Aug 2012 17:26:03 +0400 Message-ID: <50250BEB.2050003@yandex.ru> References: <5025015A.6030301@swipnet.se> <5025040D.1080906@yandex.ru> <50250479.8040503@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344605028 16042 80.91.229.3 (10 Aug 2012 13:23:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 13:23:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 10 15:23:47 2012 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 1SzpBn-0002Pc-2a for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 15:23:43 +0200 Original-Received: from localhost ([::1]:48734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpBm-0007dY-8e for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 09:23:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpBj-0007dH-Fi for emacs-devel@gnu.org; Fri, 10 Aug 2012 09:23:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzpBh-0004w6-81 for emacs-devel@gnu.org; Fri, 10 Aug 2012 09:23:39 -0400 Original-Received: from forward1h.mail.yandex.net ([84.201.187.146]:45394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpBg-0004vl-SS for emacs-devel@gnu.org; Fri, 10 Aug 2012 09:23:37 -0400 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward1h.mail.yandex.net (Yandex) with ESMTP id 382A79E2F48; Fri, 10 Aug 2012 17:23:35 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id F1C912C018F; Fri, 10 Aug 2012 17:23:34 +0400 (MSK) Original-Received: from 232.gprs.mts.ru (232.gprs.mts.ru [213.87.129.232]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id NXAaj6AQ-NYAO88jW; Fri, 10 Aug 2012 17:23:34 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1344605014; bh=DWL2ltdANGUO8gxCjbaUDtmyaseBdT6b9D0TUPCub28=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=meJCRFjV/HapXjQRGRvmtUy+0371lNk2/SZAj98e4u2qipOBlgTdfgOnL2jUxXQJy x3vPLM+81euP3phWlhC3D56rYVFgGG86WQPmf0bNODs2oW4vkAaTtXzlsVJpGfKCja zyNO+iGOqKQfQcnD30JrE2vce0VLCrFRLQcu6Utw= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <50250479.8040503@swipnet.se> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 84.201.187.146 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:152407 Archived-At: On 08/10/2012 04:54 PM, Jan Dj=C3=A4rv wrote: > Hello. > > 2012-08-10 14:52, Dmitry Antipov skrev: >> On 08/10/2012 04:40 PM, Jan Dj=C3=A4rv wrote: >> >>> This is the errors: >> >> Hm. Most probably these errors are introduced by 109548, but I don't >> understand why. Will take a look, but it works just fine for me... >> > > Compile without optimizations. OK, got it. Should be fixed in 109551. Dmitry