X-Recipient: archive-cygwin AT delorie DOT 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:cc:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=TFOo AqzPGHvXvHW/HaWuTOys/C/NsBNKOvTzNlNErDrjm0CPqURIqNYfOI9vJT/bwZ68 rnWexLcdhrIvdDWyfZPT4GeOCTBLYA4cS8ma8D97xoNmk3E1ZdVDhBCXFo1icfd4 yoi3hIUvKwyF+e488kxt794wD/kD5hYgTEIPQzg= 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:cc:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=wC2sC1Z868 ruSrxbxp1MdKgOC1k=; b=tz2daOGQz5H/Vi9kFr6A3ED0YJZbvZtbPstqMUnSPl gQ9Wn8/wgSq35MzMWlGe1H1dcLTIgoHM7cTBxbG/jcpNsQOG5hC9kqQF94sWZJ/W /ecTpnPT4bmu7sqcmTU4sIY/4m7Xd9ARiLM7H2q0YtnQyBcolaZPPGmLx9FVXx9d Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Subject: Re: vsnprintf error compiling To: cygwin AT cygwin DOT com References: Cc: kfeina AT gmail DOT com From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Message-ID: <55DC602C.20901@redhat.com> Date: Tue, 25 Aug 2015 06:31:40 -0600 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 --av3qfuTSCTKMn02RQcu5QWJcAWGncRClb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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" -----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--