Re: Fwd: Missing utf8.h

2016-06-25 Thread Csaba Raduly
On Fri, Jun 24, 2016 at 5:42 PM, Jim Van Sciver wrote: > 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 w

Re: Fwd: Missing utf8.h

2016-06-24 Thread Jim Van Sciver
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

Re: Fwd: Missing utf8.h

2016-06-23 Thread Marco Atzeri
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 include

Re: Fwd: Missing utf8.h

2016-06-22 Thread Ken Brown
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/ut

Fwd: Missing utf8.h

2016-06-22 Thread Jim Van Sciver
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