Radare build does not actually use Vala. But radare does shellout to valac. See libr/lang/p/vala.c
You can also build your own analyses in Vala outside radare and link radare's libs. -- Edd Barrett Excuse my top-post, I'm mailing from my phone. On Jul 5, 2011 4:49 PM, "Antoine Jacoutot" <[email protected]> wrote: > On Tue, 5 Jul 2011, Edd Barrett wrote: > >> On Mon, Jul 04, 2011 at 11:59:23AM +0000, Jona Joachim wrote: >> > Looks like you need a RUN_DEPENDS on nasm: >> >> Thanks! Fixed. >> >> Attached is an update from todays hg with more bugfixes (thanks >> upstream) the vala API enabled as a MULTI_PACKAGE. > > I'm pretty sure you don't need that. You can put all the vala stuffs > into the main package and only build depends on vala, not run_depends. > > -- > Antoine
