| View previous topic :: View next topic |
| Author |
Message |
ljy n00b

Joined: 31 Aug 2008 Posts: 3
|
Posted: Sun Sep 07, 2008 5:36 am Post subject: [solved] can not install scim-anthy and scim-pinyin |
|
|
Anybody can help me?
im-1.0 -lscim-x11utils-1.0 -lX11 -lscim-1.0
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lscim-kdeutils
collect2: ld returned 1 exit status
scons: *** [src/libskim.so.0.1.0] Error 1
scons: building terminated because of errors.
*
* ERROR: app-i18n/skim-1.4.5 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2911: Called die
* The specific snippet of code:
* CFLAGS="${CXXFLAGS}" ./scons ${sconsopts} || die
* The die message:
* (no error message)
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/environment'.
*
* Messages for package app-i18n/skim-1.4.5:
*
* ERROR: app-i18n/skim-1.4.5 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2911: Called die
* The specific snippet of code:
* CFLAGS="${CXXFLAGS}" ./scons ${sconsopts} || die
* The die message:
* (no error message)
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/environment'.
*
Last edited by ljy on Tue Sep 09, 2008 9:12 am; edited 3 times in total |
|
| Back to top |
|
 |
nixnut Administrator


Joined: 09 Apr 2004 Posts: 10459 Location: the dutch mountains
|
Posted: Mon Sep 08, 2008 3:31 pm Post subject: |
|
|
Moved from Installing Gentoo to Desktop Environments.
desktop stuff, so moved here _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
| Back to top |
|
 |
pirata n00b

Joined: 13 Sep 2004 Posts: 51 Location: Peru
|
Posted: Mon Sep 08, 2008 10:57 pm Post subject: |
|
|
I found another post that linked to a bug that said to do
| Code: |
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild clean
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild compile (fails the 1st time)
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild compile (works the 2nd)
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild merge
|
worked for me |
|
| Back to top |
|
 |
ljy n00b

Joined: 31 Aug 2008 Posts: 3
|
Posted: Tue Sep 09, 2008 8:08 am Post subject: |
|
|
| pirata wrote: | I found another post that linked to a bug that said to do
| Code: |
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild clean
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild compile (fails the 1st time)
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild compile (works the 2nd)
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild merge
|
worked for me |
thank you very much, i installed it successfully!!!
but i got another problem, i can not open the scim input window
i installed scim-anthy and scim-pinyin and then,
i start scim with "scim -d" , although i click the scim input method, i can not open the scim input window.. |
|
| Back to top |
|
 |
ljy n00b

Joined: 31 Aug 2008 Posts: 3
|
Posted: Tue Sep 09, 2008 9:14 am Post subject: |
|
|
| ljy wrote: | | pirata wrote: | I found another post that linked to a bug that said to do
| Code: |
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild clean
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild compile (fails the 1st time)
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild compile (works the 2nd)
#ebuild /usr/portage/app-i18n/skim/skim-1.4.5.ebuild merge
|
worked for me |
thank you very much, i installed it successfully!!!
but i got another problem, i can not open the scim input window
i installed scim-anthy and scim-pinyin and then,
i start scim with "scim -d" , although i click the scim input method, i can not open the scim input window.. |
i solved by google
vi /etc/profile
# SCIM
export XMODIFIERS='@im=SCIM'
export GTK_IM_MODULE="scim"
export XIM_PROGRAM="scim -d"
export QT_IM_MODULE="scim"
scim -d |
|
| Back to top |
|
 |
|