[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [developers] Questions about mlterm
- To: Araki Ken <arakiken at users dot sf dot net>
- Subject: Re: [developers] Questions about mlterm
- From: Usama Akkad <uahello at gmail dot com>
- Date: Fri, 17 Sep 2010 19:14:10 +0300
- Cc: hicham dot haouari at gmail dot com, Development Discussions <developer at arabeyes dot org>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MsbGTxNHIl7YeBFeirePI5DWSJaitGlllD9AK2OEFpk=; b=g5BJA9uXJ6ax8bj7s4faTKoz3/6xrsL33Z3+KFTQO1H1Cab42t6wTOO2CkpnObv+yB ydcmewRjhTXZh8U0oATtODI2tohA4FBA+jITSC1RO0fiRZJ/qCxHeq5n/cKPS5IglsD/ Tttcj1LSvdO9/J2mbSGJ8+Xrw2C6/k9TotxKM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hFMgA68aXA4mfWmhQYuc04tCeOhSioVtSGWfSzIABsfKHqlFwhv5sQiJnZyQ80l/4Y Qd17iBXJKH42vy6AePkwE26OqCoQ5F/tsfI6VPhg/zmlPc2SqR6Hqz4BN3jhEbSEbR7f Z9nmRfzSEle658zAx349Cs+tlZUdBzEVG3tr8=
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 <arakiken at users dot sf dot net> wrote:
>
> Hi,
>
> From: Araki Ken <arakiken at users dot sf dot net>
> Subject: Re: Questions about mlterm
> Date: Sat, 10 Apr 2010 03:14:04 +0900 (JST)
> Message-ID: <20100410 dot 031404 dot 41652371 dot arakiken at users dot sf dot net>
>
> 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
> arakiken at users dot sourceforge dot net