CVS -Tip compile issue -- FreeBSD 4.8 - Mailing list pgsql-hackers

From Rod Taylor
Subject CVS -Tip compile issue -- FreeBSD 4.8
Date
Msg-id 1055424621.64954.4.camel@jester
Whole thread Raw
Responses Re: CVS -Tip compile issue -- FreeBSD 4.8  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -g -Wall
-Wmissing-prototypes -Wmissin g-declarations -I../../../../src/include
-c -o printtup.o printtup.c -MMD
In file included from ../../../../src/include/libpq/libpq-be.h:22,                from
../../../../src/include/libpq/libpq.h:21,               from printtup.c:20: 
../../../../src/include/libpq/pqcomm.h:41: warning: `_SS_ALIGNSIZE'
redefined
/usr/include/sys/socket.h:182: warning: this is the location of the
previous definition
../../../../src/include/libpq/pqcomm.h:46: warning: `_SS_PAD1SIZE'
redefined
/usr/include/sys/socket.h:183: warning: this is the location of the
previous definition
../../../../src/include/libpq/pqcomm.h:48: warning: `_SS_PAD2SIZE'
redefined
/usr/include/sys/socket.h:185: warning: this is the location of the
previous definition
In file included from ../../../../src/include/libpq/libpq-be.h:22,                from
../../../../src/include/libpq/libpq.h:21,               from printtup.c:20: 
../../../../src/include/libpq/pqcomm.h:50: redefinition of `struct
sockaddr_storage'
gmake[4]: *** [printtup.o] Error 1

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Alter strings that don't belong to the application
Next
From: "Andrew Dunstan"
Date:
Subject: Re: Pre-allocation of shared memory ...