Обсуждение: Copy source and header files... ./config.sh: line 137: stem.c: No such file or directory

Поиск
Список
Период
Сортировка

Copy source and header files... ./config.sh: line 137: stem.c: No such file or directory

От
"ml@bortal.de"
Дата:
Hello List,

any idea what i am doing wrong here?:

pgtwo:/usr/local/src/postgresql-8.2.13/contrib/tsearch2/gendict#
./config.sh -n de -s -p german_UTF_8 -v -C 'Snowball stemmer for German
(UTF8)'
Dictname: 'de'
Snowball stemmer: yes
Has init method: yes
Function prefix: german_UTF_8
Source files: stem.c
Header files: stem.h
Object files: stem.o dict_snowball.o
Comment: 'Snowball stemmer for German (UTF8)'
Directory: ../../dict_de
Build directory...  ok
Build Makefile...  ok
Build dict_de.sql.in...  ok
Copy source and header files...  ./config.sh: line 137: stem.c: No such
file or directory
cp: cannot stat `stem.h': No such file or directory
Cant cp all or one of files: stem.h

What creates or generates that stem.h or stem.c file?

Thanks,
Mario

Re: Copy source and header files... ./config.sh: line 137: stem.c: No such file or directory

От
Jan-Peter Seifert
Дата:
ml@bortal.de wrote:

> any idea what i am doing wrong here?:
>
> pgtwo:/usr/local/src/postgresql-8.2.13/contrib/tsearch2/gendict#
> ./config.sh -n de -s -p german_UTF_8 -v -C 'Snowball stemmer for German

Do you understand German?:
http://www.tauceti.net/roller/cetixx/entry/volltextsuche_mit_postgresql_8_2

You have to download them from the snowball site it seems:

http://snowball.tartarus.org/algorithms/german/

Isn't tsearch2 part of the core since 8.3?

Good luck,

Peter