Re: Term widget



Grizzly(Francis Smit) wrote:
> Grizzly(Francis Smit) wrote:
>   
>> Krzesimir Nowak wrote:
>>   
>>     
>>> On Mon, 2009-03-02 at 22:33 +1100, Grizzly(Francis Smit) wrote:
>>>   
>>>     
>>>       
>>>> Hi
>>>>    many programs like anjuta embed a terminal in a GUI app, 
>>>> my question is is there a gnome-terminal widget or similar,
>>>> and if so has it been wrapped for C++
>>>>
>>>>     
>>>>       
>>>>         
>>> That widget is vte and there's no official C++ wrapper for it. I made a
>>> wrapper for vte 0.16.14 and you can download sources from
>>> http://wips.pl/~kudi . Now I'm working on documentation to be
>>> installable, and after making it work I plan to wrap 0.17.4 version of
>>> vte.
>>>
>>> I'll have to put it on sourceforge or somewhere, so anybody could
>>> checkout sources instead of downloading them from a low-bandwith server.
>>>
>>> Sorry from double posting, used wrong mail in previous one.
>>>
>>> Krzesimir Nowak
>>>   
>>>     
>>>       
>> thank you very much, by the way could you give me some sample code of it
>> in use and or
>> point me to some documentation thanks in advance
>>
>>   
>>     
> I  tried the following
> m_term = Gtk::manage(new Vte::Terminal());
> //m_term = new Vte::Terminal();
> m_vpaned1->add2(*dynamic_cast<Gtk::Widget*>(m_term));
> and I get the following error:
>
>
>   36: undefined reference to `Vte::Terminal::Terminal()'
>
>
>   
I've worked out that this is a link error how do I tell anjuta/configure
etc. where to find the .so file



-- 
  In my life God comes first.... but Linux is pretty high after that :-D
Grizzly(Francis Smit)
http://www.geekcode.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GM/CS/P/PA d- s+:+> a+>? C++++ UL++++@ P+ L+++ E--- W+++ N+(++) K w--- M-- V-- PS(+) PE(-) Y+(++) PGP++ t+(++) 5 X- R- tv b+++(++++) DI(--) D G e++(+++) h-- r- y-
------END GEEK CODE BLOCK------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]