Re: [BUGS] Build failure: TIMEZONE_GLOBAL undeclared

2004-09-09 Thread Michael Fuhr
On Thu, Sep 09, 2004 at 10:18:26AM -0400, Bruce Momjian wrote: > OK, got it. Patch attached. That Win32 block was so big I didn't even > see it. Thanks for the detective work. Builds fine on Solaris 9 now -- thanks. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---(end

Re: [BUGS] Build failure: TIMEZONE_GLOBAL undeclared

2004-09-09 Thread Bruce Momjian
OK, got it. Patch attached. That Win32 block was so big I didn't even see it. Thanks for the detective work. --- Michael Fuhr wrote: > On Thu, Sep 09, 2004 at 02:03:52AM -0400, Bruce Momjian wrote: > > Michael Fuhr wrote:

Re: [BUGS] Build failure: TIMEZONE_GLOBAL undeclared

2004-09-09 Thread Michael Fuhr
On Thu, Sep 09, 2004 at 02:03:52AM -0400, Bruce Momjian wrote: > Michael Fuhr wrote: > > > > gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations > > -DFRONTEND -I../../src/include -I/usr/local/ssl/include -c -o pgtz.o pgtz.c > > pgtz.c: In function `get_timezone_of

Re: [BUGS] Build failure: TIMEZONE_GLOBAL undeclared

2004-09-08 Thread Bruce Momjian
Michael Fuhr wrote: > A build of the latest CVS sources fails when compiling pgtz.c: > > gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations > -DFRONTEND -I../../src/include -I/usr/local/ssl/include -c -o pgtz.o pgtz.c > pgtz.c: In function `get_timezone_offset': >

[BUGS] Build failure: TIMEZONE_GLOBAL undeclared

2004-09-08 Thread Michael Fuhr
A build of the latest CVS sources fails when compiling pgtz.c: gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -DFRONTEND -I../../src/include -I/usr/local/ssl/include -c -o pgtz.o pgtz.c pgtz.c: In function `get_timezone_offset': pgtz.c:99: error: `TIMEZONE_GLO