|
- chooseword.cpp: In function `void on_chooseword_ok_clicked(void*)':
- chooseword.cpp:69: error: `gtk_timeout_remove' undeclared (first use this
- function)
- chooseword.cpp:69: error: (Each undeclared identifier is reported only once for
- each function it appears in.)
- chooseword.cpp:78: error: `gtk_timeout_add' undeclared (first use this
- function)
- chooseword.cpp: In member function `void CChooseword::close()':
- chooseword.cpp:455: error: `gtk_timeout_remove' undeclared (first use this
- function)
- make[3]: *** [chooseword.o] 错误 1
- make[3]: Leaving directory `/tmp/reciteword/reciteword-0.8.2/src'
- make[2]: *** [all-recursive] 错误 1
- make[2]: Leaving directory `/tmp/reciteword/reciteword-0.8.2/src'
- make[1]: *** [all-recursive] 错误 1
- make[1]: Leaving directory `/tmp/reciteword/reciteword-0.8.2'
- make: *** [all] 错误 2
复制代码
系统是10.0,gtk的库都安装了,为什么还会出这样的错误。 |
|