文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>gentoo之e17安装过程中遇到的问题及解决方法

gentoo之e17安装过程中遇到的问题及解决方法

时间:2007-06-28  来源:lbing

有一年多没装e17了,今天突然心血来潮把它装上了,想看看它是否能给我一些新的惊喜。以下是我的安装过程:
我是把e17下到本机上装的,要下自然是要下最新的,可以到此处用cvs下载或到此处用本地下载。

一、cvs
1、evas
cd evas
./autogen.sh --enable-image-loader-jpeg --enable-image-loader-png && make && make install && echo ok
此处如果不加--enable-image-loader-jpeg --enable-image-loader-png这两个参数,在编译e的时候会出现如下错误:
/usr/local/bin/edje_cc: Error. unable to load image for image "brushed.png" part entry to ../../data/init/default.edj. Missing PNG or JPEG loader modules for Evas or file does not exist, or is not readable.
2、ecore
cd ecore
./autogen.sh --enable-ecore-evas-x11-16 && make && make install && echo ok
此处如果不加--enable-ecore-evas-x11-16参数,在编译过程中会出现如下错误:
No package 'ecore-evas' found
3、
在编译过程中可能会出现如下错误:
checking for ECORE... configure: error: Package requirements (ecore >= 0.9.9 ecore-file >= 0.9.9) were not met:
No package 'ecore' found
No package 'ecore-file' found
...
解决方法:
ln -s /usr/local/lib/pkgconfig/* /usr/lib/pkgconfig

在bashrc文件中输入:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig

二、本地下载(2007-07-10)
安装顺序:eet evas ecore embryo edje efreet enlightenment
1、ecore
cd ecore
./autogen.sh --enable-ecore-evas-x11-16 && make && make install && echo ok
此处如果不加--enable-ecore-evas-x11-16参数,在编译过程中会出现如下错误:
No package 'ecore-evas' found
2、
如果遇到类似于下面的错误请参考cvs中的第3条:
checking for ECORE... configure: error: Package requirements (ecore >= 0.9.9 ecore-file >= 0.9.9) were not met:
No package 'ecore' found
No package 'ecore-file' found
...
3、enlightenment
会出现一个缺少libedje.so.0库的问题,在bashrc文件中输入:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
4、在开机进入e17时出现一个错误:
Enlightenment found Evas can't load EET files. Check Evas has EET loader support.
解决方法:
1>
cd evas
./configure --enable-image-loader-eet && make && make install && echo ok
2>重新编译enlightenment

三、登录管理器
安装顺序:esmart entrance
1、打开/etc/conf.d/xdm文件,把DISPLAYMANAGER="xdm"改为DISPLAYMANAGER="entrance"
2、/etc/init.d/xdm restart
相关阅读 更多 +
排行榜 更多 +
一剑灭天

一剑灭天

角色扮演 下载
戮仙战纪

戮仙战纪

角色扮演 下载
头号海贼王手机版

头号海贼王手机版

棋牌卡牌 下载