Thanks Tom, shame on me.

But there was another issue i had to correct when compiling dict_fr:

Even and perhaps because the snowball patch was applied, stem.c (french
UTF_8 stem) was using old signatures of C functions (*_in_grouping_*(...)
with 5 arguments instead of 4), so i applied a little regex to correct
everything (in vi or with sed :%s/\(in_grouping_b_U(.*,.*,.*,.*\),.*)/\1)/ )

Thanks.

On 3/14/07, Tom Lane <[EMAIL PROTECTED]> wrote:

"Laurent Thevenet" <[EMAIL PROTECTED]> writes:
> Then went to the ../../dict_fr directory containing the generated
> files and run make but get the following error :
> Makefile:3: ../../src/Makefile.global: No such file or directory
> Makefile:12: /contrib/contrib- global.mk: No such file or directory
> make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.

It looks like you didn't do "configure" at the top level of the PG source
tree.  Depending on which files you want to rebuild, you may need not
only "configure" but a full "make" run from the top level before contrib
modules will build.

                        regards, tom lane




--
Laurent Thevenet
+33 (0)6 74 71 84 44
http://7theories.com

Reply via email to