Hello everybody!
I downloaded the latest sources, and ./configure
run properly for the whole distribution.
However when I entered the contrib/tsearch2
and run make, it was the result:
$ make
../../src/Makefile.shlib:312: warning: overriding commands for target `libtsearc
h2.a'
../../src/Makefile.shlib:262: warning: ignoring old commands for target `libtsea
rch2.a'
sed -e 's,MODULE_PATHNAME,$libdir/tsearch2,g' tsearch.sql.in >tsearch2.sql
cp untsearch.sql.in untsearch2.sql
make: *** No rule to make target `../../src/port/pg_config_paths.h', needed by `
all-static-lib'. Stop.
did I make something wrong?
Or do I have recompile the whole postgresql before I can build tsearch2?
Robert