[Vala] Avail : Vala 0.18.0, GTK 3.6, Glade 3.14

2012-10-26 Thread Raum
Have fun http://linbox.free.fr/cross-compile/index.php or directly http://linbox.free.fr/cross-compile/binaries/packages/ It seems all is running without crash I'll add how to use my "install" and "compile" scripts later ;) (check http://linbox.free.fr/cross-compile/binaries/install/ et

Re: [Vala] help with java to vala

2012-10-26 Thread bsquared
On 10/25/2012 09:24 PM, Calvin Walton wrote: > On Thu, 2012-10-25 at 13:00 -0700, bsquared wrote: >> I attempted a simple test using this: >> 8< >> private static const Set STATIC_SET; >> static construct { >> STATIC_SET = new

Re: [Vala] help with java to vala

2012-10-26 Thread mar...@saepia.net
What exactly do you want to achieve by making it const? m. 2012/10/26 Calvin Walton : > On Thu, 2012-10-25 at 13:00 -0700, bsquared wrote: >> I attempted a simple test using this: >> 8< >> private static const Set STATIC_SET; >> static