| www.delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Date: | Wed, 8 Sep 2010 13:47:18 +0200 |
| Message-ID: | <AANLkTimf7cgTOwZnkVLWgcBS1yfhNNmrdieL7+qCKh1h@mail.gmail.com> |
| Subject: | setmode under Cygwin |
| From: | Ariel Burbaickij <ariel DOT burbaickij AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 p=
hase:
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?
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |