08/10/19 22:26:54 4DoRJTyc
$ make
cd lib/ && make lib
make[1]: ディレクトリ `/tmp/proftpd-1.3.1/lib' に入ります
gcc -DHAVE_CONFIG_H -DLINUX -I.. -I../include -O2 -Wall -c pr_fnmatch.c
In file included from /usr/include/asm/sigcontext.h:5,
from /usr/include/bits/sigcontext.h:28,
from /usr/include/signal.h:333,
from /usr/include/sys/wait.h:31,
from ../include/conf.h:95,
from pr_fnmatch.c:38:
/usr/include/asm/types.h:6: error: conflicting types for ‘mode_t’
/usr/include/sys/types.h:72: error: previous declaration of ‘mode_t’ was here
make[1]: *** [pr_fnmatch.o] エラー 1
make[1]: ディレクトリ `/tmp/proftpd-1.3.1/lib' から出ます
make: *** [lib] エラー 2
Slackware12.1使っているんですがProFTPDコンパイルしようとしたらこんなエラーが出てしまいます。
ProFTPDは1.2.10と1.3.1を試しましたが、いずれも同じエラーを吐いて停止しました。
出来れば自分でmakeして使いたいんですが、どの様にすればよいでしょうか?
よろしくお願いします。