uuid.h on Debian

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: uuid.h on Debian
Date: 2007-10-23 16:28:36
Message-ID: 471E2134.8090701@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Compiling contrib/uuid-ossp on my Debian laptop failed, because
apparently on Debian the uuid.h header is installed as ossp/uuid.h.
That's probably to avoid confusion with other UUID implementations;
there's at least one included with e2fsprogs, but fortunately the header
file for that is called uuid/uuid.h.

Attached is a patch that adds some autoconf magic to deal with that. I'm
testing ossp/uuid.h first, because presumably if that exists it's the
right one, while I suspect there might be other files called just uuid.h
on other systems that are not the same thing.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Attachment Content-Type Size
uuid-header-autoconf-magic-1.patch text/x-diff 2.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-10-23 17:49:40 Re: Win32: Minimising desktop heap usage
Previous Message Dave Page 2007-10-23 16:15:04 Re: Win32: Minimising desktop heap usage