Re: assertion in headers.c breaks OS X

2004-05-07 Thread Nicholas Clark
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

Re: assertion in headers.c breaks OS X

2004-05-07 Thread Luke Palmer
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

Re: assertion in headers.c breaks OS X

2004-05-07 Thread Nicholas Clark
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

Re: assertion in headers.c breaks OS X

2004-05-07 Thread Leopold Toetsch
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

assertion in headers.c breaks OS X

2004-05-07 Thread Nicholas Clark
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