続々々・libhinawa 0.7.0-1, etc.
_ [debian] 続々々・libhinawa 0.7.0-1
NEW なのにもう入った。早い。
_ [comp] uim master をビルドするには
../make-wc.sh
make
で OK。make-wc.sh の後に configure を打ったら動かない。
_ [comp] uim Build error with Qt-5.5.1
Build error with Qt-5.5.1 より。 ざっと見たところ、またヘッダが抜けるようになったみたい。どの時点からかはわからないけど、
--- uim/qt4/immodule/plugin.cpp 2016-02-07 12:23:36.964570942 +0900
+++ uim/qt4/immodule/plugin.cpp 2016-02-07 12:45:10.637528224 +0900
@@ -46,6 +46,7 @@
# if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
# include <QtX11Extras/QX11Info>
# endif
+# include <QtCore/qdatastream.h>
# include <qpa/qplatforminputcontext.h>
#endif
で通るようにはなった。厳密にはいつの Qt5 からなのかは要調査。