octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.0.1 release? (Reports on mingw build)


From: John W. Eaton
Subject: Re: 3.0.1 release? (Reports on mingw build)
Date: Thu, 03 Apr 2008 00:10:11 -0400

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]