At Sat, 05 Apr 2008 16:23:18 +0900,
Dobashi.M wrote:
> scim-helper-manager.core

try_dlopen()の値が 0 でなければ 0を返し、でなければ handle値を返す?
try_dlopen()の値が 0 なら 0を返し、でなければ handle値を返す?

----- patchfile -----
--- ltdl.cpp.orig       2007-06-26 23:31:37.000000000 +0900
+++ ltdl.cpp    2008-04-06 19:43:36.000000000 +0900
@@ -3330,7 +3330,7 @@
 
   /* Just incase we missed a code path in try_dlopen() that reports
      an error, but forgets to reset handle... */
-  if (try_dlopen (&handle, filename) != 0)
+  if (try_dlopen (&handle, filename) == 0)
     return 0;
 
   return handle;
----- ここまで -----

前回は失礼しました;
上記の 1箇所の変更で(今の所 coreも吐かず)「SCIMを設定」となり、正常に
使用出来ます。(他のマシンでは、まだ未確認です)

                        /  Name : Dobashi Mitsuyoshi  /
                       / E-mail : 
[メールアドレス保護] /



メールによる返信