|
|
第 46 帖 | ||
|
|
引用:
这个错误没关系,是正常的:这是我偷懒用 g_return_if_fail()来过滤一些没用的通知。
__________________
IRC: irc.freenode.net #shlug Blog:http://www.donews.net/gradetwo |
||
|
|
|
||
|
|
第 47 帖 | |
|
|
已经可以用了,期待尽快完善
![]()
__________________
Rock Feng #arch-cn@irc.oftc.net |
|
|
|
|
|
|
|
第 48 帖 | ||
|
|
引用:
__________________
wd irc.oftc.net/6667 #chat-cn, #openbox-cn |
||
|
|
|
||
|
|
第 49 帖 | ||
|
|
引用:
好友-->显示-->勾选离线好友。 就可以直接发送到手机上去了 |
||
|
|
|
||
|
|
第 50 帖 | |
|
|
0.91可以正常连上了。发了几条短信,不知道朋友们能不能收到;-)
__________________
*突然发现我的签名中5个字有2个字被过滤了* |
|
|
|
|
|
|
|
第 51 帖 | |
|
|
bug报告:有时候收到的信息是乱码
比如说这条:ЍȆT૿畔痿� |
|
|
|
|
|
|
|
第 52 帖 | |
|
|
bug报告:有时候收到的信息是乱码
比如说这条:ЍȆT૿畔痿� |
|
|
|
|
|
|
|
第 53 帖 | ||
|
|
引用:
最好 打开帮助--》调试窗口。 |
||
|
|
|
||
|
|
第 54 帖 | |
|
|
很不错的创意呀,持续关注中。
|
|
|
|
|
|
|
|
第 55 帖 | |
|
|
很好,很不错
|
|
|
|
|
|
|
|
第 56 帖 | |
|
|
我的pigdin就是显示不出来fetion,我调试了pidgin发现是g_module_open()没有成功,请大侠们看看我的调试步骤
[code] Breakpoint 2, purple_plugins_probe (ext=0xb789efe4 "so") at plugin.c:1344 1344 plugin = purple_plugin_probe(path); (gdb) p path $43 = (gchar *) 0x8143800 "/usr/local/lib/purple-2/libfetion.so" (gdb) s purple_plugin_probe (filename=0x8143800 "/usr/local/lib/purple-2/libfetion.so") at plugin.c:207 207 purple_debug_misc("plugins", "probing %s\n", filename); (gdb) n 208 g_return_val_if_fail(filename != NULL, NULL); (gdb) p filename $44 = 0x8143800 "/usr/local/lib/purple-2/libfetion.so" (gdb) n 210 if (!g_file_test(filename, G_FILE_TEST_EXISTS)) (gdb) n 214 basename = purple_plugin_get_basename(filename); (gdb) n 215 plugin = purple_plugins_find_with_basename(basename); (gdb) p basename $45 = (gchar *) 0x8143848 "libfetion" (gdb) n 216 g_free(basename); (gdb) p *plugin Cannot access memory at address 0x0 (gdb) p plugin $46 = (PurplePlugin *) 0x0 (gdb) n 215 plugin = purple_plugins_find_with_basename(basename); (gdb) n 216 g_free(basename); (gdb) p *plugin Cannot access memory at address 0x0 (gdb) p plugin $47 = (PurplePlugin *) 0x0 (gdb) n 217 if (plugin != NULL) (gdb) n 239 plugin = purple_plugin_new(has_file_extension(filename, G_MODULE_SUFFIX), filename); (gdb) n 241 if (plugin->native_plugin) { (gdb) p *plugin $48 = {native_plugin = 1, loaded = 0, handle = 0x0, path = 0x81438c0 "/usr/local/lib/purple-2/libfetion.so", info = 0x0, error = 0x0, ipc_data = 0x0, extra = 0x0, unloadable = 0, dependent_plugins = 0x0, _purple_reserved1 = 0, _purple_reserved2 = 0, _purple_reserved3 = 0, _purple_reserved4 = 0} (gdb) n 255 plugin->handle = g_module_open(filename, G_MODULE_BIND_LOCAL); (gdb) n 260 if (plugin->handle == NULL) (gdb) n 255 plugin->handle = g_module_open(filename, G_MODULE_BIND_LOCAL); (gdb) nn Undefined command: "nn". Try "help". (gdb) n 260 if (plugin->handle == NULL) (gdb) n 262 const char *error = g_module_error(); (gdb) n 263 if (error != NULL && purple_str_has_prefix(error, filename)) (gdb) n 262 const char *error = g_module_error(); (gdb) n 263 if (error != NULL && purple_str_has_prefix(error, filename)) (gdb) n 275 if (error == NULL || !*error) (gdb) n 283 plugin->error = g_strdup(error); (gdb) n 284 purple_debug_error("plugins", "%s is not loadable: %s\n", (gdb) p plugin->error $49 = 0x0 (gdb) n 283 plugin->error = g_strdup(error); (gdb) n 284 purple_debug_error("plugins", "%s is not loadable: %s\n", (gdb) n 288 plugin->handle = g_module_open(filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL); (gdb) n 293 if (plugin->handle == NULL) (gdb) n 288 plugin->handle = g_module_open(filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL); (gdb) n 293 if (plugin->handle == NULL) (gdb) n 331 purple_plugin_destroy(plugin); (gdb) n 496 } (gdb) n purple_plugins_probe (ext=0xb789efe4 "so") at plugin.c:1346 1346 g_free(path); (gdb) Quit (gdb) quit The program is running. Exit anyway? (y or n) y debian:~# [code] |
|
|
|
|
|
|
|
第 57 帖 | |
|
|
ls -l 看下有没有x权限
|
|
|
|
|
|
|
|
第 58 帖 | |
|
|
有阿,看
-rwxr-xr-x 1 root staff 925 2008-01-07 01:22 libfetion.la -rwxr-xr-x 1 root staff 115503 2008-01-07 01:22 libfetion.so |
|
|
|
|
|
|
|
第 59 帖 | |
|
|
我在飞信里常用的一个功能是给自己的手机发送短信,这个能不能做到呢?
|
|
|
|
|
|
|
|
第 60 帖 | ||
|
|
引用:
__________________
神州优雅系列:HP500 CPU:Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz 内存:DDR667 1024M*2 显卡:Integrated Graphics Chipset: Intel(R) 965GM 主板:Phoenix Technologies LTD/Q3C31 硬盘Hitachi HTS54321 160G 系统:Windows XP SP3 / Debian 4 Lenny |
||
|
|
|
||