octave-maintainers
[Top][All Lists]
Advanced

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

Re: Compiling octave with MSVC


From: John W. Eaton
Subject: Re: Compiling octave with MSVC
Date: Fri, 13 Oct 2006 13:43:43 -0400

On 13-Oct-2006, Michael Goffioul wrote:

| > OK, that part of the config.h.in file is copied directly from the
| > argument to the AH_BOTTOM macro in configure.in.  I didn't realize
| > that autoconf would do any processing of that text.  Would it work for
| > you if we rewrote that section as
| >
| >   #if defined (__WIN32__) && ! defined (__CYGWIN__)
| >   #define OCTAVE_HAVE_WINDOWS_FILESYSTEM 1
| >   #elif defined (__CYGWIN__)
| >   #define OCTAVE_HAVE_WINDOWS_FILESYSTEM 1
| >   #define OCTAVE_HAVE_POSIX_FILESYSTEM 1
| >   #else
| >   #define OCTAVE_HAVE_POSIX_FILESYSTEM 1
| >   #endif
| 
| Yes, I think so.

I've made this change.

Thanks,

jwe


reply via email to

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