Re: Error when building a dictionnary for tseach

From: "Laurent Thevenet" <laurent(dot)thevenet(at)7theories(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Error when building a dictionnary for tseach
Date: 2007-03-14 21:40:06
Message-ID: d768a9da0703141440g4fca69d9j3c4ed7ac685fd48c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> "Laurent Thevenet" <laurent(dot)thevenet(at)7theories(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurent Thevenet 2007-03-14 21:42:10 Re: Error when building a dictionnary for tseach
Previous Message Daniel Medina 2007-03-14 19:36:22 Re: [pgsql-es-ayuda] INSTALACION ADICIONAL POSTGRES