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

    • -

> ##if test "$TOOLKIT" != "MSW"; then
33038c33038< LIBICONV="-liconv"

    • -

> LIBICONV=" -liconv"
33048a33049
> if test "$TOOLKIT" != "MSW"; then


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