3.0.1 release? (Reports on mingw build)
John W. Eaton
jwe at bevo.che.wisc.edu
Thu Apr 3 21:23:54 CDT 2008
On 3-Apr-2008, Tatsuro MATSUOKA wrote:
| Hello
|
| --- "John W. Eaton" <jwe at bevo.che.wisc.edu> wrote:
|
| > 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
| >
|
| It is required to see the source:
| The below uses the Win32 API so that it was impossible to be complied without windows.h included
OK, I made this change.
Thanks,
jwe
More information about the Octave-maintainers
mailing list