From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105677 invoked by alias); 24 Oct 2017 18:53:30 -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 105368 invoked by uid 89); 24 Oct 2017 18:53:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-100.6 required=5.0 tests=AWL,BAYES_00,GOOD_FROM_CORINNA_CYGWIN,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_BRBL_LASTEXT,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*R:D*cygwin.com X-HELO: drew.franken.de Received: from mail-n.franken.de (HELO drew.franken.de) (193.175.24.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Oct 2017 18:53:26 +0000 Received: from aqua.hirmke.de (aquarius.franken.de [193.175.24.89]) (Authenticated sender: aquarius) by mail-n.franken.de (Postfix) with ESMTPSA id CB7E071A4390D for ; Tue, 24 Oct 2017 20:53:22 +0200 (CEST) Received: from calimero.vinschen.de (calimero.vinschen.de [192.168.129.6]) by aqua.hirmke.de (Postfix) with ESMTP id 218D55E049B for ; Tue, 24 Oct 2017 20:53:22 +0200 (CEST) Received: by calimero.vinschen.de (Postfix, from userid 500) id 13B20A80654; Tue, 24 Oct 2017 20:53:22 +0200 (CEST) Date: Tue, 24 Oct 2017 18:53:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: missing include file in rel 2.9.0 cygwin/types.h Message-ID: <20171024185322.GE22429@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <1034212250.1978251.1508858542176@connect.xfinity.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zx4FCpZtqtKETZ7O" Content-Disposition: inline In-Reply-To: <1034212250.1978251.1508858542176@connect.xfinity.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-SW-Source: 2017-10/txt/msg00296.txt.bz2 --zx4FCpZtqtKETZ7O Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 915 On Oct 24 11:22, FRANCIS Westerman wrote: > I am trying to do a make on DC3DD code under Cygwin 2.9.0. I last did > this under Cygwin 2.5.0. when I execute the make for the compiled > version I get and error that /user/include/cygwin/types.h is missing. /usr, I hope. /user doesn't exist. > The .h file is not in the directory like it was in 2.5.0 and I would > like to know where it has been moved to or replaced with so I can > continue to make use of Cygwin updates. I am running the 64 bit > version. The file simply ceased to exist. It was merged into sys/types.h files during a cleanup. If the application included cygwin/types.h, it was broken by design. The cygwin/* files are usually not for applications to include directly. Use sys/types.h. Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --zx4FCpZtqtKETZ7O Content-Type: application/pgp-signature; name="signature.asc" Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJZ74whAAoJEPU2Bp2uRE+gEqMP+gK2lqLSdGczZiZhZQ+Ux1e6 0rRGHdEK2g9Ny8+tSIqs5ilZq5CbkQzubpjv2yvGKLQIxvhkHP0nb8wUQlcyqtXk Aust5z4wP5utDGuavSNYuq9NdyZIM/2bgkGK+oUXvfrEmMGzlv59jH2nQvrv7K34 ltEhSmgGJyXc3vfnjES0PXauz1QOkJefYzciQvufbsrvk4m0Mc7MOWY79EoVpjp4 8jdgaogCFZaIxqokWCe/dboH/sn6sY0lfBbDoCs/9S5iTVNm/O0BErMhY9cc9fSo soi+yeSmY3hyCq2uu2jMw49It2wKlfXyfYAV1c9GdICJCrMxABqKJpt2i71c8qLk paayq+v170xie9hlYP8/JAz9OjeppAactXOLgntzMGpeMXSgkFjZYnGJJYJxEi4+ wc2rq1LBURr3R+yX3PvTWnowfCG2LZb/1K1ezlWIIdaLHEuZa7xV0zXQ0bHg7Nj5 AyRGWESPsOOi+7M4fxu+ztSRifeURglZ+Z8iswoA+7oLq51WqqfqHxqfbyQ38rX1 ma2yKMvxhCFG9aWTOKQX0ZMmFplqrukFGoKdE/mExE8/d6E/NN1HQDj4BultTsge cL70rRSNuUmSD2y5SNSMK71vlfxfvdVpDBiHpT+p8217uug1riPmDvSj6Ox5JB3J dyGirjoshSDYU+m/KVUz =UMft -----END PGP SIGNATURE----- --zx4FCpZtqtKETZ7O--