From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12481 invoked by alias); 25 Aug 2015 12:31:50 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 11168 invoked by uid 89); 25 Aug 2015 12:31:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 25 Aug 2015 12:31:48 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 65AC98CF5E; Tue, 25 Aug 2015 12:31:47 +0000 (UTC) Received: from [10.3.113.77] (ovpn-113-77.phx2.redhat.com [10.3.113.77]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7PCVkis006015; Tue, 25 Aug 2015 08:31:47 -0400 Subject: Re: vsnprintf error compiling To: cygwin@cygwin.com References: Cc: kfeina@gmail.com From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Message-ID: <55DC602C.20901@redhat.com> Date: Tue, 25 Aug 2015 12:31:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="av3qfuTSCTKMn02RQcu5QWJcAWGncRClb" X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00428.txt.bz2 --av3qfuTSCTKMn02RQcu5QWJcAWGncRClb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 997 On 08/25/2015 05:29 AM, Kizito Porta Balany=C3=A0 wrote: > Hello, >=20 > I'm trying to build the new version of monit (5.14) in cygwin, but I > get the following error executing configure: >=20 > autoreconf -i -f && automake -acf && ./configure >=20 > checking vsnprintf is c99 conformant... configure: error: in > `/tmp/monit-5.14/libmonit': > configure: error: vsnprintf does not conform to c99 Show the relevant portion of config.log, that shows the program that monit attempted to compile, and the compiler error. Most likely it is a bug in monit's configure.ac, and not in cygwin. >=20 > Is cygwin GCC c99 conformant? I'm totally lost, perhaps what I say has > no sense. Yes, cygwin's compilation of vsnprintf is supposed to be c99 compliant. But without seeing why monit claims it is not, I can't state definitively if that is the case, or if monit has turned up an actual bug. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --av3qfuTSCTKMn02RQcu5QWJcAWGncRClb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 604 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJV3GAyAAoJEKeha0olJ0NqdMIH/jXinAlFXxf4IbiEPa5vYTcE qkxDSjoSZPbWtSEwh4SGebk4jgI3pt8Nk/YDIReFCJw7sjKSk15IPd2UV07nz2Hh mfd5JedGHTXizsxi+1cS5k8FskP5r2qExmvvbwmUWMBZ3H8YcXF6q9TmhUgxnnNW RhmW6Cb+ysz6cJLsHMCqM4EZnWAzzOl6RPmM3U9YchjT4ifZarzmoRMJv2VmxfP+ Q9822zVMjc7X0yEbbdx6pdkAs53Zch+XOtuxYevunRMoLnQuS0Zl5su9XmFErTfL hUgFhsaRMl0amf+rAZGif+W6y/+mmNvXlp2ziDiFaB0mUsEvhU7enOIU6qGip7E= =3e3u -----END PGP SIGNATURE----- --av3qfuTSCTKMn02RQcu5QWJcAWGncRClb--