This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setmode under Cygwin


On Sep  8 13:47, Ariel Burbaickij wrote:
> Hello all,
> I am trying to compile djvulibre in version 3.5.22 -- it does not
> check in configure for setmode
> as it, as it pretty much look likes, expects it to be present under
> cygwin as seen from following
> excerpt:
> 
> #if defined(__CYGWIN32__)
>         setmode(fileno(fout), O_BINARY);
> 
> now despite these expectations, I get following error once in compilation phase:
> 
> ddjvu.cpp: In function Ëvoid dopage(int):
> ddjvu.cpp:620: error: setmode was not declared in this scope
> make[1]: *** [ddjvu.o] Error 1
> make[1]: Leaving directory `/cygdrive/d/djvulibre-3.5.22/tools'
> make: *** [all] Error 2
> 
> Any ideas about what goes on here?

#include <io.h>


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]