Re: Error when building a dictionnary for tseach - Mailing list pgsql-admin

From Laurent Thevenet
Subject Re: Error when building a dictionnary for tseach
Date
Msg-id d768a9da0703141440g4fca69d9j3c4ed7ac685fd48c@mail.gmail.com
Whole thread Raw
In response to Re: Error when building a dictionnary for tseach  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
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 <tgl@sss.pgh.pa.us> wrote:
"Laurent Thevenet" <laurent.thevenet@7theories.com> 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

pgsql-admin by date:

Previous
From: Daniel Medina
Date:
Subject: Re: [pgsql-es-ayuda] INSTALACION ADICIONAL POSTGRES
Next
From: "Laurent Thevenet"
Date:
Subject: Re: Error when building a dictionnary for tseach