$ tar xvfz nullmailer-1.00RC5.tar.gz
$ cd nullmailer-1.00RC5/
$ ./configure
$ make
(snip)
c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fno-rtti -fno-exceptions -W -Wall -c itoa.cc
c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fno-rtti -fno-exceptions -W -Wall -c makefield.cc
makefield.cc: In function `class mystring make_date()':
makefield.cc:32: implicit declaration of function `int time(...)'
makefield.cc:33: implicit declaration of function `int localtime(...)'
makefield.cc:33: initialization to `tm *' from `int' lacks a cast
makefield.cc:34: implicit declaration of function `int strftime(...)'
makefield.cc:36: invalid use of undefined type `struct tm'
makefield.cc:33: forward declaration of `struct tm'
make[3]: *** [makefield.o] エラー 1
make[3]: 出ます ディレクトリ `/usr/local/src/nullmailer-1.00RC5/lib'
make[2]: *** [all-recursive] エラー 1
make[2]: 出ます ディレクトリ `/usr/local/src/nullmailer-1.00RC5/lib'
make[1]: *** [all-recursive] エラー 1
make[1]: 出ます ディレクトリ `/usr/local/src/nullmailer-1.00RC5'
make: *** [all-recursive-am] エラー 2
|