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,
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
>
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'
> -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
-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