octave-maintainers
[Top][All Lists]
Advanced

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

WIN32 problem on liboctave/kpse.cc


From: Marco Atzeri
Subject: WIN32 problem on liboctave/kpse.cc
Date: Wed, 11 Nov 2009 07:51:28 +0000 (GMT)

Hi,
building on latest
$ hg tip
changeset:   9799:cfd0aa788ae1
tag:         tip
user:        John W. Eaton <address@hidden>
date:        Tue Nov 10 23:07:25 2009 -0500
summary:     remove reference blas and lapack sources

this block on liboctave/kpse.cc
is causing win32lib.h (that does not esist) to be 
included in cygwin.

#if defined(__MINGW32__)
#include <windows.h>
#include <fcntl.h>
#include <dirent.h>
#elif defined(WIN32)
#define __STDC__ 1
#ifndef _MSC_VER
#include "win32lib.h"
#endif
#endif /* not WIN32 */

This fault is really new, so some of the latest changesets
caused it, but kpse.cc seems untouched from longtime
so I am bit puzzled.

Marco



      



reply via email to

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