diff options
author | Jan Dubois <jand@activestate.com> | 2011-03-18 17:45:10 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2011-03-19 10:17:46 -0700 |
commit | 912c63ed00375338703043928cac3c740d00cc9d (patch) | |
tree | bf417c05dc6d58b6c8ade6bc4f3137ac3a8cc692 /README.win32 | |
parent | b59e75b34cef3fedd214c9b6ee744146cf8b3308 (diff) | |
download | perl-912c63ed00375338703043928cac3c740d00cc9d.tar.gz |
Fixup errno definitions for Windows
Redefine all winsock based Exxxx error constants used in the
core: For VS2010 we don't want to use the errno.h values, and
for older compiler versions we don't have a definition anyways.
Also remove the warnings about VS2010 from README.win32, as
they should all be resolved now.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/README.win32 b/README.win32 index 78cd73c153..cf387a735f 100644 --- a/README.win32 +++ b/README.win32 @@ -40,18 +40,10 @@ system). Currently, this port is capable of using one of the following compilers on the Intel x86 architecture: Borland C++ version 5.02 or later - Microsoft Visual C++ version 6.0 or later (*) + Microsoft Visual C++ version 6.0 or later Gcc by mingw.org gcc version 3.2 or later Gcc by mingw-w64.sf.net gcc version 4.4.3 or later -(*) NOTE: Support for Visual C++ 2010 is not yet complete. This latest -version of VC++ introduces some new C<errno.h> constants which conflict -with Perl's current setting of them to match the corresponding WSAE* -constants' values. Until this issue is resolved you will see several test -failures (in F<cpan/autodie/t/flock.t>, F<dist/IO/t/io_multihomed.t >, -F<dist/Net-Ping/t/450_service.t> and F<dist/Net-Ping/t/510_ping_udp.t>) -and experience other problems in code involving sockets. - Note that the last two of these are actually competing projects both delivering complete gcc toolchain for MS Windows: @@ -412,9 +404,6 @@ the testsuite (many tests will be skipped). There should be no test failures. -(If you're using VC++ 2010 then you will currently see several test failures, -as noted in the list of supported compilers above.) - Some test failures may occur if you use a command shell other than the native "cmd.exe", or if you are building from a path that contains spaces. So don't do that. |