[Vala] vala+automake bug?

2012-07-30 Thread Nor Jaidi Tuah
Dear all, My project (pasang-emas.sourceforge.net) uses automake, using AM_PROG_VALAC macro in the configure.ac file. It uses functions from Math (Math.sin, Math.hypot etc). Recently, one user complains that upon issuing './configure' and 'make', he got the following error: /usr/bin/ld: note: 'h

[Vala] Valabind and nodejs

2012-07-30 Thread pancake
I know there's node-gir, but vala can also bind nonglib libraries. I'm finishing some stuff in the valabind project (python bindings are not working after some changes) before the release. But the good news is that the current state of valabind (github/radare/valabind) supports nodejs bindings

[Vala] Libuv bindings

2012-07-30 Thread pancake
As far as vala supports async and lambdas/closures how hard would be to have it as a backend (instead of posix, glib..) because afaik it replaces lot of functionalities from those libraries. I read once there was plans to modularize the backends of vala as plugins, so supporting objc or c++ sho