Hi, I'm trying to compile xcin under SuSE 7.2 (with 7.3 compiling also does not work) libtabe-0.1.9 xcin-2.5.2.3 When compiling libtabe (after starting ./configure) I get the following error messages: make (cd src; make) make[1]: Entering directory `/home/hjc/a/xcin/libtabe/src' gcc -c -Wall -fsigned-char -O2 -DHAVE_CONFIG_H -o tabe_util.o tabe_util.c gcc -c -Wall -fsigned-char -O2 -DHAVE_CONFIG_H -o tabe_zuyin.o tabe_zuyin.c gcc -c -Wall -fsigned-char -O2 -DHAVE_CONFIG_H -o tabe_yin.o tabe_yin.c gcc -c -Wall -fsigned-char -O2 -DHAVE_CONFIG_H -o tabe_tsi.o tabe_tsi.c gcc -c -Wall -fsigned-char -O2 -DHAVE_CONFIG_H -o tabe_tsidbint.o tabe_tsidbint.c tabe_tsidbint.c: In function `tabeTsiDBOpen': tabe_tsidbint.c:85: warning: implicit declaration of function `db_open' tabe_tsidbint.c: In function `tabeTsiDBRecordNumber': tabe_tsidbint.c:165: structure has no member named `bt_nrecs' tabe_tsidbint.c: In function `tabeTsiDBCursorSet': tabe_tsidbint.c:394: too few arguments to function make[1]: *** [tabe_tsidbint.o] Error 1 make[1]: Leaving directory `/home/hjc/a/xcin/libtabe/src' make: *** [all] Error 2 Does anybody know how to compile it or where to get compiled binaries? best regards, Heinz-Josef Claes