[SCIM] skim 0.9.4 released

LiuCougar liucougar at gmail.com
Sat Aug 7 08:39:12 PDT 2004


It is confirmed that even with

gcc-3.3.4
qt-3.3.2
kde-3.2.3
scim-0.99.5

in slackware, skim can not be compiled.

anyone knows where slackware is so different?

On Fri, 6 Aug 2004 22:23:05 +0000, LiuCougar <liucougar at gmail.com> wrote:

> > can you guess what?!?! ;o)
> > I got the next problem in the same file. Attached it again...
> Fixed in CVS.
> Please replace line 217 in the file with
> if (uuids.find(factory->get_uuid ()) == uuids.end ()) {
sorry, but this line should look like this
if (uuids.find(QString::fromLatin1(factory->get_uuid ().c_str())) ==
uuids.end ()) {

this will fix the problem (I hope)

Regards,

-- 
"People's characters are strengthened through struggle against
difficulties; they are weakened by comfort."
- Old Chinese adage


More information about the scim mailing list