Re: CVS broken - large file support?

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: CVS broken - large file support?
Дата
Msg-id 20020821192626.GB46902@ninja1.internal
обсуждение исходный текст
Ответ на Re: CVS broken - large file support?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: CVS broken - large file support?
Список pgsql-hackers
> > 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

gmake[4]: Leaving directory `/usr/home/sean/open_source/postgresql/pgsql/src/backend/parser'
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include   -c
-opg_dump.o pg_dump.c
 
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include   -c
-ocommon.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
gmake[3]: Leaving directory `/usr/home/sean/open_source/postgresql/pgsql/src/bin/pg_dump'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/home/sean/open_source/postgresql/pgsql/src/bin'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/home/sean/open_source/postgresql/pgsql/src'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/home/sean/open_source/postgresql/pgsql.


-- 
Sean Chittenden


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Dev Cycles (Was: Re: @(#)Mordred Labs advisory 0x...)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Large file support available