ChinaUnix.net
相关文章推荐:

storage size of isn't known

大家帮看看这个MAKEFILE 错在哪里了啊 谢谢了 gcc -c -I/usr/src/rtai/include -O -DMODULE -D_KERNEL_ target.c -o target.o 出现的错误如下: target.c:23:storage size of 'getthread' isn't known

by - C/C++ - 2011-04-24 02:28:04 阅读(4961) 回复(19)

相关讨论

各位大哥:    我在Linux 7.2下面,定义了一个struct sockaddr_in addr_in的变量,结果用gcc编译的时候报这个错误,不知道怎么解决 谢谢

by xuchuangeng - 程序开发 - 2005-12-08 11:26:58 阅读(378) 回复(4)

编译错误: [root@srun2 c]# gcc -o bind1 bind1.c bind1.c: In function `main': bind1.c:9: storage size of `my_addr' isn't known #include #include #include #define MYPORT 3490 main() { int sockfd; struct sockaddr_in my_addr; sockfd = socket(AF_INET, SOCK_STREAM, 0); /* do some error checking! */ my_addr.sin_family = AF_INET; /* host byte order */ my_addr.si...

by firewoo - C/C++ - 2005-11-22 16:35:17 阅读(1944) 回复(2)

(原标题:帮忙给看一下!我的程序怎么回事了!) gcc -o sem1 sem1.c sem1.c: In function `set_semvalue': sem1.c:67: storage size of `sem_union' isn't known sem1.c: In function `del_semvalue': sem1.c:77: storage size of `sem_union' isn't known /* semun.h */ #ifdef _SEMUN_H #define _SEMUN_H union semun { int val; /* value for SETVAL */ struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ ...

by yyying - C/C++ - 2006-12-27 20:46:06 阅读(4059) 回复(9)

在sys/boot下编译loader时,出现提示 pxe.c:105: storage size of `pxe_st' isn't known 请问pxe是干什么的 ?是在什么文件里定义它?

by networksec - BSD - 2003-12-01 11:42:43 阅读(575) 回复(0)

我在32位redhat as4 U5下启动varnish 2.02出现这个问题: [root@Chinarenservice cache]# /usr/local/varnish/sbin/varnishd -n /var/InfiNET/cache -f /usr/local/varnish/etc/freeke.vcl -a 0.0.0.0:10000 -s file,/home/admin/freeke/cache/varnish_cache.data,1G -g www -u www -w 30000,51200,10 -T 127.0.0.1:10087 -p client_http11=on -P /usr/local/varnish/var/varnishtest.pid WARNING: storage file size reduced to 6...

by myfreeke - 服务器应用 - 2009-02-02 11:38:22 阅读(1969) 回复(3)

怎么判断像20060909或是060909的长度。

by yangfuquan - Shell - 2006-05-25 15:55:52 阅读(608) 回复(1)

There is a folder called .snap in some file systems Is it useful? Can I delete it? Thanks!

by diogin - BSD - 2005-11-07 23:51:28 阅读(806) 回复(4)

http://www.portforward.com/cports.htm

by gqrenbert - BSD - 2007-12-18 08:45:55 阅读(1140) 回复(0)

dovecot 验证过不去,在日志里有“User not known to the underlying authentication module”是什么回事? dovecot + pam + ad base_dir = /var/run/dovecot/ protocols = pop3 protocol pop3 { listen = *:10100 } listen = [::] shutdown_clients = yes log_path = /var/log/dovecot.log log_timestamp = "%b %d %H:%M:%S " login_dir = /var/run/dovecot/login login_log_format_elements = user=<%u> method=%m ri...

by shijiang1130 - 服务器应用 - 2007-11-03 15:29:57 阅读(2509) 回复(7)