Hi Araki, I was really happy when I saw the screen shot. It is really a good step forward.
But, me and some of my friend were not able to do the trick. here is the details: On Fedora 13 we couldn't build. There was an error at the end of Mlterm building. kik_pty_streams.c: In function ‘kik_pty_fork’: kik_pty_streams.c:130: error: ‘I_PUSH’ undeclared (first use in this function) kik_pty_streams.c:130: error: (Each undeclared identifier is reported only once kik_pty_streams.c:130: error: for each function it appears in.) make[2]: *** [kik_pty_streams.o] Error 1 make[2]: Leaving directory `/home/m1/mlterm/kiklib/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/m1/mlterm/kiklib' make: *** [all] Error A Fedora expert guy called Hicham was able to build it on Fedora but he got the same error I got on Ubuntu after successful building and running gnome-terminal, gnome-terminal : symbol lookup error : gnome-terminal: undefined symbol: vte_terminal_erase_binding_get_type Regards, On Thu, Sep 16, 2010 at 1:46 PM, Araki Ken <[email protected]> wrote: > > Hi, > > From: Araki Ken <[email protected]> > Subject: Re: Questions about mlterm > Date: Sat, 10 Apr 2010 03:14:04 +0900 (JST) > Message-ID: <[email protected]> > > arakiken> uahello> 5.are you willing to get paid to add embedding support to > mlterm. > arakiken> > arakiken> I think it is interesting, but at present I can't promise anything > about it. > > I commit changes which support libvte api which wrapps mlterm functions > to hg repository of sf.net, though it is not fully implemented yet. > Please test it as follows. > > * Checkout hg repository of sf.net. > * Install vte headers to your system. > * Build > $ ./configure --enable-fribidi ... > $ make ; cd gtk ; make > * Install (Replace official libvte) > $ cp gtk/.libs/libvte.so.9.0.0 [where official libvte is installed] > $ ln -sf libvte.so.9.0.0 [where official libvte is installed]/libvte.so.9 > * Start gnome-terminal or roxterm etc > > (Snapshot) > http://mlterm.sf.net/gnome-terminal.JPG > > (Note) > * Configuration of ~/.mlterm/* are applied in startup. > > (Tested environment) > * gtk+ 2.18.9 / vte 0.22.5 / roxterm 1.18.5 > * gtk+ 2.10.4 / vte 0.14.0 / gnome-terminal 2.16.0 > --- > Araki Ken > [email protected] _______________________________________________ Developer mailing list [email protected] http://lists.arabeyes.org/mailman/listinfo/developer

