Re: tz error prevents postmaster.c compiling... - Mailing list pgsql-patches

From Simon Riggs
Subject Re: tz error prevents postmaster.c compiling...
Date
Msg-id 1088197056.3266.895.camel@stromboli
Whole thread Raw
In response to Re: tz error prevents postmaster.c compiling...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Fri, 2004-06-25 at 21:36, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > Going backwards at a rate of knots, I can't even get postmaster to
> > compile now.... and I'm talking about the one from cvstip, NOT with my
>
> > postmaster.c:1046: error: storage size of `tz' isn't known
> > postmaster.c:1048: warning: implicit declaration of function
> > `gettimeofday'
>
> You probably need to rerun configure.  It sounds like <sys/time.h>
> isn't getting imported because HAVE_SYS_TIME_H isn't defined ...
>
> > ...for the last few days, I've been getting this when I attempt initdb
> > with -d option enabled
>
> > LOG:  could not open directory "/share/timezone": No such file or
> > directory
>
> I am suspicious that this is a configuration problem too.  "make
> distclean" and a full rebuild seems indicated.
>

Hmmm...I already tried running configure again

Advice given...advice heeded:
  configure
  make distclean
  make

fails...same way...damn.

I'll try a full clean cvstip checkout and try again...

I've not gone anywhere near timezones...so I have bad vibes.

Regards, Simon Riggs


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: tz error prevents postmaster.c compiling...
Next
From: Tom Lane
Date:
Subject: Re: Include tablespace information in psql \d footers