From: Mike F. <mf...@su...> - 2005-02-17 12:59:59
|
Seiichi SATO <ss...@sh...> さんは書きました: > Hi all, > > I've committed new files for an SCIM plugin (inputmethod/scim/*). > > How to build: > > $ ./configure --YOUR-FAVORITE-OPTION --enable-scim > $ make I tried to build this from the current CVS HEAD of mlterm but it failed. The first problem was an error message from libtool "could not infer tag, please use --tag" which I could fix with the patch below. But even after that it still didn't build, probably because I tried to build against scim 1.1.3 and I apparently the scim code currently in mlterm CVS is for an older version of scim. I have no time to look into that currently, maybe I try next week. Index: inputmethod/scim/Makefile.in =================================================================== RCS file: /cvsroot/mlterm/mlterm/inputmethod/scim/Makefile.in,v retrieving revision 1.1 diff -u -r1.1 Makefile.in --- inputmethod/scim/Makefile.in 23 Jan 2005 12:33:38 -0000 1.1 +++ inputmethod/scim/Makefile.in 17 Feb 2005 12:03:17 -0000 @@ -28,6 +28,7 @@ LIBS = $(LIBS_LOCAL) @KIK_LIBS_FOR_MODULE@ @SCIM_LIBS@ +CC = @CC@ CXX = @CXX@ INSTALL = @INSTALL@ LIBTOOL = @LIBTOOL@ -- Mike FABIAN <mf...@su...> http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。 |