Re: small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)

Lists: pgsql-hackers
From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)
Date: 2007-05-13 09:41:45
Message-ID: 162867790705130241w567cfd30kb1eaf7733bf535a7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello

head file uuid.h isn't in subdirectory ossp on Fedora Core 6 (uuid was
installed from uuid and uuid-devel package). I had to change

#include <ossp/uuid.h> to #include <uuid.h>

Regards
Pavel Stehule


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: small problem with compilation 8.3 on Fedora Core (contrib/uuid-ossp)
Date: 2007-05-13 21:14:42
Message-ID: 46477FC2.5090409@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Pavel Stehule wrote:
> Hello
>
> head file uuid.h isn't in subdirectory ossp on Fedora Core 6 (uuid was
> installed from uuid and uuid-devel package). I had to change
>
> #include <ossp/uuid.h> to #include <uuid.h>
>
>

Why isn't our setup using uuid-config?

[root(at)constanza andrew]# uuid-config --includedir
/usr/include

cheers

andrew