Re: contrib compilation probs

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

> Fixed, I think. Give it another try.

I didn't see any probs with the ones you fixed, but I see this:

gmake[1]: Entering directory `/home/chriskl/pgsql-temp/contrib/tsearch2'
sed 's,DATA_PATH,/home/chriskl/local/share/postgresql,g' < tsearch.sql._in >
tsearch2.sql.in
sed 's,MODULE_PATHNAME,$libdir/tsearch2,g' tsearch2.sql.in >tsearch2.sql
cp untsearch.sql.in untsearch2.sql
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
dict_ex.o dict_ex.c -MMD
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
dict.o dict.c -MMD
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
snmap.o snmap.c -MMD
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
stopword.o stopword.c -MMD
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
common.o common.c -MMD
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
prs_dcfg.o prs_dcfg.c -MMD
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)
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
gmake[1]: *** Deleting file `snowball/english_stem.o'
gmake[1]: Leaving directory `/home/chriskl/pgsql-temp/contrib/tsearch2'
gmake: *** [all] Error 2

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-08-01 03:44:42 Re: pg_dump ordering
Previous Message Tom Lane 2003-08-01 03:10:28 Re: pg_dump ordering