Re: [HACKERS] Can't t compile current HEAD

2008-05-18 Thread Greg Smith
On Thu, 15 May 2008, Nikhils wrote: On Thu, May 15, 2008 at 11:59 AM, Pavel Stehule <[EMAIL PROTECTED]> wrote: I always use a ~/.cvsrc containing My .cvsrc also includes: Good hints, and there's now a little section including them all at http://wiki.postgresql.org/wiki/Working_with_CVS#Init

Re: [HACKERS] Can't t compile current HEAD

2008-05-15 Thread Nikhils
Hi, On Thu, May 15, 2008 at 11:59 AM, Pavel Stehule <[EMAIL PROTECTED]> wrote: > > I always use a ~/.cvsrc containing > > > > cvs -z3 > > update -d -P > > checkout -P > > > My .cvsrc also includes: diff -c So that a patch I submit does not get bounced back for a non-context diff :) Regards, N

Re: [HACKERS] Can't t compile current HEAD

2008-05-15 Thread Pavel Stehule
2008/5/15 Tom Lane <[EMAIL PROTECTED]>: > "Pavel Stehule" <[EMAIL PROTECTED]> 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

Re: [HACKERS] Can't t compile current HEAD

2008-05-15 Thread Tom Lane
"Pavel Stehule" <[EMAIL PROTECTED]> 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 conta

Re: [HACKERS] Can't t compile current HEAD

2008-05-14 Thread Pavan Deolasee
On Thu, May 15, 2008 at 10:00 AM, Pavel Stehule <[EMAIL PROTECTED]> wrote: > Hello > > I got some errors: > > Works for me. I am on the same platform (FC 8). If you have CVS updated, did you use -d option to get the new directories added to the repository ? I see a new include/portability director

[HACKERS] Can't t compile current HEAD

2008-05-14 Thread Pavel Stehule
Hello 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 In file included from gistget.c:20: ../../../../src/include/pgstat.h:326: error: expected specifier-qualifier-list before 'instr_time'