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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=Q+QpFE fRMxRh1aYvezD7KO1c7zq0aKEiicOUPkugVqlyP2qJSPdpXk728qdLCpt+z6l11h BDc47YhK5vX+Ns0L9bquu+PNBqT/1xmvoByYDTIj+JX33gkyW2hSAekphwR/k2D/ JU68ZiW75/1B7P7Y7Jsijq9F7XV/fMcWzj/3c= 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=xUUxhYHFOr2G t6n7znupaPsx7sw=; b=i+YvhEKAv59qITL15qpWmEDSp54s9lnTQ7HGS9FZ/jIg //MR6yKZ+ryz1Dt8RCs0Iolcn5Hh7MQRpPRCTjg25tjuI0p2ZYilEDLCA5LRviCf Eg0lVRYvyriSDI0epD4OcmOa7QIcDmMSPiw7QPG2rMvxs/W+Ui55LlYP+3XEhvA= 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 X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Message-ID: <51B8C366.1050109@dancol.org> Date: Wed, 12 Jun 2013 11:52:22 -0700 From: Daniel Colascione User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Building latest CVS fails References: <51B7C66D DOT 602 AT dancol DOT org> <20130612094615 DOT GA30377 AT calimero DOT vinschen DOT de> <51B8B897 DOT 3090203 AT dancol DOT org> <20130612184432 DOT GA5247 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20130612184432.GA5247@ednor.casa.cgf.cx> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2XJANAGBIPPJBHGDLEUTK" X-Virus-Found: No ------enig2XJANAGBIPPJBHGDLEUTK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 6/12/2013 11:44 AM, Christopher Faylor wrote: > On Wed, Jun 12, 2013 at 11:06:15AM -0700, Daniel Colascione wrote: >> On 6/12/2013 2:46 AM, Corinna Vinschen wrote: >>> On Jun 11 17:53, Daniel Colascione wrote: >>>> g++ -L/users/dancol/software/cygwin/i686-pc-cygwin/winsup/cygwin -isys= tem >>>> /users/dancol/software/cygwin/winsup/cygwin/include >>>> -B/users/dancol/software/cygwin/i686-pc-cygwin/newlib/ -isystem >>>> /users/dancol/software/cygwin/i686-pc-cygwin/newlib/targ-include -isys= tem >>>> /users/dancol/software/cygwin/newlib/libc/include -o dumper.exe dum= per.o >>>> module_info.o parse_pe.o >>>> -B/users/dancol/software/cygwin/i686-pc-cygwin/winsup/cygwin/ -static >>>> -Wl,--enable-auto-import -L/usr/lib/w32api -lnetapi32 -ladvapi32 -lker= nel32 >>>> -luser32 -lbfd -lintl -liconv -liberty -lz >>>> c++wrap -c -o cygcheck.o -fno-exceptions -fno-rtti -O2 -g >>>> ../../.././winsup/utils/cygcheck.cc >>>> c++wrap -c -o bloda.o -fno-exceptions -fno-rtti -O2 -g >>>> ../../.././winsup/utils/bloda.cc >>>> c++wrap -c -o path.o -fno-exceptions -fno-rtti -O2 -g >>>> ../../.././winsup/utils/path.cc >>>> c++wrap -c -o dump_setup.o -fno-exceptions -fno-rtti -O2 -g >>>> ../../.././winsup/utils/dump_setup.cc >>>> ../../.././winsup/utils/dump_setup.cc:26:18: fatal error: zlib.h: No s= uch file >>>> or directory >>> >>> Try `CCWRAP_VERBOSE=3D1 make' to see the full command line. >> >> + i686-w64-mingw32-g++ -nostdinc++ -nostdinc -I../../.././winsup/utils -= isystem >> /lib/gcc/i686-w64-mingw32/4.5.3/include/c++ -isystem >> /lib/gcc/i686-w64-mingw32/4.5.3/include/c++/i686-w64-mingw32 -isystem >> /lib/gcc/i686-w64-mingw32/4.5.3/include/c++/backward -isystem >> /lib/gcc/i686-w64-mingw32/4.5.3/include -isystem >> /lib/gcc/i686-w64-mingw32/4.5.3/include-fixed -isystem >> /usr/i686-w64-mingw32/sys-root/mingw/include -c -o dump_setup.o -fno-exc= eptions >> -fno-rtti -O2 -g ../../.././winsup/utils/dump_setup.cc >> ../../.././winsup/utils/dump_setup.cc:26:18: fatal error: zlib.h: No suc= h file >> or directory >=20 > Isn't this obviously a problem with you not having a mingw-version of > zlib.h? Have you installed mingw64-i686-zlib? Oh, yes. Of course. Thanks. Installing the *mingw* zlib allows the build to progress --- it then fails with the "bad register name" error, but I'll look into refreshing my compiler packages. >=20 > CVS *is* building and there are snapshots to prove it. I thought the snapshots were cross-compiled: I thought that the build might= have been broken only on Cygwin builds. ------enig2XJANAGBIPPJBHGDLEUTK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Cygwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlG4w2kACgkQ17c2LVA10VvNXwCgsTw4sOW6JXR1o3tsl6EfD1MU dUsAoMeWu3BzaIs8+YE2TcBpZMXGhwKs =013y -----END PGP SIGNATURE----- ------enig2XJANAGBIPPJBHGDLEUTK--