[sylpheed-jp:10628] Re: Sylpheed 2.5.0rc released

"M.H" <[email protected]>
Newsgroups gmane.mail.sylpheed.general.japanese
Message-ID <[email protected]>
こんばんは、M.H です。

> # 具体的には GtkSpell 2.0.12 だったら LIBS に -laspell を追加し、
> # 2.0.13 以上だったら enchant の API を使うようになりました。
> 

元投稿者の方が、なんか取り込み中^^;みたいなので、
リビジョン 2022 を、
-- この下から
#!/bin/sh
pwd=$(pwd)
pkgname=sylpheed
version=2.5.0
svn=$(date +%Y%m%d)
svn_url=svn://sylpheed.sraoss.jp/sylpheed/trunk

if [ -d $pkgname-$version.$svn ]; then
  sudo rm -rf $pkgname-$version.$svn/
fi

svn checkout -r {$svn} $svn_url $pkgname-$version.$svn
if [ $? -eq  0 ]; then
  find $pkgname-$version.$svn/ -type d -name .svn -print0 | xargs -0r rm -rf
else
  exit 1
fi

sudo chown -R nobody:nobody $pkgname-$version.$svn

tar jcf "$pwd"/$pkgname-$version.$svn.tar.bz2 $pkgname-$version.$svn
if [ $? -eq  0 ]; then
  sudo rm -rf $pkgname-$version.$svn/
fi
-- この上まで
こんなスクリプトで tar玉にして、
tar jxf sylpheed-2.5.0.20080704.tar.bz2
cd sylpheed-2.5.0.20080704
./autogen.sh
./configure --prefix=/usr
で、gtkspell-2.0.12, gtkspell-2.0.13 両方の環境でmakeして試してみました。

gtkspell-2.0.12の場合は、今まで通り?うまく動作しているのですが、
gtkspell-2.0.13の場合は、
** (sylpheed:27571): CRITICAL **: enchant_broker_request_dict: assertion `tag && strlen(tag)' failed
こんなエラーが出ることがあって、どうも言語の指定の処理がバグってるっぽい雰囲気です。

私の環境が悪いのかも知れないので、もう少し様子を見てみます。


Thanks!
  -M.H
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.