Re: Error when building a dictionnary for tseach

From: "Laurent Thevenet" <laurent(dot)thevenet(at)7theories(dot)com>
To: cedric(at)over-blog(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Error when building a dictionnary for tseach
Date: 2007-03-14 21:42:10
Message-ID: d768a9da0703141442k61a0273id6828a318b0cf391@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Cédric,

i had errors when compiling about the C functions signatures *_grouping_*
and correct it using a regular expression and now it's compiling but i did
not go further so i don't know it will work or not.

If it the same error, where do we have to report it ?

On 3/14/07, cedric <cedric(at)over-blog(dot)com> wrote:
>
> Le mercredi 14 mars 2007 01:32, Laurent Thevenet a écrit:
> > Hi everybody,
> >
> > I have a problem while trying to make the dictionnary generated by
> gendict.
> >
> > I'm using postgresql 8.2.3 on macosx
> > I get the sources on the postgresql website (not on darwinports or
> > everywhere else).
> >
> > First, i went in the contrib/tsearch2/gendict directory and run
> config.sh :
> > ./config.sh -n fr -s -p french_UTF_8 -i -v -c stem.c -h stem.h
> > -C'Snowball stemmer for French'
> > Everything was fine, no errors, ok everywhere
> >
> > Then went to the ../../dict_fr directory containing the generated
> > files and run make but get the following error :
> After you check configure as suggested and depending where you take stem.cand
> stem.h for french_UTF8 you can have more errors. I am about reporting that
> (and the way to solve, not a patch).
>
> > 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.
> >
> > There is no Makefile.global as indicated but there is
> > Makefile.global.in so tried to change the path to it but it gave me
> > more errors (but i'm not a makefile evangelist so don't know if it was
> > logic to do that).
> > And contrib-global.mk exists ../../contrib/contrib-global.mk but not
> > in the absolute path specified so i changed it.
> > But none of this modifications changed something, i got this error :
> > ../../src/Makefile.global.in:318: ../../src/Makefile.port: 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.
> >
> > I googled it and found nothing interesting. So you're my last hope.
> > For informations, I tried the same with the sources 8.2.1 and 8.2.2.
> >
> > Thx by advance.
>

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dieter Schicker 2007-03-15 07:58:17 undefined reference to `SSL_CTX_set_client_cert_cb'
Previous Message Laurent Thevenet 2007-03-14 21:40:06 Re: Error when building a dictionnary for tseach