rshuler / ibus-cloud-pinyin

Automatically exported from code.google.com/p/ibus-cloud-pinyin
GNU General Public License v3.0
0 stars 1 forks source link

Does not compile against libnotify-0.7.3 #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What problem?

make failed:

:: Building ibus-engine-cloud-pinyin ...
gcc `cat c-flags.txt` -pthread main.c dbus-binding.c pinyin-utils.c 
frontend-utils.c config.c database.c lua-binding.c ibus-engine.c -g -o 
ibus-engine-cloud-pinyin
frontend-utils.c: In function ‘icp_frontend_notify’:
frontend-utils.c:103:2: error: too many arguments to function 
‘notify_notification_new’
/usr/include/libnotify/notification.h:114:21: note: declared here
lua-binding.c: In function ‘icp_lua_binding_init’:
lua-binding.c:1603:33: warning: cast to pointer from integer of different size
make[1]: *** [ibus-engine-cloud-pinyin] Error 1

Original issue reported on code.google.com by mathf...@gmail.com on 3 Jun 2011 at 7:19

GoogleCodeExporter commented 8 years ago
same problem here, downgrade libnotify to 0.7.1 still failed to build

Original comment by 423...@gmail.com on 11 Jun 2011 at 4:43

GoogleCodeExporter commented 8 years ago
同样的问题
libnotify 0.7.4-1

Original comment by gms...@gmail.com on 4 Dec 2011 at 5:48

GoogleCodeExporter commented 8 years ago
frontend-utils.c:103:2: error: too many arguments to function 
‘notify_notification_new’

一样的问题....

Original comment by zxzxy1...@gmail.com on 9 Dec 2011 at 7:07

GoogleCodeExporter commented 8 years ago
讲 frontend-utils.c 里的 notification = notify_notification_new (title, 
content, icon, NULL); 中的 , NULL 删除

Original comment by zan...@gmail.com on 19 May 2012 at 9:16