Re: Can't t compile current HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't t compile current HEAD
Дата
Msg-id 27877.1210832736@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can't t compile current HEAD  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: Can't t compile current HEAD  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> I got some errors:

> In file included from gistget.c:20:
> ../../../../src/include/pgstat.h:15:36: error:
> portability/instr_time.h: není souborem ani adresářem

I'll bet you forgot -d in your last cvs update command.

I always use a ~/.cvsrc containing

cvs -z3
update -d -P
checkout -P

The -z3 might be an obsolete habit depending on what your network
connection is like ... but the other options are pretty much *required*
for sane behavior.
        regards, tom lane


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

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: [rfc,patch] PL/Proxy in core
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Can't t compile current HEAD