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=H5CaQc5b25bPY/wh 70BaqSApQX09ivPymGywF/VXoiPndbxmpwYyfq5AVP+avUDq3WJSgO1bPcnLawHI Z0UJWmNhVsTKPAJD10cJAVsTgpaKZ6PWAqAaMN5rUmQ3lswtHWMLBfDsVKcCMk2I RvmVArGTNYVVgCIrJ2JB8sHBufQ= 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=qPZG9mhk8z+d08TOqlyoxG R0fKw=; b=dx4BUgjQF1EzS+7QT7fwal2jleCvIh+D/wsur2M9cnFgkk5XlA/hKM JZzJdnSMi51sR+Vq0X8JVrSxWjRPna5MEDi2P3FoN5I3dMciSk1V9ZEcxAYU9xOO 7/MeX4pAqwuElGUslqRf6RATp/K4f/Y5vGd5q3Vn/hf4ma7VxUCxM= 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=-1.6 required=5.0 tests=AWL,BAYES_20,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Van, sciver, Sciver, Fwd X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Fwd: Missing utf8.h To: cygwin AT cygwin DOT com References: From: Ken Brown Message-ID: Date: Wed, 22 Jun 2016 17:21:25 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; 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-PMX-Cornell-Gauge: Gauge=X X-IsSubscribed: yes 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 -- 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