On Wed, Jun 15, 2005 at 05:28:35PM +0100, Steve Hay wrote:
> I have it working, courtesy of change 24852!  Nothing much to it, really.

Huzzah!  Now do you feel like getting static extensions working there?
It's the only remaining holdout.  If you don't, I'll try to have a
look at it at some point.

> It was partly due to the switch to Winsock2 (the addition of ws2_32.lib 
> had been omitted from the BORLAND case, but even these free Borland 
> tools come with it!), and partly due to (my!) new dmake binary which no 
> longer expands escape sequences like \n unless explicitly requested with 
> an :m modifier (which Sarathy's old dmake doesn't support).
> 
> Oh, and one other niggle: the resource compiler was set as "rc", but 
> actually seems to be called "brcc32".
> 
> A couple of tests complained that they couldn't find cc3250mt.dll (which 
> is in the Borland compiler Bin directory).

IIRC there's a note in README.win32 about that.  Which tests get the
missing dll?  taint.t could be made to copy the dll to the t directory
the way I think it does for cygwin.  (Necessary because it clears
PATH.)

> Not sure where the 
> dependency there came from, and there are a few other test failures too 
> which I don't get with MSVC++ or MinGW:
> 
> Failed Test                      Stat Wstat Total Fail  Failed  List of 
> Failed
> -------------------------------------------------------------------------------
> ../ext/B/t/deparse.t                           39    1   2.56%  37
> ../ext/threads/t/problems.t         5  1280    14    0   0.00%  ??
> ../lib/Search/Dict.t                            4    1  25.00%  4
> ../lib/Test/Simple/t/fail-more.t               12    1   8.33%  10
> ../lib/Unicode/UCD.t              117 29952   188  117  62.23%  1-34 
> 52-73 75-
>                                                                 90 
> 92-119 122-
>                                                                 138
> ../lib/warnings.t                             554    2   0.36%  238 246
> op/stat.t                                      82    1   1.22%  82
> op/taint.t                                    238    2   0.84%  1 31
>  (6 subtests UNEXPECTEDLY SUCCEEDED), 52 tests and 342 subtests skipped.
> Failed 8/1007 test scripts, 99.21% okay. 125/108411 subtests failed, 
> 99.88% okay.

Reply via email to