c:/cygwin.
I'm going to hand correct my installation. Hopefully
someone can correct this in a future release.
Thanks,
Jim Van Sciver
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: ht
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
Thank you Ken and Marco. My mistake was in thinking utf8.h was a
system include file that I had not yet installed. It was actually
part of the third party package. My bad. Your advice did lead me to
the problem.
More than you want to know but the reason why the include file was not
being found
3 matches
Mail list logo