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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=m7Kkm0Vcx+Yv/1AM l8h/eoCvElo9Swzo9bIWRIS0iVOmLy92ymbOFUI0oTYwExt9uLafdtZsZZS5ZxI1 mXO+R9v80mZAu55yiPh6Ocb4chblfIbFoRYCOmvgoaarR9Szs+cmthsbjMfjkG9B 9M6z2MdfugY+G7x6+U/kDfe2vck= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=NygAzVO/I/jxRU6h4BHVgz okbrI=; b=U1+d+CW+8ZGxcDS4S+SK8h+YuUW7UmFGWIduLxidyucfkYYiXZDqEI Sf4eIePPl3VzH29DDGbECpCYmsJRrvbbiVCGtZvELAIZiimpt4fMlrFcYvKBEBis YvnVHVfRrClbxFpfC7zatGMLdgZ309e1oC/O2KvBOBmNyK77Y0pRU= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Ken, (unknown), H*i:sk:b216dfd, H*MI:sk:b216dfd X-HELO: mail-wm0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=5B9kX5Cp3CN6M41+Elp/0Ftxa8bLBDkav69IzUhserw=; b=EQ6Fj2YIprQLGABgseVcwXbJb3R0NlC2EEEozDY7HRR9QGvTpvj3Zu+HfpikPWyMty sw2pgiWj5Qs7u2ixhk9E3gyV69habXfE7t3vXeEzwn9+dn6ojVQdyZWVKqmyMsV2e3Sw h2vtafGLNtMSQpS75b9a3CiDy1Dl08tro6i82rMhVCj5aQ84m+s/3fTrtwSaHW0ITrfD J+uzwafuzGb6ZsNvbGttDKqLxOayWg9SpVkXmffv5czi0Xxm5D5gFDU615UIdMq2Dz1d yGxTmyAAg4uoIoW2qXgx+2a4O9+6X3ByEz7AEFR831Btfu+86SShwWvGME2d5zz984// s/aQ== X-Gm-Message-State: ALyK8tIAR4M6yvqaVgRliL24H9mDwhnUyLh9BpJz7ucblxhqdCIdG/48bD36yvUci4ua/Q== X-Received: by 10.28.224.5 with SMTP id x5mr12517850wmg.11.1466677384731; Thu, 23 Jun 2016 03:23:04 -0700 (PDT) Subject: Re: Fwd: Missing utf8.h To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <43b5e31d-9536-c388-944f-bb717ee40a77@gmail.com> Date: Thu, 23 Jun 2016 12:22:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 22/06/2016 23:21, Ken Brown wrote: > On 6/22/2016 5:01 PM, Jim Van Sciver wrote: >> I'm trying to compile a third party package on Cygwin. It fails due >> to missing include file utf8.h. >> >> g++ -O2 --std=c++11 -I3rdparty/rnnlm -I/usr/local/include -I. -c >> lib/util.cc -o lib/util.o >> In file included from lib/util.cc:30:0: >> ./include/util.h:33:18: fatal error: utf8.h: No such file or directory >> compilation terminated. >> >> I have searched my Cygwin installation, the Cygwin packages, mail >> archives and Google but do not see how to update Cygwin to get a >> utf8.h. > > Did you search at https://cygwin.com/cgi-bin2/package-grep.cgi? It > shows several Cygwin packages that contain a utf8.h file. Without more > information, I can't know which if any of these is the one you need. > > Ken > likely candidate: $ cygcheck -f /usr/include/unicode/utf8.h libicu-devel-57.1-1 -- 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