> $ valac --save-temps --pkg gtk+-2.0 test.gs > /usr/home/niko/Desktop/test/Genie/test.c: In function '_lambda0_': > /usr/home/niko/Desktop/test/Genie/test.c:84: error: 'slider' undeclared > (first use in this function) > /usr/home/niko/Desktop/test/Genie/test.c:84: error: (Each undeclared > identifier is reported only once > /usr/home/niko/Desktop/test/Genie/test.c:84: error: for each function it > appears in.) > error: cc exited with status 256 > Compilation failed: 1 error(s), 0 warning(s) > > Any idea ? >
Since I hit that one myself yesterday ;) You're using a local variable in a lambda expression. This is not yet supported. _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
