Re: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-20 Thread Reini Urban
Sisyphus schrieb: - Original Message - From: "Jan Dubois" This happens because the test exits with a non-zero exit code. Unfortunately a lot of the libwin32 regression tests are in a pretty sorry state. A few of them are not even proper test but just sample programs. I'll try to fix thi

Re: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-20 Thread Sisyphus
- Original Message - From: "Jan Dubois" . . > This happens because the test exits with a non-zero exit code. > Unfortunately a lot of the libwin32 regression tests are in a > pretty sorry state. A few of them are not even proper test but just > sample programs. > > I'll try to fix this pr

RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-19 Thread Jan Dubois
On Sun, 18 Sep 2005, Sisyphus wrote: > Something is not quite right. Everything compiles ok, but when I run > 'dmake test' I get: [...] > t\testok 1/18not ok 5 > Can't add a user so there really isn't any point in continuing... > t\testdubious > Test returned status 255 (wstat 6

Re: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Reini Urban
Reini Urban schrieb: Jan Dubois schrieb: On Sun, 18 Sep 2005, Reini Urban wrote: I just had a minor issue when iodbc is used instead of the MSVC ODBC headers. See https://rt.cpan.org/NoAuth/Bug.html?id=14634 I notice you only changed the #includes in ODBC.xs. I assume the same change should

RE: RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Jan Dubois
On Sun, 18 Sep 2005, [EMAIL PROTECTED] wrote: > how do i get off this list? It is in the headers of every message from the list! Send an empty message to [EMAIL PROTECTED] Cheers, -Jan

Re: RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread bgreenberg76
how do i get off this list? - Original Message - From: Jan Dubois <[EMAIL PROTECTED]> Date: Sunday, September 18, 2005 12:23 pm Subject: RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz > On Sun, 18 Sep 2005, Reini Urban wrote: > > > I just posted the updated cy

Re: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Sisyphus
- Original Message - From: "Jan Dubois" <[EMAIL PROTECTED]> To: Sent: Sunday, September 18, 2005 6:59 AM Subject: RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz > On Sat, 17 Sep 2005, Jan Dubois wrote: > > > I've tested 0.26 against Perl 5.6.0, 5.6.1

Re: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Reini Urban
Jan Dubois schrieb: On Sun, 18 Sep 2005, Reini Urban wrote: I just posted the updated cygwin package to be available via http://cygwin.com/setup.exe Thanks! I just had a minor issue when iodbc is used instead of the MSVC ODBC headers. See https://rt.cpan.org/NoAuth/Bug.html?id=14634 I not

RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Jan Dubois
On Sun, 18 Sep 2005, Reini Urban wrote: > I just posted the updated cygwin package to be available via > http://cygwin.com/setup.exe Thanks! > I just had a minor issue when iodbc is used instead of the MSVC ODBC > headers. See https://rt.cpan.org/NoAuth/Bug.html?id=14634 I notice you only chang

Re: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-18 Thread Reini Urban
Jan Dubois schrieb: I've also compiled and tested with the latest versions of cygwin and MinGW. All tests pass (or fail) the same way they work with VC++ as far as I can tell. This means *all* modules compile with MinGW, including those previously excluded with the mingw32.exc mechanism. Thi

RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz

2005-09-17 Thread Jan Dubois
On Sat, 17 Sep 2005, Jan Dubois wrote: > I've tested 0.26 against Perl 5.6.0, 5.6.1, 5.8.2, 5.8.6 and 5.8.7, > all compiled with VC++ using ActivePerl compatible options > (ithreads etc). Forgot to add that it works with latest 5.9.3 (bleadperl) too. > I've also compiled and tested with the late