X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DONT_USE_RAW_EMAIL_IN_BODY,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20100908122713.GR16534@calimero.vinschen.de> References: <20100908122713 DOT GR16534 AT calimero DOT vinschen DOT de> Date: Wed, 8 Sep 2010 16:34:55 +0200 Message-ID: Subject: Re: setmode under Cygwin From: Ariel Burbaickij To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com yes, it was exactly it. Thank you. On Wed, Sep 8, 2010 at 2:27 PM, Corinna Vinschen wrote: > On Sep =A08 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__) >> =A0 =A0 =A0 =A0 setmode(fileno(fout), O_BINARY); >> >> now despite these expectations, I get following error once in compilatio= n phase: >> >> ddjvu.cpp: In function =98void 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 > > > Corinna > > -- > Corinna Vinschen =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Please, send mails re= garding Cygwin to > Cygwin Project Co-Leader =A0 =A0 =A0 =A0 =A0cygwin AT cygwin DOT com > Red Hat > > -- > Problem reports: =A0 =A0 =A0 http://cygwin.com/problems.html > FAQ: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://cygwin.com/faq/ > Documentation: =A0 =A0 =A0 =A0 http://cygwin.com/docs.html > Unsubscribe info: =A0 =A0 =A0http://cygwin.com/ml/#unsubscribe-simple > > -- 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