Javacym / liblunar

Automatically exported from code.google.com/p/liblunar
1 stars 0 forks source link

Compile error in trunk #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://liblunar.googlecode.com/svn/trunk/ liblunar
2. cd liblunar/
3. ./autogen.sh --prefix=/usr
4. make

$ make
make  all-recursive
make[1]: Entering directory `/home/yanghong/Downloads/liblunar'
Making all in po
make[2]: Entering directory `/home/yanghong/Downloads/liblunar/po'
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
zh_CN.po:474: duplicate message definition...
zh_CN.po:226: ...this is the location of the first definition
/usr/bin/msgfmt: found 1 fatal error
make[2]: *** [zh_CN.gmo] Error 1
make[2]: Leaving directory `/home/yanghong/Downloads/liblunar/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yanghong/Downloads/liblunar'
make: *** [all] Error 2

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

get compiled;)

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

svn trunk

Please provide any additional information below.

Original issue reported on code.google.com by gnom...@gmail.com on 6 Mar 2008 at 9:14

Attachments:

GoogleCodeExporter commented 8 years ago
ok, use r39 or tags/liblunar-0.2.6 please.

Original comment by yet...@gmail.com on 14 Mar 2008 at 3:00