wx関係の更新

wxWidgets 2.8.0がリリースされていたので、更新を試みる。
ついでにwxPropertyGrid、wxGladeも。

wxGlade 0.4.1

wxGlade-0.4.1-setup.exeを落としてきてインストール。

wxPropertyGrid 1.2.5

wxpropgrid-1.2.5-src.tar.gzを落としてきて解凍し、
install-propgrid.sh
をコンソール(sh.exe)上で実行して、wxMSW-2.8.0(後述)のベースディレクトリにファイルをコピー。ビルドはまだしない。(Nを入力)

wxWidgets 2.8.0

wxMSW-2.8.0.zipを落としてきて解凍し、propgirdのファイルをコピーしてから、

./configure --disable-shared --disable-threads --enable-unicode --enable-mslu --prefix=/MinGW --with-libiconv-prefix=/MinGW
make

としてみたが・・・あえなく失敗。

(if test -d utils/wxrc ; then cd utils/wxrc && make all ; fi)
make[1]: Entering directory `/c/kyo/download/MinGW/wxMSW-2.8.0/wxMSW-2.8.0/utils
/wxrc'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/c/kyo/download/MinGW/wxMSW-2.8.0/wxMSW-2.8.0/utils/
wxrc'
make: *** [wxrc] Error 2

というエラーメッセージが出る。wxrcフォルダを見ると、Makefileが無い。それが原因か?
やり直そうと思って、make cleanをしたら、同じようなエラーで止まる。ウガッ。