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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=PRe/Ig9z6rQymME/w9o0CdCuXAeFMOas2t/Cw2vsm4+1z6c7705Dn MSVeMp29gX/V575UJUSeF4PzvjhU68gW4ESlACAVIG+vwnP14qbO8JFwPrOl3732 XKJ9a3K03nBMzmZIq+G7in41wlTlNz0dHNFqQf62pIZH9d+Yj8TYN0= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=0PmAuTtfB4eQQcFVUDuElVnAwCE=; b=ugYi4rmPiaVZJPUTrnr72DZSE0/e rmcu9DoTnj2Egyb8lhsoQ7WyQsgQaafAg0yiIlhiDSNeSu5ryrElaeGpajyxvLdt 6C7CjsAZ9LZm3B4AVDN6v/zQWziTSUPTBfBbQW5PEkIOcyt+PHUMiRN5Jn1xqG15 feNymr0hoHtHtQU= 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=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19IIMSpwJP/qqeQMOvyAsnZ Date: Wed, 12 Jun 2013 14:44:32 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Building latest CVS fails Message-ID: <20130612184432.GA5247@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <51B7C66D DOT 602 AT dancol DOT org> <20130612094615 DOT GA30377 AT calimero DOT vinschen DOT de> <51B8B897 DOT 3090203 AT dancol DOT org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51B8B897.3090203@dancol.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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 -isystem >>> /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 -isystem >>> /users/dancol/software/cygwin/newlib/libc/include -o dumper.exe dumper.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 -lkernel32 >>> -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 such file >>> or directory >> >> Try `CCWRAP_VERBOSE=1 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-exceptions >-fno-rtti -O2 -g ../../.././winsup/utils/dump_setup.cc >../../.././winsup/utils/dump_setup.cc:26:18: fatal error: zlib.h: No such file >or directory Isn't this obviously a problem with you not having a mingw-version of zlib.h? Have you installed mingw64-i686-zlib? CVS *is* building and there are snapshots to prove it. cgf -- 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