BUG #6641: uuid.h warning during configure - Mailing list pgsql-bugs

From chris@cdrbill.com
Subject BUG #6641: uuid.h warning during configure
Date
Msg-id E1SURAV-0002An-G8@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6641
Logged by:          Chris Ruprecht
Email address:      chris@cdrbill.com
PostgreSQL version: 9.1.3
Operating system:   Mac OS X 10.7.4
Description:=20=20=20=20=20=20=20=20

running configure as such:

export MACOSX_DEPLOYMENT_TARGET=3D10.7
export CC=3Dgcc
export CPP=3D"gcc -E"
export CXX=3Dg++
export CXXFLAGS=3D'-O3 -fno-common -arch x86_64'
export CFLAGS=3D'-O3 -fno-common -arch x86_64'
export LDFLAGS=3D'-O3 -fno-common -arch x86_64'

./configure  \
  --prefix=3D/usr/local \
  --enable-integer-datetimes \
  --enable-thread-safety        \
  --with-libxml         \
  --with-libxslt        \
  --with-ossp-uuid      \
  --with-tcl              \
  --with-perl             \
  --with-python           \
  --with-gssapi           \
  --with-krb5             \
  --with-pam              \
  --with-ldap             \
  --with-bonjour          \
  --with-openssl       \
  --with-zlib

During the configuration phase, I get this message:


checking uuid.h presence... yes
configure: WARNING: uuid.h: present but cannot be compiled
configure: WARNING: uuid.h:     check for missing prerequisite headers?
configure: WARNING: uuid.h: see the Autoconf documentation
configure: WARNING: uuid.h:     section "Present But Cannot Be Compiled"
configure: WARNING: uuid.h: proceeding with the preprocessor's result
configure: WARNING: uuid.h: in the future, the compiler will take
precedence
configure: WARNING:     ## ---------------------------------------- ##
configure: WARNING:     ## Report this to pgsql-bugs@postgresql.org ##
configure: WARNING:     ## ---------------------------------------- ##
checking for uuid.h... yes

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 9.2beta1 regression: pg_restore --data-only does not set sequence values any more
Next
From: Andrew Dunstan
Date:
Subject: Re: 9.2beta1 regression: pg_restore --data-only does not set sequence values any more