Desmond Chapman wrote: > > Where do I apply this patch? > Sorry, I assumed too much. You apply it in the bin86-0.16.17 source directory. However, I just now noticed that you're working in freebsd and the patch I posted is for linux, so it may not work, but give it a try.
> ---------------------------------------- > ------------ >> Message: 1 >> Date: Fri, 26 Sep 2008 06:17:49 -0700 >> From: walt >> Subject: Re: [vbox-dev] vbox on freebsd amd64 >> To: [email protected] > >> Content-Type: TEXT/PLAIN; charset=US-ASCII >> >> >> >> On Fri, 26 Sep 2008, Desmond Chapman wrote: >> >>> Does anyone have any luck setting this up? >>> >>> # cd bin86 >>> # make config >>> ===> No options to configure >>> # make clean install clean >>> ===> Cleaning for bin86-0.16.17 >>> ===> bin86-0.16.17 is only for i386, while you are running amd64. >>> *** Error code 1 >> --- ld/x86_aout.h.orig 2003-01-28 17:17:14.000000000 -0500 >> +++ ld/x86_aout.h 2005-05-07 22:40:05.000000000 -0400 >> @@ -13,7 +13,9 @@ >> typedef long Long; >> #define __OUT_OK 1 >> #else >> -typedef char Long[4]; >> +#define __OUT_OK 1 >> +#include >> +typedef int32_t Long; >> #endif >> >> struct exec { /* a.out header */ >> >> >> >> > > > _________________________________________________________________ > See how Windows connects the people, information, and fun that are part of > your life. > http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/ _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
