./configure: line 13510: syntax error near unexpected token `0.9.0'
kakkun61 opened this issue · 2 comments
kakkun61 commented
I try to ./configure
and the following problem occurred.
./configure: line 13510: syntax error near unexpected token `0.9.0'
./configure: line 13510: `GOBJECT_INTROSPECTION_CHECK(0.9.0)'
- Ubuntu 11.10
- autoconf (GNU Autoconf) 2.68
- libskk commit 83b6227
ueno commented
You need gobject-introspection package when running autogen.sh.
kakkun61 commented
Thanks. I've made it.