Re: contrib compilation probs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contrib compilation probs
Date: 2003-08-01 03:56:00
Message-ID: 4770.1059710160@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> I didn't see any probs with the ones you fixed, but I see this:

> prs_dcfg.c: In function `parse_cfgdict':
> prs_dcfg.c:65: warning: int format, different type arg (arg 2)
> prs_dcfg.c:78: warning: int format, different type arg (arg 2)
> prs_dcfg.c:87: warning: int format, different type arg (arg 2)
> prs_dcfg.c:118: warning: int format, different type arg (arg 2)
> prs_dcfg.c:128: warning: int format, different type arg (arg 3)

Fixed those.

> gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> C -I. -I. -I./snowball -I./ispell -I./wordparser -I../../src/include -c -o
> snowball/english_stem.o snowball/english_stem.c -MMD
> cp: snowball/english_stem.d: No such file or directory
> gmake[1]: *** [snowball/english_stem.o] Error 1

No idea about this; it doesn't happen here. Anyone?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2003-08-01 04:00:33 Re: python interface
Previous Message Bruce Momjian 2003-08-01 03:55:13 python interface