in reply to Re: Here's strange for you!
in thread Here's strange for you!
The problem is, not too many tools are available at that point during the build.
What I've determined so far is:
# <perl>/win32/bin/exetype.pl ... 37: seek EXE, "$offset", 0; ... 43:die "Optional header is neither in NT32 nor in NT64 format" 44: unless ("$size" == 224 && $magic == 0x10b) || # ... 45: ("$size" == 240 && $magic == 0x20b); # ...
Nmake test is still running, but is sufficiently far through that I don;t expect (extra) failures now.
My speculation is that unpack in miniperl is setting SvIOK when it shouldn't be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Here's strange for you!
by ikegami (Patriarch) on Apr 13, 2010 at 18:05 UTC |