delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | "Eric Lilja" <mindcooler AT gmail DOT com> |
Subject: | C++ program only compiles if -mno-cygwin specified |
Date: | Fri, 14 Jul 2006 22:55:22 +0200 |
Lines: | 22 |
Message-ID: | <e990br$is5$1@sea.gmane.org> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
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, I'm using a fully updated cygwin and it seems that it puts macros named BIG_ENDIAN and LITTLE_ENDIAN into global scope if include <stdio.h> (or <cstdio>). If the program is compiled with -mno-cygwin, these macros are not present. This prevented me from compiling a third party library out-of-the-box. Here's a condensed test case that will only compile in MinGW-mode: #include <cstdio> int main() { enum TArch1 {LITTLE_ENDIAN}; enum TArch2 {BIG_ENDIAN}; } Maybe these macros need not to be in global scope for cygwin to function or maybe I can do something else and still compile the third party library under cygwin without editing the library code? / E -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |