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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=D326aOYfqXMsEcD4Y4gcZpr/EjYbFnOL5HIbuGJ5cz8xJj7yzHmCh
	cF8vSheEK2UB80fyh0clsNgSkjvxBf/PUFhLjOzT90YMSTDnQsmpJU8kUHup7jjE
	Qg/pPypWyBofmR8kju455zkZ8A4uZuSVzChaR7it8MCCRMJnMWwtR4=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=d5m80aXaR0Zl+RGZxWH/Z1fceH0=; b=jxfMAUOO4puW9NoDD83gtjCjDk/n
	ZC6h0BlUEz8Aq8hZUVBIf7sx5lpP4oBOSHzzui4+hcWfirambC0QSr+CK5oWDFbn
	2cZ3HSipHtPweuy5vEflLC0UTjxoFpG0e3ZIS6RPj+4RsU4+cKsFUW+0ZWtib0OR
	5ozughvTJWZqIfs=
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=-4.7 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: Issue with Autotools and Perl on Windows 10
Date: Tue, 22 Sep 2015 08:26:08 +0000 (UTC)
Lines: 21
Message-ID: <loom.20150922T102321-463@post.gmane.org>
References: <CAJtcZeDtPug2J4CCO+N=piJXgNYV+_spdKoHZ1Pib1sGo39Srg@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Gilberto Perez <gilberto.limon.perez <at> gmail.com> writes:
> I have never had this problem until I upgraded to Windows 10. When
> attempting to use 'autoreconf', I get the following messages:
> 
> main::scan_file() called too early to check prototype at
> /usr/bin/aclocal-1.11 line 644.
> Unescaped left brace in regex is deprecated, passed through in regex;
> marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
> /usr/bin/automake-1.11 line 4159.
> 
> I'm not sure how important they are, but it might be the cause of some
> difficulties I've been having.

These messages come from Perl and are harmless (the new version of Perl is
more strict when checking a few things and has stepped up the deprecation
cycle for some regex stuff to emanate warnings).  This is already fixed
upstream in autotools, but it hasn't filtered down to Cygwin yet.


Regards,
Achim.


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

