From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Trunk does not compile, undefined interval_* (a lot of them) Date: Fri, 10 Aug 2012 15:16:00 +0200 Message-ID: <50250990.1040304@swipnet.se> 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 1344604588 12168 80.91.229.3 (10 Aug 2012 13:16:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 13:16:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 10 15:16:28 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 1Szp4f-0005f9-3a for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 15:16:21 +0200 Original-Received: from localhost ([::1]:45963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szp4d-0005Km-Ty for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 09:16:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szp4S-0004oY-Oo for emacs-devel@gnu.org; Fri, 10 Aug 2012 09:16:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Szp4N-0001ii-DD for emacs-devel@gnu.org; Fri, 10 Aug 2012 09:16:08 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:34185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szp4N-0001gd-5x for emacs-devel@gnu.org; Fri, 10 Aug 2012 09:16:03 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id AA0BFCA91 for ; Fri, 10 Aug 2012 15:16:00 +0200 (CEST) Original-Received: (qmail 23842 invoked by uid 89); 10 Aug 2012 13:15:47 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 10 Aug 2012 13:15:47 -0000 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 3FB4E7FA06C; Fri, 10 Aug 2012 15:16:00 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 In-Reply-To: <50250479.8040503@swipnet.se> X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:152405 Archived-At: Hello. You need to add #define INTERVALS_INLINE EXTERN_INLINE in intervals.c before including intervals.h Jan D. 2012-08-10 14:54, Jan Dj=C3=A4rv skrev: > 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. > > Jan D. >