Incorrect g++ include file path for cygwin 1.5.5-1

2003-10-23 Thread Jim Van Sciver
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

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

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