tbr521200873 / scim-googlepinyin

Automatically exported from code.google.com/p/scim-googlepinyin
1 stars 0 forks source link

needs to add dependency packages to INSTALL file #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run autogen.sh
2. type ./configure
3.

What is the expected output? What do you see instead?

hecking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 2250: AM_GLIB_GNU_GETTEXT: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SCIM... configure: error: Package requirements (scim >= 1.4.0)
were not met:

No package 'scim' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SCIM_CFLAGS
and SCIM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

media@media-server:/tmp/scim-googlepinyin$ echo $SCIM_LIBS

What version of the product are you using? On what operating system?
ubuntu jantu 9.04

Please provide any additional information below.

Original issue reported on code.google.com by larry1c...@gmail.com on 31 Aug 2009 at 12:31

GoogleCodeExporter commented 8 years ago
hi larry,

you need to install libscim-dev beforehand. on debian, the package is named
libscim-dev. i believe ubuntu provides the same package. 

Original comment by tchai...@gmail.com on 31 Aug 2009 at 1:36

GoogleCodeExporter commented 8 years ago
hi, thanks.
I solved the configure problem but now when i tried to compile I received the
following. Note that I applied the patch that somebody posted in a different 
thread.
thanks,

make[2]: Leaving directory `/home/lchan/scim/scim-googlepinyin/src'
Making all in data
make[2]: Entering directory `/home/lchan/scim/scim-googlepinyin/data'
make[2]: *** No rule to make target `../src/data/dict_pinyin.dat', needed by
`all-am'.  Stop.
make[2]: Leaving directory `/home/lchan/scim/scim-googlepinyin/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lchan/scim/scim-googlepinyin'
make: *** [all] Error 2

Original comment by larry1c...@gmail.com on 31 Aug 2009 at 4:01

GoogleCodeExporter commented 8 years ago
resolved after installing: sudo apt-get install git-core libtool scim-dev

thanks.

Original comment by larry1c...@gmail.com on 2 Sep 2009 at 1:06

GoogleCodeExporter commented 8 years ago
how did you resolve the second problem just like :

make[2]: Leaving directory `/home/lchan/scim/scim-googlepinyin/src'
Making all in data
make[2]: Entering directory `/home/lchan/scim/scim-googlepinyin/data'
make[2]: *** No rule to make target `../src/data/dict_pinyin.dat', needed by
`all-am'.  Stop.
make[2]: Leaving directory `/home/lchan/scim/scim-googlepinyin/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lchan/scim/scim-googlepinyin'
make: *** [all] Error 2

what is your way?

ps:git-core libtool scim-dev installed.

Original comment by amoiz.sh...@gmail.com on 4 Sep 2009 at 5:23

GoogleCodeExporter commented 8 years ago
hi amoiz.shine,

could you clone/pull again from the git repo? the building failure is believed 
to be
fixed in latest version.

Original comment by tchai...@gmail.com on 4 Sep 2009 at 6:26

GoogleCodeExporter commented 8 years ago
YES! download the lastest tarball from git repository,Error has gone.

thanks a lot.

Original comment by amoiz.sh...@gmail.com on 5 Sep 2009 at 9:12