Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5BEF2431FBD for ; Tue, 9 Feb 2010 02:08:10 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.745 X-Spam-Level: X-Spam-Status: No, score=-0.745 tagged_above=-999 required=5 tests=[AWL=-0.560, BAYES_40=-0.185] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wf7BFQ4evjBx for ; Tue, 9 Feb 2010 02:08:09 -0800 (PST) Received: from homiemail-a24.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by olra.theworths.org (Postfix) with ESMTP id 76254431FAE for ; Tue, 9 Feb 2010 02:08:09 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id A62692C8014 for ; Tue, 9 Feb 2010 02:07:59 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 09 Feb 2010 11:07:57 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <87sk9araqq.fsf@SSpaeth.de> References: <87mxzjpl9v.fsf@yoom.home.cworth.org> <87eikvpfzl.fsf@yoom.home.cworth.org> <87sk9araqq.fsf@SSpaeth.de> Date: Tue, 09 Feb 2010 11:07:57 +0100 Message-ID: <87hbpq7mde.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Switch from random to sequential thread identifiers. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 10:08:10 -0000 On Tue, 09 Feb 2010 10:58:53 +0100, Sebastian Spaeth wrote: > On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth wrote: > > diff --git a/lib/database-private.h b/lib/database-private.h > ... > > + > > + uint64_t last_thread_id; > > throws: > lib/database-private.h:37: error: 'uint64_t' does not name a type using "unsigned long long int" works fine though. I think gcc 4.4 does not include stdint by default anymore in C++ or something...