【 在 lepton 的大作中提到: 】
: 运行atthttpd
: 这个源代码里面有
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : web成功架起来了,谢谢各位。
: : 但现在有一个问题就是在邮件中上传图片可以显示,但是在帖子中上传后的图片却显示不出来,不知道是什么原因。
: (以下引言省略..
[root@localhost atthttpd]# make
gcc -c conn.c -DLINUX -D_GNU_SOURCE -Wall -O2 -mmmx -msse -mcpu=i686 -march=i686 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g
conn.c:12:28: ght_hash_table.h: No such file or directory
conn.c: In function `getbcache':
conn.c:190: syntax error before `*'
conn.c:202: `p_table' undeclared (first use in this function)
conn.c:202: (Each undeclared identifier is reported only once
conn.c:202: for each function it appears in.)
conn.c:203: warning: implicit declaration of function `ght_finalize'
conn.c:208: warning: implicit declaration of function `ght_create'
conn.c:218: warning: implicit declaration of function `ght_insert'
conn.c:226: warning: implicit declaration of function `ght_get'
conn.c:226: warning: return makes pointer from integer without a cast
make: *** [conn.o] Error 1
--
FROM 202.118.1.100