Hi, On Sun, Nov 16, 2008 at 2:52 PM, pancake <[EMAIL PROTECTED]> wrote: > I have applied the patches Nibble sent me fixing the issues with the > disassembler > for intel. > > Now the mercurial repository is using udis86 1.7 and asm.pseudo is still > working :) > > The other great upgrade is the fixup for asm.pseudo=true which uses src/pas.c > and > is working again. > > Thanks for the betatesting! > > About the build problem, can you give me some more points?
I tested the current tip (632) and the build now seems to be failing due to a missing Makefile: $ make ... cd arch/x86/udis86 && make all make[2]: Entering directory `/home/andgomes/workspace/reverse_engineering/radare/radare-1.0+r632/src/arch/x86/udis86' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/home/andgomes/workspace/reverse_engineering/radare/radare-1.0+r632/src/arch/x86/udis86' make[1]: *** [udis86] Error 2 make[1]: Leaving directory `/home/andgomes/workspace/reverse_engineering/radare/radare-1.0+r632/src' make: *** [all] Error 2 May you forgot to commit the Makefile.acr for this directory? Regards, -- Anderson Lizardo _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
