kun joined:
2008-04-23 posted:
3 promoted: 0 bookmarked: 0
| 1 | subject:
有問題請教!!!! |
0
0 | 2008-04-23 | quote | | |
請問有人遇到過相同情形,或知道怎解決嗎?
O.S.:redhat enterprise as4
我在安裝gcin-1.3.9.tar.bz , 亦或gcin-1.2.5.tar.bz
都有相同情形,我試著安裝libqt3-devel的rpm 套件都無法成功。
希望有好心人幫幫忙 教我一下!!!
[root@1-2 ~]# cd gcin-1.2.5
[root@1-2 gcin-1.2.5]# ./configure
prefix: /usr/local... Testing
gtk+-2.0 : found.
testing if you h ave QT_IM_MODULE dir:/usr/lib/qt3/plugins/lib/inputmethods suppo rt
testing if you have QT_IM_MODULE dir:/usr/lib/qt4/plugins/lib/inputmethods suppo rt
-> No, you don't have
|
eliu
joined:
2007-08-09 posted:
11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
那需要 QT3 patch for IM module,我不知道 redhat AS 有沒有。QT4 目前 gcin 還不支援。
其實不要理 那個 'No you don't have' 的訊息應該也可以 compile,gcin 用 XIM 也可以。
edited: 1
|
kun joined:
2008-04-23 posted:
3 promoted: 0 bookmarked: 0
|
謝謝大大們,問題已解決了
之前太執意"No you don't have"這段文字了
反正直接make 就好了
但為何我只能compile到gcin-1.2.8.tar.bz2
到 gcin-1.2.9.tar.bz2 以上版本就不行了…
|
kun joined:
2008-04-23 posted:
3 promoted: 0 bookmarked: 0
|
[root@AC901-3 gcin-1.3.9]#make
.
.
/root/gcin/gcin-1.3.9/tray.c:294:
undefined reference to `pango_layout_get_font_description'
collect2: ld returned 1 exit status
gmake[4]: *** [gcin] Error 1
gmake[4]: Leaving directory `/root/gcin/gcin-1.3.9'
gmake[3]: *** [im-srv.a] Error 2
gmake[3]: Leaving directory `/root/gcin/gcin-1.3.9/im-srv'
make[2]: *** [im-srv/im-srv.a] Error 2
make[2]: Leaving directory `/root/gcin/gcin-1.3.9'
gmake[1]: *** [libXimd.a] Error 2
gmake[1]: Leaving directory `/root/gcin/gcin-1.3.9/IMdkit/lib'
make: *** [IMdkit/lib/libXimd.a] Error 2
[root@AC901-3 gcin-1.3.9]#
衷心感謝~~
|
eliu
joined:
2007-08-09 posted:
11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
可以修改 tray.c,把有 pango_layout_get_font_description 的這一行拿掉
不過 tray font size 好像會不對,應該還是可以用。
|