wxBaseだけでコンパイルしようとするとエラーが出る。
Code:g++ -c -O0 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -D__WXGTK__ -DNOPCH -I”/opt/tdep/include” -I”/usr/include” -DwxUSE_GUI=0 -o obj/nogui/util.o util.cpp In file included from util.cpp:5: headers.h:22:24: error: wx/clipbrd.h: No such file or directory In file included from headers.h:100, from util.cpp:5: db.h: In member function ‘bool CDB::Exists(const K&)’: db.h:140: error: ‘class Db’ has no member named ‘exists’ make: *** [obj/nogui/util.o] Error 1
clipbrd.hはwxBaseにはインストールされない。wxWidgets-2.9.0/include/wx/clipbrd.hをincludeディレクトリに移動しても、「no such file」の2行が消えるだけだ。