|
错在make 这一步,代码如下:
- popups.c:-28122: internal compiler error: Segmentation fault
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <URL:http://gcc.gnu.org/bugs.html> for instructions.
- make[4]: *** [popups.lo] Error 1
- make[4]: Leaving directory `/root/gaim-1.5.0/src/protocols/oscar'
- make[3]: *** [all-recursive] Error 1
- make[3]: Leaving directory `/root/gaim-1.5.0/src/protocols'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/root/gaim-1.5.0/src'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/root/gaim-1.5.0'
- make: *** [all] Error 2
复制代码
然后make install 也出错,- gtkimhtmltoolbar.c:361: internal compiler error: Segmentation fault
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <URL:http://gcc.gnu.org/bugs.html> for instructions.
- make[2]: *** [gtkimhtmltoolbar.o] Error 1
- make[2]: Leaving directory `/root/gaim-1.5.0/src'
- make[1]: *** [install-recursive] Error 1
- make[1]: Leaving directory `/root/gaim-1.5.0/src'
- make: *** [install-recursive] Error 1
复制代码
运行gaim时是这样:
-
- root@n3v3r:~/gaim-1.5.0# gaim
- (gaim:13802): Gdk-CRITICAL **: gdk_display_get_name: assertion `GDK_IS_DISPLAY (display)' failed
- ** (gaim:13802): WARNING **: cannot open display: unset
- root@n3v3r:~/gaim-1.5.0#
复制代码
大家帮看看。 |
|