From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127556 invoked by alias); 23 Jun 2016 10:23:20 -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 127541 invoked by uid 89); 23 Jun 2016 10:23:19 -0000 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 Received: from mail-wm0-f51.google.com (HELO mail-wm0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 23 Jun 2016 10:23:08 +0000 Received: by mail-wm0-f51.google.com with SMTP id v199so120369331wmv.0 for ; Thu, 23 Jun 2016 03:23:07 -0700 (PDT) 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) Received: from [172.21.188.226] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id wo9sm3703644wjb.8.2016.06.23.03.23.03 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Jun 2016 03:23:03 -0700 (PDT) Subject: Re: Fwd: Missing utf8.h To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <43b5e31d-9536-c388-944f-bb717ee40a77@gmail.com> Date: Thu, 23 Jun 2016 10:35:00 -0000 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 X-SW-Source: 2016-06/txt/msg00315.txt.bz2 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