From: KATO K. <kz...@8-...> - 2007-12-10 17:00:25
|
加藤和良です。 mlterm CVS HEAD を Mac OS X 10.4 で make すると、 gcc -g -O2 -I. -c kik_pty_streams.c -fno-common -DPIC -o .libs/kik_pty_streams.lo In file included from kik_pty_streams.c:38: kik_str.h:53: error: parse error before '*' token kik_str.h:59: error: parse error before '*' token kik_str.h:63: error: parse error before '*' token kik_pty_streams.c: In function 'kik_pty_fork': kik_pty_streams.c:108: error: 'O_NDELAY' undeclared (first use in this function) kik_pty_streams.c:108: error: (Each undeclared identifier is reported only once kik_pty_streams.c:108: error: for each function it appears in.) kik_pty_streams.c:139: error: 'CEOF' undeclared (first use in this function) kik_pty_streams.c:141: error: 'CERASE' undeclared (first use in this function) kik_pty_streams.c:142: error: 'CINTR' undeclared (first use in this function) kik_pty_streams.c:143: error: 'CKILL' undeclared (first use in this function) kik_pty_streams.c:144: error: 'CQUIT' undeclared (first use in this function) kik_pty_streams.c:145: error: 'CSTART' undeclared (first use in this function) kik_pty_streams.c:146: error: 'CSTOP' undeclared (first use in this function) kik_pty_streams.c:147: error: 'CSUSP' undeclared (first use in this function) make: *** [kik_pty_streams.o] Error 1 となってしまい、調べていたら Fink に patch がありました。 http://fink.cvs.sourceforge.net/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.patch?view=markup http://fink.cvs.sourceforge.net/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.info?view=markup とりこんでしまおうと思うのですが、どうでしょうか。 -- KATO Kazuyoshi http://8-p.info/ |