Fwd: Missing utf8.h

Jim Van Sciver jvansciver@gmail.com
Wed Jun 22 22:15:00 GMT 2016


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.  There is a UTF-8 Cygwin at this URL
http://www.oki-osk.jp/esc/utf8-cygwin/ but I wanted to find out if
there were a more mainstream solution.

Attached is the output of cygcheck -s -v -r > cygcheck.out

Thanks in advance for any advice.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 76864 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20160622/d65441df/attachment.obj>
-------------- next part --------------
--
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


More information about the Cygwin mailing list