I have recently commited some new work on the WAF port on radare and seems that after some changes in the build process of radare I can maintain both acr/make and waf easily without having to do weird things.
The waf port help me to identify some dead code and split the parts of the core into static libraries in an easy way. So currently you can use waf to build radare with/out debugger and readline. There's not yet support for the gui or the vala stuff, but i'll do it asap. So waf kicks everything in performance: In my box: $ time (./configure --prefix=/usr --without-gui --without-vala --without-usb-sniffer && make ) real 0m21.263s user 0m11.849s sys 0m2.564s $ time (./waf configure && ./waf) real 0m10.530s user 0m11.489s sys 0m2.164s so..waf rocks :P there's no waf install yet so, it needs some more work, but im really happy with it and I encourage you to use it and start testing the port. --pancake _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
