On 19 May 2010, at 05:37, David Leimbach wrote:



On Tue, May 18, 2010 at 7:13 PM, ron minnich <rminnich@gmail.com> wrote:
On Wed, May 19, 2010 at 1:54 AM, David Leimbach <leimy2k@gmail.com> wrote:

> Were all of the binaries within recompiled against this code?  Running 9vx
> on my iMac is pretty smooth!

Hm, not sure what you mean.

ron

There were pre-built binaries in this cloned repo, I'm totally unable to rebuild the Mac OS X binary, due to some "impossible constraint" in some assembly or something like that per my recollection.  

This error?
libvxc/syscall.h:8: error: can't find a register in class ‘BREG’ while reloading ‘asm’

What works for me on 10.5 is this:
cd vx32/src
make 9vx/9vx

It runs; not extensively tested but appears to run fine.

On 10.6 you may have to define _XOPEN_SOURCE as Bakul Shah described.

-- 
Simplicity does not precede complexity, but follows it. -- Alan Perlis