[Anthy-dev 358] Re: uim 0.2.3 released

Back to archive index

Konosuke Watanabe nosuk****@csc*****
2004年 1月 6日 (火) 04:06:29 JST


渡辺です.

わーい早速インストール,とおもったら,

Making all in xim
make[1]: Entering directory `/home/compile/X11.local/uim-0.2.3/xim'
if g++ -DHAVE_CONFIG_H -I. -I. -I../uim
 -I.. -DLOCALEDIR=\""/usr/local/X11.local/share/locale"\"
 -I/usr/local/X11R6/include -I/usr/local/font/include
 -I/usr/local/X11R6/include -I/usr/local/japanese/include -g
 -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.cpp: function 内の `int main(int, char**)':
main.cpp:411: error: invalid conversion from `const char*' to `char*'
main.cpp:412: error: invalid conversion from `const char*' to `char*'
make[1]: *** [main.o] エラー 1
make[1]: Leaving directory `/home/compile/X11.local/uim-0.2.3/xim'
make: *** [all-recursive] エラー 1

と言われてximのmakeが通りませんでした.


とりあえず,xim/main.cppの問題の箇所(411〜412行目)を

 char *name = (char *)uim_get_im_name(uc, i);
 char *lang = (char *)uim_get_im_language(uc, i);

とキャストして回避しましたが,徳永さんのところではコンパイル
できておりますでしょうか?

---
Konosuke WATANABE <nosuk****@csc*****>



Anthy-dev メーリングリストの案内
Back to archive index