make出問題 - BBS
By Kama
at 2010-04-13T04:56
at 2010-04-13T04:56
Table of Contents
想請問板上各位大大,
(freebsd 6.0 用gcc295)
最後出問題的地方如何解決,煩請指點,謝謝
bbs@bbs[/home/bbs/src/maple]$ make freebsd install
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c acct.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c bbsd.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c board.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c cache.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c edit.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c favorite.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c gem.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c mail.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c menu.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c more.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c post.c
post.c: In function `XoXpost':
post.c:3143: warning: comparison between pointer and integer
post.c:3143: warning: comparison between pointer and integer
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c talk.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c visio.c
In file included from ../include/bbs.h:14,
from visio.c:14:
/usr/include/stdio.h:56: conflicting types for `va_list'
/usr/local/lib/gcc-lib/i386-portbld-freebsd6.0/2.95.3/include/varargs.h:204:
previous declaration of `va_list'
*** Error code 1
Stop in /usr/home/bbs/src/maple.
*** Error code 1
Stop in /usr/home/bbs/src/maple.
--
(freebsd 6.0 用gcc295)
最後出問題的地方如何解決,煩請指點,謝謝
bbs@bbs[/home/bbs/src/maple]$ make freebsd install
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c acct.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c bbsd.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c board.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c cache.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c edit.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c favorite.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c gem.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c mail.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c menu.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c more.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c post.c
post.c: In function `XoXpost':
post.c:3143: warning: comparison between pointer and integer
post.c:3143: warning: comparison between pointer and integer
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c talk.c
gcc295 -DBSD44 -DTWO_LONGJMP_ARGS -O2 -mpentiumpro -pipe -fomit-frame-pointer
-Wunused -I../include -g -c visio.c
In file included from ../include/bbs.h:14,
from visio.c:14:
/usr/include/stdio.h:56: conflicting types for `va_list'
/usr/local/lib/gcc-lib/i386-portbld-freebsd6.0/2.95.3/include/varargs.h:204:
previous declaration of `va_list'
*** Error code 1
Stop in /usr/home/bbs/src/maple.
*** Error code 1
Stop in /usr/home/bbs/src/maple.
--
Tags:
BBS
All Comments
By David
at 2010-04-17T00:15
at 2010-04-17T00:15
By Michael
at 2010-04-18T20:45
at 2010-04-18T20:45
By Caitlin
at 2010-04-21T13:34
at 2010-04-21T13:34
By Regina
at 2010-04-22T14:39
at 2010-04-22T14:39
Related Posts
上站IP一直顯示0.0.0.0
By Bennie
at 2009-12-03T12:34
at 2009-12-03T12:34
not-a-legal-address???
By Delia
at 2009-11-22T21:38
at 2009-11-22T21:38
轉信設定
By Noah
at 2009-11-12T02:20
at 2009-11-12T02:20
Re: 一連線就卡住
By Frederic
at 2009-10-28T12:59
at 2009-10-28T12:59
>"<請問一下架站問題
By Isla
at 2009-10-11T23:55
at 2009-10-11T23:55