On Apr 17, 2009, at 11:28 AM, Alvaro Herrera wrote:
Dunno. Here's the log for the latest build:
configure:13224: checking ossp/uuid.h usability
configure:13241: gcc -no-cpp-precomp -c -O2 -Wall -Wmissing-
prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-
labels -fno-strict-al
David E. Wheeler wrote:
> On Apr 17, 2009, at 11:08 AM, Tom Lane wrote:
>
>> "David E. Wheeler" writes:
>>> I take that back. It can find it in the ossp subdirectiry, as
>>> RhodiumToad said, but it can't compile it:
>>
>>> checking ossp/uuid.h usability... no
>>> checking ossp/uuid.h presence...
On Apr 17, 2009, at 11:08 AM, Tom Lane wrote:
"David E. Wheeler" writes:
I take that back. It can find it in the ossp subdirectiry, as
RhodiumToad said, but it can't compile it:
checking ossp/uuid.h usability... no
checking ossp/uuid.h presence... yes
configure: WARNING: ossp/uuid.h: presen
On Apr 17, 2009, at 10:47 AM, David E. Wheeler wrote:
On Apr 17, 2009, at 10:21 AM, David E. Wheeler wrote:
On Apr 17, 2009, at 9:22 AM, David E. Wheeler wrote:
So does it not know to look in /usr/local/include/ossp-uuid when
it's looking for uuid.h?
Tried a few more things. No matter wh
"David E. Wheeler" writes:
> I take that back. It can find it in the ossp subdirectiry, as
> RhodiumToad said, but it can't compile it:
> checking ossp/uuid.h usability... no
> checking ossp/uuid.h presence... yes
> configure: WARNING: ossp/uuid.h: present but cannot be compiled
Why not? Ther
On Apr 17, 2009, at 10:21 AM, David E. Wheeler wrote:
On Apr 17, 2009, at 9:22 AM, David E. Wheeler wrote:
So does it not know to look in /usr/local/include/ossp-uuid when
it's looking for uuid.h?
Tried a few more things. No matter where I put uuid.h, configure
doesn't seem to find it. I
On Apr 17, 2009, at 7:08 AM, Tom Lane wrote:
"David E. Wheeler" writes:
I'm building 8.4beta1 on Mac OS X 10.5.6. I have ossp-uuid installed
with its includes in /usr/local/include/ossp-uuid.
Well, then you would need --with-includes=/usr/local/include/ossp-uuid
(don't bother setting CPPFLAG
"David E. Wheeler" writes:
> I'm building 8.4beta1 on Mac OS X 10.5.6. I have ossp-uuid installed
> with its includes in /usr/local/include/ossp-uuid.
Well, then you would need --with-includes=/usr/local/include/ossp-uuid
(don't bother setting CPPFLAGS in addition).
> I guess it's finding Appl