On 19 Oct 2004 at 19:58, Edward Peschko wrote:

> ok, then another question.. have you used vc6 to compile perl itself? For some 
> reason,
> when I use vc6, ..\perl.h has a bunch of incorrect return codes (ie: it expects 
> 'sys/time.h' which doesn't exist, and has 'long long', etc), and I looked through
> the docs for an equivalent to configure.gnu... 
> 
> Am I doing something braindead, or is the perl build for 5.8.5 really this broken 
> for 
> vc6? 
> 
> Ed

I hadn't tried 5.8.5 before, but just now downloaded and compiled with VC6, doing:

   cd perl-5.8.5\win32
   vcvars32
   nmake
   nmake test

and got no compile errors. I did get 2 of 86043 subtests failed during test.

In my VC6 dirs, time.h is in include/ rather than include/sys/ but I didn't see any 
error on this during compile.

Alan

Reply via email to