編譯ports/x11-toolkits/eel/ - BBS
By Una
at 2006-06-23T23:14
at 2006-06-23T23:14
Table of Contents
本來想直接裝gnome2
結果停在eel這個port
編不好
錯誤訊息如下
cc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Eel\" -I.. -DORBIT2=1
-D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/cairo -I/usr/local/include/libart-2.0
-I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0
-I/usr/local/include/libbonobo-2.0 -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/X11R6/include/gail-1.0
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2
-I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0
-I/usr/X11R6/lib/gnome-vfs-2.0/include
-I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libglade-2.0
-I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomeui-2.0
-I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-keyring-1
-I/usr/X11R6/include/gnome-menus -I/usr/X11R6/include/gnome-desktop-2.0
-I/usr/X11R6/include/startup-notification-1.0
-DDATADIR=\"/usr/X11R6/share/gnome\" -DSOURCE_DATADIR=\"../data\"
-DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/local/include -O -pipe -MT
eel-open-with-dialog.lo -MD -MP -MF .deps/eel-open-with-dialog.Tpo -c
eel-open-with-dialog.c -fPIC -DPIC -o .libs/eel-open-with-dialog.o
=============上一個編譯有問題===============
eel-open-with-dialog.c: In function `get_all_applications':
eel-open-with-dialog.c:560: error: `GMENU_TREE_FLAGS_INCLUDE_NODISPLAY'
undeclared (first use in this function)
eel-open-with-dialog.c:560: error: (Each undeclared identifier is reported
only once
eel-open-with-dialog.c:560: error: for each function it appears in.)
gmake[2]: *** [eel-open-with-dialog.lo] Error 1
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/eel/work/eel-2.14.1/eel'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/eel/work/eel-2.14.1'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/x11-toolkits/eel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade77604.0
make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! x11-toolkits/eel (compiler error)
---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
=========================================
看來是某個東西沒有define
GMENU_TREE_FLAGS_INCLUDE_NODISPLAY
是不是我沒有include到東西還是header是舊的
請問我要怎麼解決?
謝謝各位看完冗長的文章
--
夏娃每天都要數亞當的肋骨數目
--
結果停在eel這個port
編不好
錯誤訊息如下
cc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Eel\" -I.. -DORBIT2=1
-D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/cairo -I/usr/local/include/libart-2.0
-I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0
-I/usr/local/include/libbonobo-2.0 -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/X11R6/include/gail-1.0
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2
-I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0
-I/usr/X11R6/lib/gnome-vfs-2.0/include
-I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libglade-2.0
-I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomeui-2.0
-I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-keyring-1
-I/usr/X11R6/include/gnome-menus -I/usr/X11R6/include/gnome-desktop-2.0
-I/usr/X11R6/include/startup-notification-1.0
-DDATADIR=\"/usr/X11R6/share/gnome\" -DSOURCE_DATADIR=\"../data\"
-DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/local/include -O -pipe -MT
eel-open-with-dialog.lo -MD -MP -MF .deps/eel-open-with-dialog.Tpo -c
eel-open-with-dialog.c -fPIC -DPIC -o .libs/eel-open-with-dialog.o
=============上一個編譯有問題===============
eel-open-with-dialog.c: In function `get_all_applications':
eel-open-with-dialog.c:560: error: `GMENU_TREE_FLAGS_INCLUDE_NODISPLAY'
undeclared (first use in this function)
eel-open-with-dialog.c:560: error: (Each undeclared identifier is reported
only once
eel-open-with-dialog.c:560: error: for each function it appears in.)
gmake[2]: *** [eel-open-with-dialog.lo] Error 1
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/eel/work/eel-2.14.1/eel'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/eel/work/eel-2.14.1'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/x11-toolkits/eel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade77604.0
make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! x11-toolkits/eel (compiler error)
---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
=========================================
看來是某個東西沒有define
GMENU_TREE_FLAGS_INCLUDE_NODISPLAY
是不是我沒有include到東西還是header是舊的
請問我要怎麼解決?
謝謝各位看完冗長的文章
--
夏娃每天都要數亞當的肋骨數目
--
Tags:
BBS
All Comments
Related Posts
如何重新啟動SSHD?
By Yuri
at 2006-06-23T21:58
at 2006-06-23T21:58
如何重新啟動SSHD?
By Ophelia
at 2006-06-23T15:40
at 2006-06-23T15:40
如何重新啟動SSHD?
By Heather
at 2006-06-23T10:24
at 2006-06-23T10:24
如何重新啟動SSHD?
By Enid
at 2006-06-23T04:44
at 2006-06-23T04:44
如何重新啟動SSHD?
By Franklin
at 2006-06-23T01:17
at 2006-06-23T01:17