«前の日記(2008.11.03 / Monday) 最新 次の日記(2008.11.05 / Wednesday)» 編集

Hena Hena Nikki

2003|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|10|11|12|
2012|01|02|03|04|05|06|07|08|10|12|
2013|01|02|04|06|

2008.11.04 / Tuesday [長年日記]

* [computer/update] GNU Bison ver.2.4

パーサ・ジェネレータ。

* [computer] GNU Bison 2.4 を Mac OS X 10.5 にインストールする

事前に iconv, gettext をインストールしておくと良い。

$ wget -c http://ftp.gnu.org/gnu/bison/bison-2.4.tar.bz2
$ bzcat bison-2.4.tar.bz2 | tar xvf -
$ cd bison-2.4/
$ ./configure
$ make && make check
$ sudo make install

CFLAGS はお好みで。

* [computer] ncurses 5.7 を Mac OS X 10.5 にインストールする

CFLAGS はお好みで。

$ wget -c http://ftp.gnu.org/gnu/ncurses/ncurses-5.7.tar.gz
$ zcat ncurses-5.7.tar.gz | tar xvf -
$ cd ncurses-5.7/
$ ./configure --with-libtool --with-shared --enable-colorfgbg
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --enable-widec --enable-ext-colors
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --with-pthread
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --with-pthread --enable-widec --enable-ext-colors
$ make
$ sudo make install

  • この日記には本日 名の方が訪問してくださっているようです。 また、昨日は 名の方が訪問してくださったようです。
  • この日記の更新情報の取得には antenna.lirs を利用するのがおすすめです。