From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Sean Chittenden <sean(at)chittenden(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: CVS broken - large file support? |
Date: | 2002-08-22 02:29:42 |
Message-ID: | 200208220229.g7M2TgG28323@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Yea, that was my booboo, fixed now.
---------------------------------------------------------------------------
Sean Chittenden wrote:
> > > > > On FreeBSD/Alpha, CVS gives [trouble]
> > > >
> > > > I'm currently having to use "configure --disable-largefile" on HPUX;
> > > > looks like you'll have to do the same until Peter finishes ironing out
> > > > the wrinkles with autoconfiguring largefile support. It would be
> > > > helpful if you'd poke into your system headers and find out (a) can you
> > > > do large files at all, and if so (b) what is the correct magic
> > > > combination of #defines for your system.
> > >
> > > FreeBSD 5.0-CURRENT, gcc 3.1 and 3.2 both have this same problem even
> > > with largefile disabled. Help? -sc
> >
> > For those interested and with commit powers, including sys/types.h in
> > pg_backup_archiver.h fixes this build problem. -sc
> >
> > > gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -c -o common.o common.c
> > > In file included from common.c:21:
> > > pg_backup_archiver.h:168: syntax error before "off_t"
> > > gmake[3]: *** [common.o] Error 1
>
> 'nother trivial type-o/patch that gets building working with
> --disable-largefile. -sc
>
>
> --
> Sean Chittenden
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2002-08-22 02:36:14 | Re: [HACKERS] libpq++ and libpqxx removed |
Previous Message | Christopher Kings-Lynne | 2002-08-22 02:28:03 | Re: libpq++ and libpqxx removed |