X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=C/5DFOJ
	A+SB4Zn7rmVXFId9O8UGld4VuU8fnmcSXRcwalH6EYeSgnRvUL4AdC4AArkf7O4r
	xZx86P8Dwk9M90rPxkF8fWIaz3dqRXZ5GV8X/1y1EDudZfZjNl9NJ0vaW5ZpR2hE
	5JJzWmshnelbQwrFJ2Xt/1P4Fg9t454jxBS0=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=bLFDGA2N4NwNe
	Uegw7UBo7ha2vw=; b=qsQ00zFTQg+k7yXRhKSQhcBiZ5vzaYJ22VBquNhdhfql+
	GakKdzITyorOc4BkxETiUYIaS8J3aFyAgMEFA4BMvbHPKs02gkNp2wsvEv46n4DI
	vwQ4igL3ag7h1+8NIe1cX7seHX1EuFrbvTS+p4njefLhJGsGHtEOxB3evY+D40=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=
X-HELO: mail-oi0-f48.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=z1yvXb5gapOMR8XGp0lXXgdnQz7bEF2KO6OSEYNlybE=;        b=Li0XDTX98jE3tyJRjBTQ5ZE59O3bTfryIDKFAmwCB41QDkoQuTH+IXyzjLJIR6oy6I         apWuR+EHU1uCrNoPI9amMUk2IFv/p5dzX+lA+6hXms9SVi9vdcpZrpSFGtJO7oLr2VnX         k2inKSUBZWcNJttGGnN3FqIvk1wIjeNzNwQUxhxFHnC0He/zSiuDixpxbw8Hy5CqRoAA         8haNRV7/VbDCq/FktsXONjeGqlirjnxVP38m+lzuG4z5BBJvGjfsTGmFf4NLVh4HruaB         0xD2HhKqxOPcTPjE0OFFPKpJTbpFO2g97jXAO7Y1YQGjyyCWT7npIPU9+osqtvNOIjCs         sK/g==
X-Gm-Message-State: ALyK8tJhYboQc9SWPc1SjqQWkiBHSiS+WBJatGK7Yc1D++OxbjHkFG0h4dKs3LIOrgEE7Gs6dQMZVYjsMb5CAA==
X-Received: by 10.157.45.4 with SMTP id v4mr3391089ota.149.1466782967070; Fri, 24 Jun 2016 08:42:47 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <43b5e31d-9536-c388-944f-bb717ee40a77@gmail.com>
References: <CAAMc4jNWuiS27sUGG+KAWixBuzkh5xUvx=EMJ8EmbM4k1scR7A@mail.gmail.com> <CAAMc4jOMw98wBHwo3aDFC9bBz9OcES-=YqPZpmEc-oipZs5G2g@mail.gmail.com> <b216dfd2-001a-0e64-2c0f-50cbd62441fd@cornell.edu> <43b5e31d-9536-c388-944f-bb717ee40a77@gmail.com>
From: Jim Van Sciver <jvansciver@gmail.com>
Date: Fri, 24 Jun 2016 11:42:46 -0400
Message-ID: <CAAMc4jPSAS9_orm15YRO94=3ooXeG1sWfzq-NDRGhsoCAAk6BA@mail.gmail.com>
Subject: Re: Fwd: Missing utf8.h
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Thank you Ken and Marco.  My mistake was in thinking utf8.h was a
system include file that I had not yet installed.  It was actually
part of the third party package.  My bad.  Your advice did lead me to
the problem.

More than you want to know but the reason why the include file was not
being found was because the package Makefile uses uname command output
to set -I paths.  The uname output was checked for the strings Linux
and Darwin but there was no check for CYGWIN_NT-6.1 nor an error if
the two expected values were not found.  Poor Makefile scripting.

--
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

