On Fri, May 07, 2004 at 03:11:54PM -0600, Luke Palmer wrote:
> Nicholas Clark writes:
> > Thanks. Everything compiles again now, and all tests pass
> > (after I do the little .so -> .dylib dance)
>
> I'm new to OS X. Might you describe said dance?
We haven't resolved how to best patch the Makefi
Nicholas Clark writes:
> Thanks. Everything compiles again now, and all tests pass
> (after I do the little .so -> .dylib dance)
I'm new to OS X. Might you describe said dance?
Luke
On Fri, May 07, 2004 at 08:17:05PM +0200, Leopold Toetsch wrote:
> Ah yes. Needs
>
> #if ARENA_DOD_FLAGS
>
> around. Fixed
Thanks. Everything compiles again now, and all tests pass
(after I do the little .so -> .dylib dance)
Nicholas Clark
Nicholas Clark <[EMAIL PROTECTED]> wrote:
> For some reason this change to src/headers.c breaks on OS X. I'm not sure
> why:
Ah yes. Needs
#if ARENA_DOD_FLAGS
around. Fixed
Thanks,
leo
For some reason this change to src/headers.c breaks on OS X. I'm not sure
why:
@@ -244,6 +245,7 @@
pool = flags & PObj_constant_FLAG ?
interpreter->arena_base->constant_pmc_pool :
interpreter->arena_base->pmc_pool;
+assert(sizeof(Dead_PObj) <= sizeof(PMC));
pmc = po