3.0.1 release? (Reports on mingw build)

Tatsuro MATSUOKA tmacchant at yahoo.co.jp
Wed Apr 2 22:59:50 CDT 2008


Hello John

This time I'll report on mingw build.

1. The  C++ source in liboctave,  lo-sysdep.cc should be patched for win32 native octave
(For cygwin it is not required.)


*** lo-sysdep.org.cc	Thu Apr  3 03:43:36 2008
--- lo-sysdep.cc	Thu Apr  3 08:55:24 2008
***************
*** 39,44 ****
--- 39,48 ----
  #include <fcntl.h>
  #endif
  
+ #if defined (__WIN32__) && ! defined (__CYGWIN__)
+ #include <windows.h>
+ #endif
+ 
  #include "file-ops.h"
  #include "lo-error.h"
  #include "pathlen.h"



2. make check test is the same I reported on octave-3.0.0 previously.

http://www.nabble.com/fntests-errors-on-mingw-Octave-1%3Adispatch.cc-to14574608.html#a14582630

  d:\usr\Tatsu\mingwhome\octaves\octave-3.0.1a\src/DLD-FUNCTIONS\dispatch.cc  PASS   11/13   FAIL 2
  d:\usr\Tatsu\mingwhome\octaves\octave-3.0.1a\src/DLD-FUNCTIONS\rand.cc  PASS   56/57   FAIL 1
  d:\usr\Tatsu\mingwhome\octaves\octave-3.0.1a\src\ov-fcn-handle.cc  PASS    2/3    FAIL 1
  d:\usr\Tatsu\mingwhome\octaves\octave-3.0.1a\scripts/general\bitcmp.m  PASS   14/15   FAIL 1
  test_system.m .......................................... PASS  112/126  FAIL 14

Summary:

  PASS   3813
  FAIL     19

 test_io.m hanged up during the test. 
 The above all were the same as those at 3.0.0.

So no new errors appeared on 3.0.1.
I think you are OK go forward 

There were commom failtures between the mingw and msvc and intrinsic failuers also exist.
However Michael is on the vacation now.
I'll wait he will come back here for the fntest.m for the mingw and msvc.

Regards 

Tatsuro

--- Tatsuro MATSUOKA <tmacchant at yahoo.co.jp> wrote:

> Hello John
> 
> Thank you for your announcing to maintainer before offical realse.
> I would like to try on the cygwin and mingw and report results here as soon as possible.
> 
> Please wait a moment.
> 
> Regards
> 
> Tatsuro
> 
> 
> 
> --- "John W. Eaton" <jwe at bevo.che.wisc.edu> wrote:
> 
> > I think we are overdue for a 3.0.1 release, so I've put together a
> > test release here:
> > 
> >   http://jbrwww.che.wisc.edu/home/jwe/octave-3.0.1a.tar.bz2
> > 
> > Since this release should fix bugs and not introduce them, I'd like to
> > have some people try it before releasing and announcing it.
> > 
> > Thanks,
> > 
> > jwe
> > 
> 
> 
> --------------------------------------
> GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
> http://pr.mail.yahoo.co.jp/ganbare-nippon/
> 


--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/


More information about the Octave-maintainers mailing list