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]

Fwd: Missing utf8.h


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.

Attachment: cygcheck.out
Description: Binary data

--
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]