[ADMIN] Error when building a dictionnary for tseach

2007-03-13 Thread Laurent Thevenet
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 : ./confi

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-13 Thread Tom Lane
"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 direct

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-14 Thread cedric
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 w

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-14 Thread Laurent Thevenet
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 re

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-14 Thread Laurent Thevenet
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 <[EMAIL P

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-15 Thread cedric
Le mercredi 14 mars 2007 22:42, Laurent Thevenet a écrit : > 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

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-15 Thread Laurent Thevenet
Hi cédric, do you have a stemmer working fine or french utf8 files ? Is that right ? It could be great if you could send them to me because effectively even the ispell files are not suited (i tried everything even from myspell directories converted to ispell) For information , i tried other langu

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-15 Thread cedric
Le jeudi 15 mars 2007 16:43, Laurent Thevenet a écrit : > Hi cédric, > > do you have a stemmer working fine or french utf8 files ? > Is that right ? > It could be great if you could send them to me because effectively even the > ispell files are not suited (i tried everything even from myspell > di