Re: [HACKERS] Problem to configure pg8.3b2 w/ ossp-uuid-support on OS X

2007-11-12 Thread Tom Lane
J=?ISO-8859-1?B?9g==?=rg Beyer <[EMAIL PROTECTED]> writes: > To be precise, for uuid I have: > /usr/bin/uuidgen [the CL tool, which should be of no interest here] > /usr/include/uuid/uuid.h > and that's the same as you have. Nothing else uuid-related in /usr. > And yes, AFAICT, uuid-functio

Re: [HACKERS] Problem to configure pg8.3b2 w/ ossp-uuid-support on OS X

2007-11-12 Thread Jörg Beyer
Am 11.11.2007 17:36 Uhr schrieb Tom Lane (<[EMAIL PROTECTED]>): > J=?ISO-8859-1?B?9g==?=rg Beyer <[EMAIL PROTECTED]> writes: >> -- Binaries and libraries installed _by the OS itself_ reside in /usr (e.g. >> uuid, libxml2, libxslt) > > What I see on my OSX machines is /usr/include/uuid/uuid.h and

Re: [HACKERS] Problem to configure pg8.3b2 w/ ossp-uuid-support on OS X

2007-11-11 Thread Tom Lane
J=?ISO-8859-1?B?9g==?=rg Beyer <[EMAIL PROTECTED]> writes: > -- Binaries and libraries installed _by the OS itself_ reside in /usr (e.g. > uuid, libxml2, libxslt) What I see on my OSX machines is /usr/include/uuid/uuid.h and no sign of anything uuid-related in /usr/lib. (Apparently the functions

[HACKERS] Problem to configure pg8.3b2 w/ ossp-uuid-support on OS X

2007-11-11 Thread Jörg Beyer
Hello. Compiling PostgreSQL 8.3 beta 2 on OS X 10.4 leads to some configuration problems, at least for an ordinary user like me -- so please bare with me if the following is due to user error and not PostgreSQL's fault. Some necessary notes on my environment: -- OS X 10.4.10 /w Xcode 2.5.0 (late