----- Original Message -----
From: "migu" <[EMAIL PROTECTED]>
To: "Sisyphus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 9:28 PM
Subject: Re: help please include with inline 0.43
> 1.- I don't now what the problem is, but Bit::Vector is working on winnt
in
> my system. Installing Bit::Vector is not any problem, it runs else on
> winme/9x.
This indicates that there's nothing wrong with either your perl
installation, or your msvc++ installation, or your vcvars32.bat
configuration.
I don't know what the problem could be.
You are running your inline script from the command line ? Not running it as
a cgi script from a browser ? (You've probably answered that question
previously.)
If it was my problem, I'd probably try deleting the 'Config' line and settle
for the default - though I can see no reason that it should make any
difference.
I might also try specifying the path(s) to the Includes in the 'INC' option
within 'Config'.
use Inline (Config => DIRECTORY => 'D:\Inline1',
INC => '-ID:/VisualSt/Vc98/Include',
);
See if you can do something that will at least enable
'D:/VisualSt/Vc98/Include/Sys/types.h' to be found.
You might find it necessary to specify additional paths in the 'INC' option.
I suppose that can be done - but I don't know....
If you can make just a little progress, then someone may be able to help -
otherwise it's looking doubtful.
Cheers,
Rob