help-octave
[Top][All Lists]
Advanced

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

Re: MinGW compile problems


From: Ole Jacob Hagen
Subject: Re: MinGW compile problems
Date: Fri, 11 Jun 2010 12:36:15 -0700 (PDT)

Hi, 

I faced the same problem. 

But I replaced gnulib::unlink with unlink. 
You need to do this two places.

Then you'll get error-message that isatty is not a part of gnulib, or
something like this. 
Workaround: add include <io.h>. 

Then compile. It is still compiling to me, until the next error message
occur. 

Ol e
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/MinGW-compile-problems-tp2251930p2252205.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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