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
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
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
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
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
5 matches
Mail list logo