- 论坛徽章:
- 0
|
以下是在 make后出现的错误,搞不明白~望有心人指点~万分感谢
- # make
- echo \#define BUILD_STAMP \"`date`\" >;include/buildstamp.h
- cd lib/ && make lib
- make[1]: Entering directory `/Documents/proftpd-1.2.10/lib'
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c pr_fnmatch.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c sstrncpy.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c strsep.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c vsnprintf.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c glibc-glob.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c glibc-hstrerror.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c glibc-mkstemp.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c pr-syslog.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c pwgrent.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c getopt.c
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c getopt1.c
- ar rc libsupp.a pr_fnmatch.o sstrncpy.o strsep.o vsnprintf.o glibc-glob.o glibc-hstrerror.o glibc-mkstemp.o pr-syslog.o pwgrent.o getopt.o getopt1.o
- ranlib libsupp.a
- make[1]: Leaving directory `/Documents/proftpd-1.2.10/lib'
- cd src/ && make src
- make[1]: Entering directory `/Documents/proftpd-1.2.10/src'
- gcc -DSOLARIS2_10 -DSOLARIS2 -I.. -I../include -I/usr/local/mysql/include -O2 -Wall -c main.c
- In file included from /usr/include/sys/signal.h:34,
- from /usr/include/signal.h:26,
- from main.c:34:
- /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
- /usr/include/sys/siginfo.h:292: error: parse error before '}' token
- /usr/include/sys/siginfo.h:294: error: parse error before '}' token
- /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
- /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
- /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
- /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
- /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
- /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
- /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
- /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
- /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
- /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
- /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
- /usr/include/sys/siginfo.h:426: error: parse error before '}' token
- /usr/include/sys/siginfo.h:428: error: parse error before '}' token
- /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
- /usr/include/sys/siginfo.h:437: error: parse error before '}' token
- In file included from /usr/include/signal.h:26,
- from main.c:34:
- /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
- In file included from main.c:34:
- /usr/include/signal.h:111: error: parse error before "siginfo_t"
- /usr/include/signal.h:113: error: parse error before "siginfo_t"
- main.c: In function `shutdown_exit':
- main.c:470: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c: In function `fork_server':
- main.c:1130: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1131: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c: In function `sig_rehash':
- main.c:1640: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c: In function `sig_evnt':
- main.c:1645: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c: In function `sig_child':
- main.c:1698: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c: In function `handle_chld':
- main.c:1781: warning: implicit declaration of function `waitpid'
- main.c:1781: error: `WNOHANG' undeclared (first use in this function)
- main.c:1781: error: (Each undeclared identifier is reported only once
- main.c:1781: error: for each function it appears in.)
- main.c: In function `install_signal_handlers':
- main.c:1924: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1925: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1926: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1927: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1928: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1929: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1930: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1931: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1932: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1933: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1942: warning: passing arg 2 of `signal' from incompatible pointer type
- main.c:1944: warning: passing arg 2 of `signal' from incompatible pointer type
- make[1]: *** [main.o] Error 1
- make[1]: Leaving directory `/Documents/proftpd-1.2.10/src'
- make: *** [src] Error 2
复制代码 |
|