Lazy Diary @ Hatena Blog

PowerShell / Java / miscellaneous things about software development, Tips & Gochas. CC BY-SA 4.0/Apache License 2.0

wxRuby がインストールできない

Vine Linux 2.6r4 にて。

$ cd src/
$ ruby extconf.rb 
creating Makefile
$ make
g++ -fPIC -O2 -m486 -fno-strength-reduce -fPIC `wx-config --cxxflags` (snip) -c -o wx.o wx.cpp
g++ -fPIC -O2 -m486 -fno-strength-reduce -fPIC `wx-config --cxxflags` (snip) -c -o app.o app.cpp
g++ -fPIC -O2 -m486 -fno-strength-reduce -fPIC `wx-config --cxxflags` (snip) -c -o bitmap.o bitmap.cpp
make: *** `button.o' に必要なターゲット `button.cpp' を make するルールがありません.  中止。

button.t から button.cpp を作ることができないのが原因みたい。対処方法は不明。まぁ手元に本 (ISBN:4756139930) もあることだし、Ruby/Tk を使うことにする。