[Vala] debugging symbols when compiling in two stages

2016-09-20 Thread rastersoft
Hi all: I'm using CMAKE to build my vala binaries, and found something odd: if I compile a binary directly with "valac -g ...", it contains a lot of debug info; but if I compile it with "valac -g -C ...", and then use "gcc -g ..." to create the binaries (which is what my CMAKE scripts do), there

Re: [Vala] spawn like a terminal

2016-09-20 Thread rastersoft
Hi: Finally I just used a VTE widget, launching the binary directly inside, or injecting text with feed(). El 20/09/16 a las 02:20, Nor Jaidi Tuah escribió: >> It seems that pipetty from https://github.com/kilobyte/kbtin does >> what >> you want, take a look and try to port it to vala. >> > If