キーワード: Tiger,10.4,Mac,Ubuntu,Windows 7,Triple boot
尚、Macのパーティショニングは適当にやった
ポイントは
クリーンインストールは必須かと思う。
Tigerだけでインストールするのは無理臭い気がする・・・。
ためしてないけど、ブートローダーのインストール先を変更しなければいいと思うよ!
自己責任で。
Pramesh2012/03/28 06:01This is just the perfect anwser for all forum members
mac |
gcc -c -I. -I. -g -O2 pty.c In file included from screen.h:144, from pty.c:30: display.h:177: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96) In file included from screen.h:145, from pty.c:30: window.h:247: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96) pty.c:38:26: error: sys/stropts.h: No such file or directory make: *** [pty.o] Error 1
キーワード: Mac, screen, 256, color, 色
OS | Mac OS X 10.6.2 Snow leopard |
Terminal | iTerm.app |
パッチをあてればいいらしい。
http://trac.macports.org/raw-attachment/ticket/20862/screen-4.0.3-snowleopard.patch
patch < screen-4.0.3-snowleopard.patch ./configure --prefix=$HOME/local --enable-colors256 make make install
自己責任で。