Yeah. Last commit from earada added this bug. Its fixed on git now. Feel free to blame him. It was just a silly one line fix.
On Jul 22, 2013, at 4:26, Adam Pridgen <[email protected]> wrote: > Hello, > > I just pulled the latest master branch, and I am getting the following build > errors for the r2-bindings: > > _core_wrap.cxx: In function 'bool RDebug_map_alloc(RDebug*, RDebugMap*)': > r_core_wrap.cxx:8199:37: error: invalid conversion from 'RDebugMap* {aka > r_debug_map_t*}' to 'long long unsigned int' [-fpermissive] > return r_debug_map_alloc(self, map); > ^ > r_core_wrap.cxx:8199:37: error: too few arguments to function 'RDebugMap* > r_debug_map_alloc(RDebug*, long long unsigned int, int)' > In file included from r_core_wrap.cxx:3234:0: > ../../libr/include/r_debug.h:257:18: note: declared here > R_API RDebugMap *r_debug_map_alloc(RDebug *dbg, ut64 addr, int size); > > > I am building on Ubuntu Saucy with Linux 3.10.0-2-generic x86_64. Is anyone > else having problems? Thanks, > > -- Adam > _______________________________________________ > radare mailing list > [email protected] > http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
