| From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Can't t compile current HEAD |
| Date: | 2008-05-15 06:29:58 |
| Message-ID: | 162867790805142329r6061b5a9s9c698e45996e3c46@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2008/5/15 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)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.
yes, I forgot it
>
> I always use a ~/.cvsrc containing
>
> cvs -z3
> update -d -P
> checkout -P
>
good advice,
thank you
Pavel
> 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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-05-15 06:35:04 | Re: missing $PostgreSQL:$ |
| Previous Message | Tom Lane | 2008-05-15 06:25:36 | Re: Can't t compile current HEAD |