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?
>
> -
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
> > > > 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'
> > > 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
> > 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
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
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)---
"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
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
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
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
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
> > -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
> > ../
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
>
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
15 matches
Mail list logo