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