This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Fwd: Missing utf8.h
- From: Jim Van Sciver <jvansciver at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Fri, 24 Jun 2016 11:42:46 -0400
- Subject: Re: Fwd: Missing utf8.h
- Authentication-results: sourceware.org; auth=none
- References: <CAAMc4jNWuiS27sUGG+KAWixBuzkh5xUvx=EMJ8EmbM4k1scR7A at mail dot gmail dot com> <CAAMc4jOMw98wBHwo3aDFC9bBz9OcES-=YqPZpmEc-oipZs5G2g at mail dot gmail dot com> <b216dfd2-001a-0e64-2c0f-50cbd62441fd at cornell dot edu> <43b5e31d-9536-c388-944f-bb717ee40a77 at gmail dot com>
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