ChinaUnix.net
相关文章推荐:

undeclared here

编译文件出错 203行 static void btctl_controller_emit_device_service(BtctlController *bc, gchar *bdaddr, gchar *name, guint classid, guint port),这个函数出错 原代码如下: #include ; #include ; #include ; #include ; #include ; #include "btctl.h" #include "btctlimpl.h" #include "btctl-marshal.h" static gpointer parent_class = NULL; ...

by lifeexpert - Linux论坛 - 2004-11-03 09:34:03 阅读(1388) 回复(2)

相关讨论

http://bbs.chinaunix.net/forum/4/20041102/437365.html thanks!

by lifeexpert - 内核/嵌入技术 - 2004-11-03 09:55:02 阅读(539) 回复(0)

走过路过千万不要错过哦。 各路好汉,飞舞九重天不才,有疑问相求,见帖于热门贴redhat9+qmail103只能收信不能发信的问题之跟帖。谢谢。

by 飞舞九重天 - 服务器应用 - 2004-05-17 13:06:53 阅读(860) 回复(0)

here is the output 72.16.100.50 sent an invalid ICMP type 3, code 3 error to a broadcast: 0.0.0.0 on eth0 172.16.100.50 sent an invalid ICMP type 3, code 3 error to a broadcast: 0.0.0.0 on eth0 172.16.100.50 sent an invalid ICMP type 3, code 3 error to a broadcast: 0.0.185.137 on eth0 172.16.100.50 sent an invalid ICMP type 3, code 3 error to a broadcast: 0.0.80.75 on eth0 172.16.100.50 sent...

by wangdejiu - 系统管理 - 2006-10-20 15:57:45 阅读(971) 回复(1)

Cheyenne,好吗?非常想你 :oops: 这就是你说的中国UNIX论坛? 还不错。不过,怎么连 SCO 的员工也敢自称“专家”啊?那么像你我这样AT&T的员工又算什么呢? :D

by expert - 内核/嵌入技术 - 2003-11-01 05:20:58 阅读(1111) 回复(13)
by vovolo - 软件配置管理 - 2003-10-24 10:57:55 阅读(1027) 回复(3)

我在编译802.1x认证服务器freeradius-2.1.3的时候,里面要编译一个python的程序,文件名为rlm_python.c,出现了很多变量未声明的错误。此文件引入了#include 文件 python用的是redhat9自带的python-2.2,不知是不是版本太低了。 那位帮忙看一下,错误如下, rlm_python.c: In function `python_error': rlm_python.c:163: `PyGILState_STATE' undeclared (first use in this function) rlm_python.c:163: (Each undecla...

by qinquan - Python - 2008-12-10 14:59:17 阅读(1892) 回复(0)

#include #include #include int main() { printf("%d\n",sizeof(long)); printf("%d\n",sizeof(off64_t)); printf("%d\n",sizeof(long long)); } a.c:8: error: ‘off64_t’ undeclared (first use in this function) a.c:8: error: (Each undeclared identifier is reported only once a.c:8: error: for each function it appears in.) 请问为什么不能用off64_t ? off64_t 和long long有什么...

by darkslack - C/C++ - 2011-12-28 19:50:58 阅读(10904) 回复(5)