Awesome. Builds with no problem on my x86_64 and for the most part, I got everything to build on the Mac. WRT to the Mac, I had to tweak a few things, and I am not sure what the root cause was.
Tweaks: 1) in src/plug/io/libgdbwrap/gdbwrapper.c: added type definitions for u_short and u_int I am not sure if this is related to the issue below, because this was fixed first. I simply added typedef statements for the required work. 2) in global.h: added #define __darwin__ True The proper OS definition does not appeared to be used. The system is recognized as DARWIN, but this is not translated into __darwin__ which is used in the #if/#endif on lines 38-46 in src/cons.c. Without this modification, I was getting the msg: "error: initializer element is not constant" on line 44. This is how I was able to figure out the issue with definitions. Great work guys. I feel bad for being a freeloader. Cheers, dsoftware
_______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
