[openi18n-im:01596] Re: 'im-sdk/branches/exp-remake-hotkey-impl' branch
AShiZaWa KaZuNoRi <[email protected]> Thu, 18 May 2006 13:58:20 +0900 (JST)
| Newsgroups | gmane.comp.internationalization.input-methods |
|---|---|
| Message-ID | <[email protected]> |
Hi Abe san, Thank you for your quick fix. The error I've noticed was fixed by your changes. Bad news is that I found the other compile error in SuperHotkeyProfile.cpp. I edited Makefile to exclude this file, and no other fatal compile error is found, so I assume that this would be the last. Would you also fix this problem? source='SuperHotkeyProfile.cpp' object='SuperHotkeyProfile.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ CC -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -DXMLCONFDIR="\"/etc/iiim\"" -DSOCKETDIR="\"/var/run/iiim\"" -DSEGVLOGGER="\"/usr/libexec/iiimf-segv-logger\"" -g -I../include -I../../include/iml -I../../include/iiimp -I. -I../../include -DARCH=\"i386\" -DHAVE_CONFIG_H -DSunOS -Dsun -DSVR4 -D_XPG5 -DUSE_XSUNIM_ADAPTER -mt -D_REENTRANT -g -c -o SuperHotkeyProfile.o SuperHotkeyProfile.cpp "../../include/iml/SunIMMthd.h", line 444: Warning: Identifier expected instead of "}". "SuperHotkeyProfile.cpp", line 114: Error: Could not find a match for std::set<IMKeySpec, IMKeySpecComp, std::allocator<IMKeySpec>>::set(std::list<IMKeySpec>::const_iterator, std::list<IMKeySpec>::const_iterator) needed in SuperHotkeyProfile::init(const std::list<IMKeySpec>&, const std::list<IMKeySpec>&, const char*). 1 Error(s) and 1 Warning(s) detected. make[4]: *** [SuperHotkeyProfile.o] Error 1 Regards, -- kasha Date: Wed, 17 May 2006 18:09:53 +0900 From: [email protected]: > Date: 2006/05/17 15:22:10, > Subject: "[openi18n-im:01594] Re: 'im-sdk/branches/exp-remake-hotkey- > impl' branch", > AShiZaWa KaZuNoRi <[email protected]> wrote: > > Unfortunately, the code does not compile on Solaris with Sun > > Studio 11 C compiler with following error messages. > ... > > Sorry, I am not aware of that problem, > because I can compile it gcc 4.0.2 on Fedora core4. > > I think that the problem is a kind of template instantiate. > I have fixed the problem(, maybe). > > > > This feature can (or should) be discontinued with the existence > > of improved iiim-properties implementation, I think. > > > > Have you ever tried iiim-properties in trunk head? It can > > configure a set of input methods to be used by individual users. > > Then selected input methods are listed for further selection. > > All tricks are implemented in client side, and no server > > involvements are required. > > Language selection super hotkey is going to be discontinued. > OK, I understand. > > I will check out iiim-properties. > > -- > Kenji ABE <[email protected]> > "There is always one more bug." > [Lubarsky's Law of Cybernetic Entomology]