This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: Missing utf8.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]