Re: [Vala] array_length_type in CCode attribute should be applied to everything.

2012-06-16 Thread Tal Hadad
If it _actually_ applies to something else, feel free to change the wiki. I do believe to what said in the wiki, so I'm not gonna change it and you must get me wrong. I ask not why wiki said so, I ask why Vala do so? Why Vala doesn't apply it for parameters, properties and delegates? Tal

[Vala] A lexer for Code::Blocks

2012-06-16 Thread Leszek Godlewski
Hey everyone, In case anyone here is not satisfied with Valide and MonoDevelop, but likes Code::Blocks, I've put together a Vala lexer for the latter. Unfortunately, it only provides syntax colouring - no code completion (I don't think that can be added without going deep into Scintilla

[Vala] Cross-compiling with MinGW

2012-06-16 Thread Leszek Godlewski
Hey all, I'm on Debian, trying to cross-compile my Vala code using MinGW (gcc-mingw-w64 package) like this: CC=i686-w64-mingw32-gcc valac --pkg gtk+-3.0 --pkg cairo --pkg pango --pkg gee-1.0 -g --save-temps -o foo bar.vala However, the compiler complains about the unix-style pthread linking

Re: [Vala] Cross-compiling with MinGW

2012-06-16 Thread Evan Nemerson
On Sun, 2012-06-17 at 00:33 +0200, Leszek Godlewski wrote: Hey all, I'm on Debian, trying to cross-compile my Vala code using MinGW (gcc-mingw-w64 package) like this: CC=i686-w64-mingw32-gcc valac --pkg gtk+-3.0 --pkg cairo --pkg pango --pkg gee-1.0 -g --save-temps -o foo bar.vala