LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: tram

BLFS安装手记!

[复制链接]
 楼主| 发表于 2002-11-26 05:43:48 | 显示全部楼层
rpm的问题我已经搞定了,在另一个贴子里,你看看吧?
 楼主| 发表于 2002-11-28 09:03:45 | 显示全部楼层
装文件管理器:
endeavour-2.1.20:
./configure Linux --prefix=/usr --CFLAGS="-march=pentium3 -O3 -pipe
-fomit-frame-pointer -fforce-addr -falign-functions=4
-fprefetch-loop-arrays"

make all
make install
好看,不支持中文。删了。

gnome-commander
./configure
make
make install
不好看,不好用,不支持中文。删了。

GNOME Midnight Commander
./configure
make
make install
还行,好用,在图标状态不支持中文,在列表状态支持的。就是它了。
 楼主| 发表于 2002-11-28 09:04:37 | 显示全部楼层
刚装了一个realplay,还行。

下面装KDE,我装的是3.0.4,但是放在3.0.3的目录里,是懒得改命令了:
aRts-1.0.4
SDL-1.2.4(这是因为它能用到aRts)
kdelibs
kdebase
上面的两个包太耗时间了,一边睡觉一边装。
第一次安装失败了,我想可能是我用的优化参数太高了,第二次,我不用优化,看行不行。
这次先不装SDL了。
aRts-1.0.4
kdelibs 用了--enable-final
kdebase 用了--enable-final
第二次也不行,第三次,用了最保守的优化,用了最普通的优化参数,也不行。算了吧。
看来还是不行,算了,反正konqueror能用,我主要用的也就是这个了。
 楼主| 发表于 2002-11-28 09:06:18 | 显示全部楼层
装GNOME:
gnome-desktop-2.0.8
gnome-panel-2.0.9
gnome-session-2.0.7
control-center-2.0.1
好了,要装gedit:
gedit-2.0.5

rep-gtk-0.16
gconf-editor-0.3.1
sawfish-2.0
在没装sawfish之前,缺省竟然用wmaker做的GNOME2的窗口管理器。不解,那个metacity没装上,也不知道是在哪个包里。


现在好了,在unset
XMODIFIERS后,KDE能进了,呼呼,好爽啊!具体原因还有待进一步的分析。
 楼主| 发表于 2002-11-28 09:09:23 | 显示全部楼层
我的BLFS大功告成,中间有失落,也有惊喜,更多的是学到了很多的东西。如果能有更多的人来一起装,肯定会好一些,大家也行动起来吧!我遇到的问题也是挺多的,所以能帮忙的地方我一定会帮忙的!
发表于 2002-11-28 09:16:36 | 显示全部楼层
最初由 tram 发布

在没装sawfish之前,缺省竟然用wmaker做的GNOME2的窗口管理器。不解,那个metacity没装上,也不知道是在哪个包里。


实际上是这样的,如果你连wmaker都没有它会用tmw的。gnome-wm本身就是一个script,找一个最合适的wm启动。我一直以为gnome自己有wm,原来是和sawfish共生的。
 楼主| 发表于 2002-11-28 10:17:46 | 显示全部楼层
这样啊,难怪找不到metacity了。
发表于 2002-12-27 22:36:04 | 显示全部楼层

can't find curkeys.h, no such file

把文件dpkg-1.9.21/dselect/curkeys.h里面的第168行删了,可能记不住了,反正是KEY_EVENT什么的,就是出错的那个。
root:/static/dpkg-1.9.21/dselect# ls
Makefile     checkunimp.pl  keyoverride  methparse.cc   pkgkeys.cc
Makefile.in  curkeys.cc     keys.c       mkcurkeys.pl   pkglist.cc
basecmds.cc  dselect.8      main.cc      mkhelpmsgs.pl  pkglist.h
baselist.cc  dselect.h      methkeys.cc  pkgcmds.cc     pkgsublist.cc
basetop.cc   helpmsgs.cc    methlist.cc  pkgdepcon.cc   pkgtop.cc
bindings.cc  helpmsgs.h     method.cc    pkgdisplay.cc
bindings.h   helpmsgs.src   method.h     pkginfo.cc


root:/static/dpkg-1.9.21/dselect# cat curkeys.cc
/*
* dselect - Debian GNU/Linux package maintenance user interface
* curkeys.cc - list of ncurses keys for name <-> key mapping
*
* Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2,
* or (at your option) any later version.
*
* This is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

extern "C" {
#include <config.h>
#include <dpkg.h>
#include <dpkg-db.h>
}
#include "dselect.h"
#include "bindings.h"

const keybindings::keyname keybindings::keynames[] = {
#include "curkeys.h"
};
发表于 2003-1-4 19:59:33 | 显示全部楼层

Re: can't find curkeys.h, no such file

make 一下看看
发表于 2003-1-4 21:22:52 | 显示全部楼层
最初由 tram 发布

dselect

就能用了。


我做了dselect以后,选择apt的方法来更新(不确定是不是这么叫),总是有问题,说找不到相应的包,可我的source.list是从我的debian中拷过来的。不知道该怎么用了。:confused:
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表