X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=MmyIIDdPSVRz2aKt
	5FR0KW6QKUkZTen2aV39655HC/yhFQGX9o0rHIzCdEa1SUQB6sIMezGL8VFJdbp9
	3ZUEP5mZjtWxgxD6Tic1bfKo/77stGlkzHOZQdXPI/eVKvJ/SYqJzIhSTZJZA7qL
	U2RPeZ5f07lrH+izTGthcx75IY4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=7iBhl3xG3sTsp09JB2BKrC
	jH7H0=; b=SW6cRrKGHzpNiUvQvxZbzvon2kP0sMBZ5YKcJfoN3+V9pSPNEs9hmb
	NO6CmhIWexefM2BK1BUipKatHh0KyzvALHskluUk5mbGLWlvXLv6OYvI0C6CblAC
	w3j80WAW3y3hNmwI8Ywmnxcf0V2pACShjjxdP2uEGZZdsOInQJSxs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, H*f:sk:1461227, NEVER, H*MI:sk:531977b
X-HELO: mx1.redhat.com
Subject: Re: g++ don't build my project from last update
To: cygwin@cygwin.com
References: <1461227815.667215524@f430.i.mail.ru> <531977b9-fd8b-90bb-74ce-c2919ce62034@gmail.com>
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
Message-ID: <5719AA85.5090102@cygwin.com>
Date: Thu, 21 Apr 2016 23:37:25 -0500
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
MIME-Version: 1.0
In-Reply-To: <531977b9-fd8b-90bb-74ce-c2919ce62034@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 2016-04-21 04:21, Marco Atzeri wrote:
> try using __XSI_VISIBLE=4

Everbody,

*Please* review the documentation in <sys/features.h>.  The __*_VISIBLE 
macros are internal only and must NEVER be defined by users.  The public 
_*_SOURCE macros are the ONLY acceptable way to use the feature test macros.

-- 
Yaakov

--
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

