Re: [Vala] problem with posix profile

2009-10-27 Thread Sergi Alvarez
Yep, the posix profile is experimental and work in progress, I have submitted some patches for it, because I find it interesting for many situations where you dont want to depend on G* stuff, but it lacks many language features. Actually the posix profile is just a subset of the glib one. Feel

[Vala] problem with posix profile

2009-10-26 Thread Barry Kauler
As always, as a guy with assembly, C and Bash programming background only, I hope that I'm not asking a dumb question... I understand that posix profile compiles code without glib/gobject dependency, but I found some simple examples do not compile. For example, this one in Genie syntax: init