Foul ball. Fixed the redefinition issue, and now I am having problems with rabin. Am I missing some includes that should be installed? I tried tracking down the mach-o/* files, but I had no such luck. Thanks
cc -DRADARE_CORE -c -o dietmach0.o dietmach0.c dietmach0.c:37:25: error: mach-o/arch.h: No such file or directory dietmach0.c:38:24: error: mach-o/fat.h: No such file or directory dietmach0.c:39:25: error: mach-o/swap.h: No such file or directory dietmach0.c:40:27: error: mach-o/loader.h: No such file or directory dietmach0.c:41:23: error: mach/mach.h: No such file or directory dietmach0.c:42:26: error: mach/machine.h: No such file or directory dietmach0.c:43:36: error: mach/i386/thread_state.h: No such file or directory dietmach0.c:44:40: error: mach/machine/thread_status.h: No such file or directory On Thu, Sep 25, 2008 at 4:55 PM, pancake <[EMAIL PROTECTED]> wrote: > On Thu, 25 Sep 2008 14:33:13 -0500 > "Demonic Software" <[EMAIL PROTECTED]> wrote: > > > Anyone have a successful build configuration for x86 64? Specifically > what > > did you enable using ./configuration. I am using kubuntu atm, but I can > go > > out and build all the supporting source. When I try to build the code > with > > debugger the compilation fails. > > > > Oops :) Sorry. i was forgetting the x86-64 port.. i will have to pay a bit > of > attention on this architecture O:) > > I have commited the fix. Get a try ;) > > --pancake > _______________________________________________ > 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
