On Wednesday 02 January 2008 05:40:35 Cosimo Streppone via RT wrote: > 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.
I'm a little concerned that the #define doesn't fix up MSVC for you. particle, any suggestions here? (He wrote that code for a similar issue.) You're right about the typo fix though, so I'll apply the patch if we can figure out how to fix both issues at once. I fear using unsigned char directly because of platforms where it isn't exactly eight bits long. Sometimes you can tell I'm too paranoid to be a brilliant C hacker. -- c