gtk_entry_set_input_purpose无法识别

时间:2014-11-26 22:02:25

标签: c gtk gtkentry

我在doc中找到了这个函数: gtk_entry_set_input_purpose()设置gtkentry的输入法, 但是当使用它时,gcc没有识别它,它给了我这个错误

implicit declaration of function ‘gtk_entry_set_input_purpose’ [-Wimplicit-function-declaration]
undefined reference to `gtk_entry_set_input_purpose'

问题出在哪里?

1 个答案:

答案 0 :(得分:0)

我认为这是一个链接问题, 在链接所有库之后用windows编译成功,