OS: cygwin on windows 98
bash-2.03$ cygcheck -s Cygnus Win95/NT Configuration Diagnostics Current System Time: Tue Oct 22 15:16:18 2002 Win9X Ver 4.10 build 67766446 A <...> bash-2.03$ perl -v This is perl, v5.6.0 built for cygwin-multi <...> bash-2.03$ make test make[1]: Entering directory `/.cpan/build/Inline-0.44-TRIAL7/C' Manifying ../blib/man3/Inline::C-Cookbook.3 Manifying ../blib/man3/Inline::C::ParseRecDescent.3 Manifying ../blib/man3/Inline::C::ParseRegExp.3 Manifying ../blib/man3/Inline::C.3 make[1]: Leaving directory `/.cpan/build/Inline-0.44-TRIAL7/C' PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/cygwin -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00init............ok t/01usages..........ok t/02config..........ok t/03errors..........ok t/04create..........ok t/05files...........skipped test on this platform All tests successful, 1 test skipped. Files=6, Tests=14, 34 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) make[1]: Entering directory `/.cpan/build/Inline-0.44-TRIAL7/C' PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib -I/usr/local/lib/perl5/5.6.0/cygwin -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00init............ok t/01syntax..........ok t/02config..........ok t/03typemap.........ok t/04perlapi.........ok t/05xsmode..........ok All tests successful. Files=6, Tests=12, 515 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) make[1]: Leaving directory `/.cpan/build/Inline-0.44-TRIAL7/C' something seriously slow happens during the 01 syntax test. Leo At 17:30 21/10/02 -0700, you wrote: >http://ttul.org/~ingy/release/Inline-0.44-TRIAL7.tar.gz > >Well, this is it. Mitchell's parser passes all tests. I will ship this >version as 0.44 on Thursday morning, unless any bugs are reported. > >This is a good time to call for testing. I don't have access to as much >hardware as I used to. I'd appreciate it if some of you would try running >'make test' and reporting back your success along with the first line of >'perl -v'. > >Make the subject line something like: > > PASS: Inline-0.44/Inline::C v5.8.0 built for darwin > >There's a big test matrix for Inline: > - operating system > - Perl version > - ILSM used > - Helper modules like Inline-Filters and Inline-Struct > >I especially would like reports on MSWin32, Cygwin, AIX, perl 5.005_03, >Inline-Ruby, Inline-Java. Not on this specific combination but just tests >including these. I want to feel confident that things still work. > >Please only send a report if someone else hasn't reported on that combination >yet. > >Many thanks in advance. > >Cheers, Brian
