Re: #error "generic platform without memalign"

2003-06-14 Thread Josh Wilmes
x27;ve got a p6i backlog, so I don't know if this is already solved. > > However, on a fresh CVS checkout on FreeBSD I can't compile: > > > platform.c:167: #error "generic platform without memalign" > > > What's the solution? > > There are some,

Re: #error "generic platform without memalign"

2003-06-11 Thread Leopold Toetsch
Andy Dougherty <[EMAIL PROTECTED]> wrote: > I believe that one possibility is to use the supplied malloc.c file, which > has a memalign implementation. Yep. > It comes from this section of include/parrot/pobj.h: > /* > * arenas are constant sized ~32 byte object size, ~128K objects >

Re: #error "generic platform without memalign"

2003-06-11 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > I've got a p6i backlog, so I don't know if this is already solved. > However, on a fresh CVS checkout on FreeBSD I can't compile: > platform.c:167: #error "generic platform without memalign" > What'

Re: #error "generic platform without memalign"

2003-06-11 Thread Andy Dougherty
> -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Winline -W -Wno-unused > -Wsign-compare -I./include -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -o platform.o -c > platform.c > platform.c:167: #error "generic platform without memalign" > *** Error code 1 > > What

#error "generic platform without memalign"

2003-06-11 Thread Nicholas Clark
-W -Wno-unused -Wsign-compare -I./include -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -o platform.o -c platform.c platform.c:167: #error "generic platform without memalign" *** Error code 1 What's the solution? Nicholas Clark