3.0.1 release? (Reports on mingw build)

John W. Eaton jwe at bevo.che.wisc.edu
Wed Apr 2 23:10:11 CDT 2008


On  3-Apr-2008, Tatsuro MATSUOKA wrote:

| 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"

What problem does this solve?

jwe


More information about the Octave-maintainers mailing list