Oh cool thanks guys.  I looked at the fixes in the commit.  I wanted to try
and fix it, but I was not entirely sure how the bindings were generated
with swig, so I figured it might be best to ask for help :)


On Mon, Jul 22, 2013 at 10:08 AM, Eduardo de la Arada <[email protected]>wrote:

>  You are right, I forgot the vapis (I always do), I'm sorry. I don't know
> why radare's automated test system didnt catch it.
>
>
> 2013/7/22 pancake <[email protected]>
>
>> 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
>>
>
>
> _______________________________________________
> 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

Reply via email to