Re: [Vala] automake 1.11.1: unable to build vala project out-of-tree

2010-11-06 Thread Abderrahim Kitouni
Hi, في س، 06-11-2010 عند 18:46 +0300 ، كتب Andrey Borzenkov: > I'm trying to rebuild systemd > (http://www.freedesktop.org/wiki/Software/systemd) from GIT. It is > using several programs built using vala; in-tree build is OK, > out-of-tree build fails: Automake assumes the .c files

Re: [Vala] Chunking a file in multiple chunks

2010-11-06 Thread Guillaume Viguier
Hi, Thanks for all of this. It solved my problem. Guilluame Viguier-Just El sáb, 06-11-2010 a las 08:33 +0100, Jan Hudec escribió: > On Thu, Nov 04, 2010 at 20:24:21 -0500, Guillaume Viguier wrote: > > Hi, > > > > I'm totally new to the Vala language, so there might be something > > obvious I'm

[Vala] automake 1.11.1: unable to build vala project out-of-tree

2010-11-06 Thread Andrey Borzenkov
I'm trying to rebuild systemd (http://www.freedesktop.org/wiki/Software/systemd) from GIT. It is using several programs built using vala; in-tree build is OK, out-of-tree build fails: {pts/0}% LC_ALL=C make make all-am make[1]: Entering directory `/home/bor/build/systemd' make[1]: *** No rule to

Re: [Vala] Chunking a file in multiple chunks

2010-11-06 Thread Jan Hudec
On Thu, Nov 04, 2010 at 20:24:21 -0500, Guillaume Viguier wrote: > Hi, > > I'm totally new to the Vala language, so there might be something > obvious I'm missing. I'm trying to chunk a file into different chunks of > 500 k (in order to send it over the network) and then calculate its > md5sum (to

Re: [Vala] Do you think that re-use "web-based library" in client side framework?

2010-11-06 Thread Jan Hudec
On Tue, Nov 02, 2010 at 21:48:21 +0900, san hoi wrote: > I try to use python library in genie, (I choose simply process kick > aproach...) > and so I face two problem. > > 1. equivarent code in genie that os.poppen("python output_token_value.py") > 2. definition style infomation in genie (from py