Last login: Thu Jul 5 14:42:35 on console Welcome to Darwin! You have new mail. [pop:/usr/local] m% su Password: # csh # source /env # cd /Users/m/Desktop/minicom-2.2 # ./configure --prefix=/usr/local/minicom --enable-dfl_port=/dev/cu.I-O (略) エラーを回避するために、2つのファイルを修正: ./intl/dcigettext.c の、238行目あたりの # include <search.h> の行をコメントにする。 (存在しない!) ./src/windiv.c の、22行目あたりの #include <dirent.h> の行をコメントにする。 # make make all-recursive Making all in doc make[2]: Nothing to be done for `all'. Making all in extras Making all in linux make[3]: Nothing to be done for `all'. Making all in tables make[3]: Nothing to be done for `all'. Making all in termcap make[3]: Nothing to be done for `all'. Making all in terminfo make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in man make[2]: Nothing to be done for `all'. Making all in po make[2]: Nothing to be done for `all'. Making all in lib if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \ then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi rm -f libport.a ar cru libport.a error.o ranlib libport.a Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/minicom/etc\" -DLOCALEDIR=\"/usr/local/minicom/share/locale\" -g -O2 -Wall -W -g -O2 -MT minicom.o -MD -MP -MF ".deps/minicom.Tpo" -c -o minicom.o minicom.c; \ then mv -f ".deps/minicom.Tpo" ".deps/minicom.Po"; else rm -f ".deps/minicom.Tpo"; exit 1; fi In file included from minicom.h:27, from minicom.c:35: window.h:155: error: conflicting types for `wprintf' /usr/include/wchar.h:215: error: previous declaration of `wprintf' make[2]: *** [minicom.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2