From: Usama A. <ua...@gm...> - 2010-10-15 13:00:18
|
Hi, Thank you for your efforts. I got some errors in building this time after getting the latest build. In Mlterm folder: ### gcc -I../../kiklib/include -g -O2 -c main.c main.c: In function ‘write_argv’: main.c:105: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:109: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:119: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:125: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:132: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:136: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:144: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:148: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c: In function ‘main’: main.c:222: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:241: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:243: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result gcc -o mlclient main.o cp mlclient mlclientx make[1]: Leaving directory `/home/tester01/mlterm/tool/mlclient' In gtk folder: ### gcc: ../xwindow/.libs/x_imagelib_none.o: No such file or directory make: *** [libvte] Error 1 There was no libvte.so.9.0.0 in mlterm/gtk/.libs/ at the end. في Fri، 15-10-2010 عند 02:30 +0900 ، كتب Araki Ken: > Hi, > > Thanks for your testing. > > From: Usama Akkad <ua...@gm...> > Subject: Re: [Mlterm-dev-en] Questions about mlterm > Date: Mon, 04 Oct 2010 22:06:44 +0300 > Message-ID: <1286219204.20495.6.camel@tester01-laptop> > > uahello> > uahello> When I run Synaptic Package Manager it crashes, Synaptic shows output > uahello> > uahello> from terminal just after downloading the packages, the error in > uahello> > uahello> terminal was: > uahello> > uahello> ##### > uahello> > uahello> synaptic: symbol lookup error: synaptic: undefined symbol: vte_reaper_get > uahello> > uahello> ##### > uahello> > > uahello> > I added dummy vte_reaper_get function. > uahello> > > uahello> > Please test hg current source. > uahello> > uahello> Synaptic keeps crashing with the same error message > > In my Ubuntu 10.04 synaptic partially works with mlterm-libvte. > Please test hg current source. > (Be sure to do 'make clean' and re-configure in advance because > Makefile.in and configure script are also changed.) > --- > Araki Ken > ara...@us... |