On Lun. 31 Dic. 2007 01:09:28, [EMAIL PROTECTED] wrote:
> On Sunday 30 December 2007 14:05:38 Cosimo Streppone wrote:
> 
> > I tried to follow chromatic's instructions to obtain a perl6 binary
> > but had some problems [...]
> 
> > 3) In the final generated "pbc_to_exe.c" and
> "languages\perl6\perl6.c"
> > there's something like:
> >
> >    int8_t program code[] = { bla bla bla...
> >
> > int8_t seems undefined on my system (vista + msvc 2008 express), so
> I
> > brutally replaced it with "unsigned char" and it worked like a
> charm.

Thanks for the building process explanation.
After your changes (r24437) I still have problems building perl6.exe.
I'm trying to use `nmake perl6'. Two problems here:

1) The `int8_t' define doesn't work for me. Seems like `signed__int8' 
is also undefined.
2) There's a small typo in gen/makefiles/root.in

The attached diff corrects wfm, even if 1) is resolved
using `unsigned char', which is ignorant, I think.

Attachment: win32_msvc_perl6_build.patch
Description: Binary data

Reply via email to