[9fans] Error building 9vx on OS X 10.5.8

2010-04-20 Thread Ethan Grammatikidis
9vx cloned from hg repo today. Error early in the build process: libvxc/_exit.c: In function '_exit': libvxc/syscall.h:8: error: can't find a register in class 'BREG' while reloading 'asm' make: *** [libvxc/_exit.o] Error 1 I can't recall if those "can't find a register" errors are due to d

Re: [9fans] Error building 9vx on OS X 10.5.8

2010-04-20 Thread andrey mirtchovski
make 9vx/9vx is the first step, but I imagine you'll hit a snag with ucontext.h being deprecated unless _XOPEN_SOURCE is defined.

Re: [9fans] Error building 9vx on OS X 10.5.8

2010-04-20 Thread andrey mirtchovski
On Tue, Apr 20, 2010 at 10:07 AM, andrey mirtchovski wrote: > make 9vx/9vx is the first step, but I imagine you'll hit a snag with > ucontext.h being deprecated unless _XOPEN_SOURCE is defined. oops, i could be wrong -- it may only be deprecated on snow leopard.

Re: [9fans] Error building 9vx on OS X 10.5.8

2010-04-20 Thread Ethan Grammatikidis
On 20 Apr 2010, at 17:08, andrey mirtchovski wrote: On Tue, Apr 20, 2010 at 10:07 AM, andrey mirtchovski wrote: make 9vx/9vx is the first step, but I imagine you'll hit a snag with ucontext.h being deprecated unless _XOPEN_SOURCE is defined. oops, i could be wrong -- it may only be deprecat