|
如何在RH9下装idesk,并且如何在icewm里使用它?
idesk的版本是idesk-0.5.5,我用
make
make install
安装不了,提示如下:
for dir in src; do cd $dir; make all; cd ..; done
make[1]: Entering directory `/root/huli/temp/src'
g++ -g -W `pkg-config gdk-2.0 gdk-pixbuf-xlib-2.0 librsvg-2.0 --cflags` -c XDesktopContainer.cpp -o XDesktopContainer.o
Package libgsf-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgsf-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgsf-1', required by 'librsvg', not found
In file included from XCaption.h:30,
from XIcon.h:31,
from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
/usr/include/X11/Xft/Xft.h:35:31: freetype/freetype.h: 没有那个文件或目录
In file included from XCaption.h:30,
from XIcon.h:31,
from XDesktopContainer.h:98,
from XDesktopContainer.cpp:25:
/usr/include/X11/Xft/Xft.h:52: syntax error before `;' token
/usr/include/X11/Xft/Xft.h:86: 'FT_UInt' is used as a type, but is not defined
as a type.
/usr/include/X11/Xft/Xft.h:93: 'FT_UInt' is used as a type, but is not defined
as a type.
/usr/include/X11/Xft/Xft.h:190: parse error before `*' token
/usr/include/X11/Xft/Xft.h:295: parse error before `*' token
/usr/include/X11/Xft/Xft.h:354: parse error before `*' token
/usr/include/X11/Xft/Xft.h:393: parse error before `*' token
/usr/include/X11/Xft/Xft.h:399: parse error before `*' token
/usr/include/X11/Xft/Xft.h:408: type specifier omitted for parameter `FT_UInt'
/usr/include/X11/Xft/Xft.h:408: parse error before `,' token
/usr/include/X11/Xft/Xft.h:418: parse error before `*' token
/usr/include/X11/Xft/Xft.h:461: parse error before `*' token
XDesktopContainer.cpp:30:45: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: 没有那个文件或目录
make[1]: *** [XDesktopContainer.o] Error 1
make[1]: Leaving directory `/root/huli/temp/src'
请问这是为什么?我该如何安装啊? |
|