UTF-8
This page tells the status of Namazu and UTF-8 status:
106 10:45 mkdir utf-8
107 10:45 cd utf-8
109 10:46 eval `ssh-agent -c`
110 10:46 ssh-add ~/.ssh/id_rsa
112 10:47 cvs -d hoge@cvs.namazu.org:/storage/cvsroot co -r utf8index-branch namazu
113 10:47 cd namazu/
114 10:47 ./autogen.sh
115 10:48 make check
codeconv.c:54: iconv.h: No such file or directory
*** Error code 1
Stop.
make: stopped in /home/makoto/software/NAMAZU/develop/utf-8/namazu/nmz
If I change the following file:
Index: nmz/Makefile.am
===================================================================
RCS file: /storage/cvsroot/namazu/nmz/Makefile.am,v
retrieving revision 1.42
diff -u -r1.42 Makefile.am
--- nmz/Makefile.am 26 Jul 2003 08:25:13 -0000 1.42
+++ nmz/Makefile.am 12 Apr 2004 02:02:29 -0000
@@ -21,7 +21,7 @@
-DHAVE_SUPPORT_H -DNO_ALLOCA \
@DEFS@
INCLUDES = -I$(srcdir) -I.. -I$(srcdir)/../lib -I$(srcdir)/../src \
- -I$(top_builddir)/intl -I$(srcdir)/../nmz
+ -I$(top_builddir)/intl -I$(srcdir)/../nmz -I/usr/pkg/include
pkginclude_HEADERS = codeconv.h field.h hlist.h i18n.h idxname.h \
libnamazu.h l10n-ja.h parser.h query.h re.h regex.h \
I will get:
gcc -g -O2 -Wall -pedantic -o .libs/namazu form.o namazu.o output.o rcfile.o result.o usage.o namazu-cmd.o -L/usr/local/lib /usr/local/lib/libintl.so ../nmz/.libs/libnmz.so ../lib/libnmzut.a -lm -Wl,--rpath -Wl,/usr/local/lib
../nmz/.libs/libnmz.so: undefined reference to `libiconv_open'
../nmz/.libs/libnmz.so: undefined reference to `libiconv_close'
../nmz/.libs/libnmz.so: undefined reference to `libiconv'
*** Error code 1
Stop.
make: stopped in /amd/u/home/makoto/software/NAMAZU/develop/utf-8/namazu/src
|