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: Change to bool only partially done? Date: Sun, 02 Sep 2012 12:45:25 +0200 Message-ID: <504338C5.90905@swipnet.se> References: <504237DC.8030208@swipnet.se> <50423840.9010101@swipnet.se> <50425504.20207@cs.ucla.edu> <9B6A7E40-DB1F-49C1-B161-A5D34E6F9972@swipnet.se> <50428946.4080902@cs.ucla.edu> 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: ger.gmane.org 1346582737 350 80.91.229.3 (2 Sep 2012 10:45:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Sep 2012 10:45:37 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 02 12:45:39 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 1T87gP-0006aK-P8 for ged-emacs-devel@m.gmane.org; Sun, 02 Sep 2012 12:45:37 +0200 Original-Received: from localhost ([::1]:46931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T87gN-0008Dn-7W for ged-emacs-devel@m.gmane.org; Sun, 02 Sep 2012 06:45:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T87gK-0008DN-Nk for emacs-devel@gnu.org; Sun, 02 Sep 2012 06:45:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T87gJ-0002Dg-P1 for emacs-devel@gnu.org; Sun, 02 Sep 2012 06:45:32 -0400 Original-Received: from mailout.attendit.se ([83.140.103.4]:53326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T87gJ-0002Cx-ID for emacs-devel@gnu.org; Sun, 02 Sep 2012 06:45:31 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.attendit.se (Postfix) with ESMTP id 33675500CC for ; Sun, 2 Sep 2012 12:39:43 +0200 (CEST) Original-Received: (qmail 23058 invoked by uid 89); 2 Sep 2012 10:45:05 -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; 2 Sep 2012 10:45:05 -0000 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 6DB237FA05E; Sun, 2 Sep 2012 12:45:26 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 In-Reply-To: <50428946.4080902@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 83.140.103.4 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:152946 Archived-At: Hello. 2012-09-02 00:16, Paul Eggert skrev: > On 09/01/2012 01:02 PM, Jan Dj=C3=A4rv wrote: >> configure --with-x-toolkit=3Dgtk3 >> make > > Works for me, on my Ubuntu 12.04 host, with > trunk bzr 109844 from a "make dist"; see attached log. > > Do you have a stray stdbool.h in your include > path? That might explain things. No. i have not. I only have /usr/lib/gcc/x86_64-linux-gnu/4.6/include/stdbool.h but that file does not define the type _Bool as it is a builtin, so it wo= uld=20 not explain anything. The problem seems to be that the makefile rule to regenerate globals.h do= es=20 not trigger. Hence an old globals.h was used. And as .bzrignore include= s=20 gazillions of files, it is hard to see that this file is not maintained b= y bzr. > > If not, please try running from a fresh bzr clone, > as the symptoms are those of source files from > different bzr versions. If you still see > the problem we can compare logs. > What do you mean by different bzr versions? Are you saying that a file p= ulled=20 by bzr 2.5 is different from a file pulled by bzr 2.6? That is absurd. If you mean that the clone contains files from different Emacs branches, = that=20 would indicate a bug in bzr itself, or that bzr status is broken. Jan D.