Re: [notmuch] [PATCH] Switch from random to sequential thread identifiers.

Subject: Re: [notmuch] [PATCH] Switch from random to sequential thread identifiers.

Date: Tue, 09 Feb 2010 11:07:57 +0100

To: notmuch@notmuchmail.org

Cc:

From: Sebastian Spaeth


On Tue, 09 Feb 2010 10:58:53 +0100, Sebastian Spaeth <Sebastian@SSpaeth.de> wrote:
> On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth <cworth@cworth.org> 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...

Thread: