namazu-dev(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't make at all / Re: filter.pl
- From: knok@xxxxxxxxxxxxx (NOKUBI Takatsugu)
- Date: Thu, 26 Aug 99 16:32:01 JST
<199908260718.QAA16496@xxxxxxxxxxxxxx>の記事において
kenji@xxxxxxxxxxxxxxxxさんは書きました。
>> make all-recursive
>> Making all in src
>> "Makefile", line 283: Need an operator
>> make: fatal errors encountered -- cannot continue
>> *** Error code 1
src/Makefileの問題でしょうか... src/Makefileの283行目は
-include $(DEP_FILES)
となっていますね... GNU makeのinfoには載ってる構文のようですけど、も
しかしてこれがBSD makeでは使えないのでしょうか。
試しにLinuxでpmake 1.45を使ってmakeしてみると、
bash-2.02$ pmake
pmake all-recursive
Making all in src
gcc -g -O2 -Wall -c cgi.c
In file included from cgi.c:34:
util.h:44: conflicting types for `memmove'
/usr/include/string.h:42: previous declaration of `memmove'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
と別のところで止まってしまいました。
--
野首 貴嗣
E-mail: knok@xxxxxxxxxxxxx (private)
nokubi@xxxxxxxxx (official)