Welcome to my testing room.

(转)linux下安装eva qq configure 错误...

上一篇 / 下一篇  2008-10-20 10:56:11 / 个人分类:Debian configure

$ sudo aptitude install scim-qtimm 解决eva 下无法使用 scim输入法的问题
#UW3j]*s&m:@fv0 (1)51Testing软件测试网$neycq
sudo ./configure --prefix=/usr 51Testing软件测试网8Up {'{7U)}_W7k
之后出现一下错误:
Y NF6X\*ARI0 checking how to run the C++ preprocessor... /lib/cpp
\;Ll3Ckw/k~I0 configure: error: C++ preprocessor "/lib/cpp" fails sanity check51Testing软件测试网,c9tL.F%~M/a%zP
See `config.log' for more details.
7J f9]{1Eh4u4j X m\0 解决办法: sudo aptitude install build-essential 51Testing软件测试网4N'o~ro
(2)
*} nYsI|(rA-W0 checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!51Testing软件测试网|"n7WV,O#m8XaL
解决办法: sudo aptitude install libx11-dev xorg-dev
bDYV$gb-]K.{$]P0 (3)
]B}O m6[0 checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!51Testing软件测试网[3KY5OI
解决办法: sudo aptitude install qt3-apps-dev 51Testing软件测试网.i,b}-Jd2|4sq
(4)
C] ^G_,e8R1gI0 checking for KDE... configure: error:51Testing软件测试网3I&B*f'K7M2CZ^7N&z
in the prefix, you've chosen, are no KDE headers installed. This will fail.
|B ]z#j$U:sd5R}0 So, check this please and use another prefix!51Testing软件测试网 BT T T;Wi
解决办法:   sudo aptitude install kdebase-dev 51Testing软件测试网e,t?B(O J-CX

k-Y|$R}C'o$E7Dv0
./configure错误全搞掂
Tuesday, April 17, 2007, 06:50 PM
错误: C compiler cannot create executables
JjL8T9aPv0 原因:51Testing软件测试网Uo4a\gi
解决:sudo apt-get gcc libc6-dev51Testing软件测试网C5_F$zRVzc1J
51Testing软件测试网MBt"Fy`ps}
错误:checking for C compiler default output... configure: error: C compiler cannot create executables
K a:Fsn7pG q| O0 原因:
o;Vm*o3a9JZb0 解决:sudo apt-get install libc6-dev
p~1u2b&Z-K J2S0
7\'U*jo1QE%kA/U?#U0 错误:configure: error: C++ preprocessor "/lib/cpp" fails sanity check51Testing软件测试网,~of6| `"Toli
原因:gcc的组件没装全51Testing软件测试网6B!Ucf4W.MB%s
解决:apt-get install build-essential51Testing软件测试网/F?/Gyq-f

+n3\!Gb-i8O5q0 错误: Can't find X includes. Please check your installation and add the correct paths!51Testing软件测试网 ^ r {!r9W(vW+[
原因:没有X的包含文件51Testing软件测试网"Z?!f6S4~#MV
解决:sudo aptitude install libx11-dev xorg-dev51Testing软件测试网z8_X9_.L;g%~ d(E

F#b4G8S;Wf*j0 错误: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
2vIw3Qn0 原因:查找提供qt的lib&&headers的软件包,并安装之51Testing软件测试网Sd:uH8j!hj
解决:apt-get install libqt3-headers libqt3-mt-dev
v_.j/I6@!K"|0
X7z&|w B0 错误:in the prefix, you've chosen, are no KDE headers installed. This will fail.51Testing软件测试网`Nl d:Kc
So, check this please and use another prefix!51Testing软件测试网.Zg3fm9Z.agZ'XW
原因:install a KDE application in a Gnome environment。
pL1iH'B-G:Z q0 解决:which basically means its going to want to install a lot of KDE specific packages to work. This 'configure:error'
u!b_2H7uG;Dv@0 is due to it expecting you to be running KDE and again refers to some 'headers'.51Testing软件测试网N9~8s{c-kP;Do
sudo apt-get update51Testing软件测试网~:~ ` }!V+dj
sudo apt-get install kdelibs4-dev kdelibs4c2a51Testing软件测试网V'|JEK2J0L]

nQ\4?}L0 错误:./admin/cvs.sh: 585: autoconf: not found51Testing软件测试网K X#[(jp'IqQFq
原因:51Testing软件测试网Y#P:BP-h;L!L/{ ^
解决:apt-get install autoconf
(l0czyDA0
?9Fha*J(_5XI%_ s0 错误: *** GTK >= 2.4.0 not installed! ***
?"Bl%F;S%{ R0 原因:没装GTK51Testing软件测试网2_J#~6]U-h9R
解决:apt-get build-dep gedit51Testing软件测试网*SH:K4|.x'Y
51Testing软件测试网6jC7t9F#] j_Ct
错误:heching for gtk-config... no51Testing软件测试网^ i ZY3W
checking for GTK - version = 1.2.0... no
8^yWJ,[s0 *** The gtk-config scrīpt installed by GTK could not be found51Testing软件测试网KA\[w:i&e
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
-O1M,Z1i%P0T7Q2Ro0 *** your path, or set the GTK_CONFIG enviroment variable to the51Testing软件测试网*kd7}ffNGwF#S
*** full path to gtk-config.51Testing软件测试网rUA'p6jZ$MGrZ
configure: error: Cannot find GTK: Is gtk-config in path?
5@2?o+p1x g0 原因:51Testing软件测试网_'sJ oOP$v
解决:sudo apt-get install libgtk1.2-dev
$~ vdm c6M,F-e0
g(KK'nC)b/r2F0 问题:eclipse中encoding不支持中文51Testing软件测试网s[$Q YZ$Hz9q"r-R
解决:编辑/var/lib/locales/supported.d/local,加一行zh_CN.GBK GBK,执行sudo locale-gen51Testing软件测试网6A1s9}s|V5}|c8M

dzI8Q-J6W#P*]0 错误:gnome.h: No such file or directory51Testing软件测试网c#Oce\@g
51Testing软件测试网;A |6sxC{
错误: No package 'libpanelapplet-2.0' found51Testing软件测试网H Ad@p2p6XcA
原因:51Testing软件测试网(vQShb6Q3|5x5N m
解决:sudo apt-get install gnome-panel51Testing软件测试网3h&H^:I![EWHEP*bI*V

mLKsS0 问题:eva不弹出输入法
6y9K{f;u3z$n0 解决:sudo apt-get install scim-qtimm
lrkY5s:l7e0 51Testing软件测试网9]J L$d2_
问题:No package 'gtk+-2.0' found
|#r3] P'D0 No package 'gtksourceview-1.0' found
*pZ7KJn1K*x!{(u IV0 No package 'libgnomeui-2.0' found51Testing软件测试网&m M]9c#sD0r
No package 'libglade-2.0' found
I&{J&o;E/g l/J0U0 No package 'libgnomeprintui-2.2' found
_.H W!e!i&U1s^h]S0 解决:sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev
(BSk;lYpE@(k1T0{t!F0 51Testing软件测试网ja)SU j2F3l
问题:No package 'libpanelapplet-2.0' found
(Uo,[u_2`)Qh:u7]+b2^0 解决:sudo apt-get install libpanelappletmm-2.6-dev

TAG:

 

评分:0

我来说两句

日历

« 2024-01-21  
 123456
78910111213
14151617181920
21222324252627
28293031   

数据统计

  • 访问量: 30025
  • 日志数: 54
  • 图片数: 1
  • 建立时间: 2008-10-20
  • 更新时间: 2010-01-13

RSS订阅

Open Toolbar