Re: [HACKERS] CVS broken - large file support?

2002-09-01 Thread Bruce Momjian
Done and committed with clean compile. --- Bruce Momjian wrote: > > Peter, did you go around and remove sys/types.h from all the include > files now that it is in c.h? > > -

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Bruce Momjian
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

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Sean Chittenden
> > > > 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'

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Sean Chittenden
> > > 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

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Sean Chittenden
> > 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

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Bruce Momjian
Peter, did you go around and remove sys/types.h from all the include files now that it is in c.h? --- Peter Eisentraut wrote: > Christopher Kings-Lynne writes: > > > On FreeBSD/Alpha, CVS gives: > > > pg_backup_archiver.h

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Peter Eisentraut
Christopher Kings-Lynne writes: > On FreeBSD/Alpha, CVS gives: > pg_backup_archiver.h:168: syntax error before `off_t' I have added sys/types.h, so off_t should now be available. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)---

Re: [HACKERS] CVS broken - large file support?

2002-08-21 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > 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

[HACKERS] CVS broken - large file support?

2002-08-21 Thread Christopher Kings-Lynne
On FreeBSD/Alpha, CVS gives: gmake[4]: Entering directory `/home/chriskl/pgsql-head/src/backend/parser' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/home/chriskl/pgsql-head/src/backend/parser' gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../.. /s

[HACKERS] CVS broken

2002-07-29 Thread Bruce Momjian
Because of a runaway process on postgresql.org, CVS is working intermittently, if at all. I have contacted Marc. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue

Re: [HACKERS] CVS broken?

2000-10-10 Thread Hiroshi Inoue
Peter Eisentraut wrote: > Hiroshi Inoue writes: > > > For example the following line > > CFLAGS+= -DFRONTEND -I$(srcdir) > > in makefiles doesn't work currently. > > > > I found the recent change in Makefile.global.in. > > ifeq ($(GCC), yes) > > override CFLAGS += -Wall -Wmissing-protot

Re: [HACKERS] CVS broken?

2000-10-10 Thread Peter Eisentraut
Hiroshi Inoue writes: > For example the following line > CFLAGS+= -DFRONTEND -I$(srcdir) > in makefiles doesn't work currently. > > I found the recent change in Makefile.global.in. > ifeq ($(GCC), yes) > override CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations > endif Seems

Re: [HACKERS] CVS broken?

2000-10-10 Thread Bruce Momjian
> > -Wmissing-prototypes -Wmissing-declarations -o pg_dump pg_dump.o common.o > > pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o > > pg_backup_null.o pg_backup_tar.o -L../../.. > > /src/interfaces/libpq -lpq -lz -lcrypt -lnsl -ldl -lm -lreadline -lncurses > > -lz > > ../

Re: [HACKERS] CVS broken?

2000-10-10 Thread Hiroshi Inoue
Philip Warner wrote: > I get the following when I build from CVS: > > gcc -I../../../src/include -I../../../src/interfaces/libpq -O2 -g -Wall > -Wmissing-prototypes -Wmissing-declarations -o pg_dump pg_dump.o common.o > pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o >

[HACKERS] CVS broken?

2000-10-10 Thread Philip Warner
I get the following when I build from CVS: gcc -I../../../src/include -I../../../src/interfaces/libpq -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -o pg_dump pg_dump.o common.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o