Re: CVS -Tip compile issue -- FreeBSD 4.8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS -Tip compile issue -- FreeBSD 4.8
Date: 2003-06-12 14:08:39
Message-ID: 4042.1055426919@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Rod Taylor <rbt(at)rbt(dot)ca> writes:
> It would seem the configure test isn't picking up on the structure.

It works here (where "works" is defined as "finds the struct on Linux
and doesn't find it on HPUX" --- both correct according to a search
of /usr/include). You'll need to dig into why it fails on BSD.

First thought that comes to mind is that <sys/socket.h> may require
something else to be included first --- maybe <sys/types.h> ?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jon Lapham 2003-06-12 14:13:43 Re: Pre-allocation of shared memory ...
Previous Message Manfred Koizar 2003-06-12 13:59:27 Re: [HACKERS] MARKED_FOR_UPDATE && XMAX_COMMITTED == XMAX_INVALID ?

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2003-06-12 15:49:04 Re: [HACKERS] CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Manfred Koizar 2003-06-12 13:59:27 Re: [HACKERS] MARKED_FOR_UPDATE && XMAX_COMMITTED == XMAX_INVALID ?