|
|
- make[3]: Entering directory `/tmp/stardict-2.4.2/src'
- source='stardict.cpp' object='stardict.o' libtool=no \
- depfile='.deps/stardict.Po' tmpdepfile='.deps/stardict.TPo' \
- depmode=gcc3 /bin/sh ../depcomp \
- g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DORBIT2=1 -pthread -I/usr/X11R6/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libxml2 -DDATADIR=""/usr/local/share"" -DGNOME_ICONDIR=""/usr/local/share/pixmaps"" -DSTARDICT_LOCALEDIR=""/usr/local/share/locale"" -DSTARDICT_DATA_DIR=""/usr/local/share/stardict"" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/usr/X11R6/include -g -O2 -c -o stardict.o `test -f 'stardict.cpp' || echo './'`stardict.cpp
- In file included from stardict.h:27,
- from stardict.cpp:35:
- prefsdlg.h:42: error: `GtkOptionMenu' was not declared in this scope
- prefsdlg.h:42: error: `option_menu' was not declared in this scope
- prefsdlg.h:42: error: parse error before `*' token
- stardict.cpp: In static member function `static gboolean
- AppCore::on_window_state_event(GtkWidget*, GdkEventWindowState*, AppCore*)':
- stardict.cpp:255: error: `GTK_COMBO' undeclared (first use this function)
- stardict.cpp:255: error: (Each undeclared identifier is reported only once for
- each function it appears in.)
- stardict.cpp: In static member function `static gboolean
- AppCore::vKeyPressReleaseCallback(GtkWidget*, GdkEventKey*, AppCore*)':
- 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::ListClick(const gchar*)':
- stardict.cpp:1148: error: `GTK_COMBO' undeclared (first use this function)
- stardict.cpp: In function `gint save_yourself_cb(GnomeClient*, int,
- GnomeRestartStyle, int, GnomeInteractStyle, int, void*)':
- stardict.cpp:1457: error: `GTK_COMBO' undeclared (first use this function)
- make[3]: *** [stardict.o] 错误 1
- make[3]: Leaving directory `/tmp/stardict-2.4.2/src'
- make[2]: *** [all-recursive] 错误 1
- make[2]: Leaving directory `/tmp/stardict-2.4.2/src'
- make[1]: *** [all-recursive] 错误 1
- make[1]: Leaving directory `/tmp/stardict-2.4.2'
- make: *** [all] 错误 2
复制代码
这是什么问题呀?GTK应该没有问题,都装了呀 |
|