Sinan, Le jeudi 18 décembre 2014, 13:08:39 A. Sinan Unur a écrit : > Thank you very much for the mention. I am just to going to include > some information here in case anyone wants to give this a shot. > > - VS2013CE is at http://www.visualstudio.com/news/vs2013-community-vs > "An unlimited number of users within an organization can use Visual > Studio Community ... for contributing to open source projects."
Do you know what behaviour VS2013CE would exhibit that VS2010 Express Edition does not ? About setting correctly the environment, one might also look to the Windows SDK "setenv" application (c.f. http://msdn.microsoft.com/en-us/library/ff660764%28v=vs.100%29.aspx[1] ) instead of playing with cflags. Jean-Damien. -- ps for the unbusy reader: So, for the fun, I compiled/installed perl-5.20.1 in both 32bits and 64bits modes on a W7 64bits OS using VS2010: Puzzling 4 hanging tests on the 64bits version [1] and 1 failed test on the 32bits version [2] -; [1] Had to kill the deepest perl.exe on: ../cpan/IO-Compress/t/100generic-deflate.t ../cpan/IO-Compress/t/105oneshot-gzip.t ../cpan/Module-Build/t/test_file_exts.t ../cpan/Module-Build/t/use_tap_harness.t [2] ../cpan/IPC-Cmd/t/01_IPC-Cmd.t (Wstat: 512 Tests: 459 Failed: 2) Output is: # Failed test ' Combined buffer matches (?^:^42 ) -- (Array: C:\Users\Jean-Damien\Downloads\perl-5.20.1-32bits\t\perl.exe -ewarn+42 (IPC::Run: 0 IPC::Open3: 1.16))' # at t/01_IPC-Cmd.t line 146. # '' # doesn't match '(?^:^42 )' # Failed test ' Proper buffer(4) matches (?^:^42 ) -- (Array: C:\Users\Jean-Damien\Downloads\perl-5.20.1-32bits\t\perl.exe -ewarn+42 (IPC::Run: 0 IPC::Open3: 1.16))' # at t/01_IPC-Cmd.t line 149. # '' # doesn't match '(?^:^42 )' # Looks like you failed 2 tests of 459. I wonder if ActiveState people hitted that -; Ok, since I do not want to pollute the list, no log is posted, but if you, more expert perl guys than me, believe this should be RT thingies, so will I. -------- [1] http://msdn.microsoft.com/en-us/library/ff660764%28v=vs.100%29.aspx