----- Original Message ----- From: "migu" <[EMAIL PROTECTED]>
> I spent building dbi and bit::vector one hour last week, these modules > are working perfectly. > however i'd spent two weeks to install inline... inline > dosen't run, is it my fault?... its possible. I only like to know what's > wrong with it. > thanks > > To compile Bit::Vector, 'sys\types.h' is needed. When you compiled Bit::Vector 'sys\types.h' was obviously found. Yet when you try to compile a simple inline C script it suddenly *cannot* be found. Can you (or anyone else) explain how that might come about ? I can only think that when you ran the inline C script, you ran it in a new CMD box and forgot to run vcvars32.bat first. You do have version 0.43 ? And you compiled it yourself ? (Last time I looked, the ppm that Active State had was for an older version of inline, which you do not want.) To answer your question: it probably *is* your fault :-) (But, on this list, that doesn't matter .... at least, when I think back to some of the questions that I have asked .... I *hope* it doesn't matter.) Cheers, Rob
