|
|
情况如下,请各位高手指点一下
Configuration:
Source code location: .
Compiler: i686-pc-linux-gnu-gcc
make all-recursive
make[1]: Entering directory `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3'
Making all in gedit
make[2]: Entering directory `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3/gedit'
echo "#include \"gedit-marshal.h\"" > gedit-marshal.c && \
/usr/bin/glib-genmarshal gedit-marshal.list --body --prefix=gedit_marshal >> gedit-marshal.c
/usr/bin/glib-genmarshal gedit-marshal.list --header --prefix=gedit_marshal > gedit-marshal.h
/usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 ./GNOME_Gedit.idl
/usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 ./GNOME_Gedit.idl
orbit-idl-2 2.12.0 compiling
mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule
orbit-idl-2 2.12.0 compiling
mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
Error: Empty file
** (process:26629): WARNING **: ./GNOME_Gedit.idl compilation failed
make[2]: *** [GNOME_Gedit-stubs.c] 错误 1
make[2]: *** 正在等待未完成的任务....
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
Error: Empty file
** (process:26630): WARNING **: ./GNOME_Gedit.idl compilation failed
make[2]: *** [GNOME_Gedit-common.c] 错误 1
make[2]: Leaving directory `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3/gedit'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3'
make: *** [all] 错误 2
!!! ERROR: app-editors/gedit-2.8.3 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message. |
|