ueno / libskk

Japanese SKK input method library
GNU General Public License v3.0
78 stars 27 forks source link

./configure: line 13510: syntax error near unexpected token `0.9.0' #21

Closed kakkun61 closed 12 years ago

kakkun61 commented 12 years ago

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)'
ueno commented 12 years ago

You need gobject-introspection package when running autogen.sh.

kakkun61 commented 12 years ago

Thanks. I've made it.