|
是不是少编译了什么库?哪位兄弟帮帮我。
[php]
stardict.cpp:334: error: `GTK_COMBO' undeclared (first use this function)
stardict.cpp: In member function `void AppCore::TopWinEnterWord(const gchar*)':
stardict.cpp:1065: error: `GTK_COMBO' undeclared (first use this function)
stardict.cpp: In member function `void AppCore: istClick(const gchar*)':
stardict.cpp:1148: error: `GTK_COMBO' undeclared (first use this function)
stardict.cpp: In function `gint save_yourself_cb(GnomeClient*, gint, GnomeRestartStyle, gint, GnomeInteractStyle, gint, void*)':
stardict.cpp:1457: error: `GTK_COMBO' undeclared (first use this function)
make[3]: *** [stardict.o] 错误 1
make[3]: Leaving directory `/temp/stardict-2.4.3/src'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/temp/stardict-2.4.3/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/temp/stardict-2.4.3'
make: *** [all] 错误 2
[/php] |
|