On 2012/11/21 23:16, Edd Barrett wrote:
> On Wed, Nov 21, 2012 at 11:05:11AM -0800, Ryan Freeman wrote:
> > Sweet!  i started a build of this and it died at
> > 
> > In file included from src/jit/compemu_support.cpp:603:
> > src/jit/compemu_raw_x86.cpp:1691:26: error: sys/ucontext.h: No such file or 
> > directory
> > 
> > missing a patch?  I have to run out the door now but i'll investigate
> > when I get back if this is i386 specific.  cheers!
> 
> No-one that has tested it so far has seen this.
> 
> If you can figure it out, then great.

You'll need to disable the JIT or find some other way around it,
we don't have ucontext.

It doesn't affect amd64 because they don't have a JIT for amd64.

#if defined(__x86_64__) || defined(__ppc__)
// no JIT for these architectures
#else
#define JIT
#define JIT_DEBUG
#endif

Reply via email to