2005-11-01から1日間の記事一覧

あとは・・・

eclipse、CDTは次回。

wxMSW-2.6.2をインストール

wxMSW-2.6.2.zipを解凍し、configureを書き換えてconfigure〜make〜make install。 参照↓ http://www.matchy.net/tdiary/200310.html $ diff configure.org configure 32815c32815 - > ##if test "$TOOLKIT" != "MSW"; then 33038c33038 - > LIBICONV=" -lic…

eb-4.2.1をインストール

eb-4.2.1.tar.bz2 libebutils/Makefile.in を書き換えてconfigure〜make〜make install。 $ diff makefile.in.org makefile.in 59c59 - > am_libebutils_a_OBJECTS = ebutils.$(OBJEXT) \ configure --prefix=/mingw --enable-ebnet=no --with-iconv-include…

iconv-1.9.2をインストール

libiconv-1.9.2.tar.gz libiconv-1.9.2-cp932.patch.gz をダウンロードしてインストール。 参照↓ http://www2d.biglobe.ne.jp/~msyk/software/libiconv-1.9.2-cp932-patch.html $ gzip -dc libiconv-1.9.2.tar.gz | tar xvf - $ cd libiconv-1.9.2 $ gzip -d…

zlib-1.2.3をインストール

zlib-1.2.3.tar.gzを解凍してインストールする。 configure --prefix=/mingw make make install

まず、MinGWをインストール

MinGW-4.1.0.exe MSYS-1.0.10.exe をインストールした。 あとでebをインストールするときにperlが無いと言うので、 msysDTK-1.0.1.exe もインストールした。 参照↓ http://www2.atwiki.jp/ccw/

X40上で開発環境を作る

いい機会なので、新しいバージョンのライブラリで構築することにする。