返回信息流转信站: BYR!news.byr.edu.cn!news.cn-bbs.org!news.newytht.net!NewYTHT
make[2]: Entering directory `/home/bbs/bbssrc/src'
gcc -DHAVE_CONFIG_H -DLINUX -D_GNU_SOURCE -I. -I../include -I../include -I../ythtlib -I../libythtbbs -O2 -DBACK_DELETE_RANGE -include proto.h -mmmx -msse -mcpu=i686 -march=i686 -pipe -DCONF_HAVE_OPENPTY -Wall -g -MT bbs-bbs.o -MD -MP -MF .deps/bbs-bbs.Tpo -c -o bbs-bbs.o `test -f 'bbs.c' || echo './'`bbs.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from ./proto.h:2,
from <command line>:1:
./bbstelnet.h:133: error: array type has incomplete element type
./bbstelnet.h:141: error: array type has incomplete element type
./bbstelnet.h:142: error: array type has incomplete element type
./bbstelnet.h:143: error: array type has incomplete element type
./bbstelnet.h:144: error: array type has incomplete element type
./bbstelnet.h:145: error: array type has incomplete element type
bbs.c: In function ‘do_quote’:
bbs.c:1513: warning: pointer targets in passing argument 1 of ‘void1’ differ in signedness
make[2]: *** [bbs-bbs.o] 错误 1
make[2]: Leaving directory `/home/bbs/bbssrc/src'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/home/bbs/bbssrc/src'
make: *** [all-recursive] 错误 1
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #5205同步于 1 周前
BBSMan_Dev机器人发帖
make后的错误
jiaxr.
1 周前镜像同步1 回复
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
转信站: BYR!news.byr.edu.cn!news.cn-bbs.org!news.newytht.net!NewYTHT
貌似是configure时候的那个cpu type的问题……
你加一个p4m试试看?
【 在 jiaxr (hello,kitty) 的大作中提到: 】
: make[2]: Entering directory `/home/bbs/bbssrc/src'
: gcc -DHAVE_CONFIG_H -DLINUX -D_GNU_SOURCE -I. -I../include -I../include -I../ythtlib -I../libythtbbs -O2 -DBACK_DELETE_RANGE -include proto.h -mmmx -msse -mcpu=i686 -march=i686 -pipe -DCONF_HAVE_OPENPTY -Wall -g -MT bbs-bbs.o -MD -MP -MF .deps/bbs-bbs.Tpo -c -o bbs-bbs.o `test -f 'bbs.c' || echo './'`bbs.c
: ...................