Closed GoogleCodeExporter closed 9 years ago
This is the actual output of the make command (please forget the previous)
g++ -O2 FstPathFinder.cpp -c -o FstPathFinder.o
g++ -O2 Phonetisaurus.cpp -c -o Phonetisaurus.o
In file included from MBRDecoder.hpp:33:0,
from Phonetisaurus.hpp:36,
from Phonetisaurus.cpp:39:
3rdparty/google/dense_hash_map:100:44: fatal error:
google/sparsehash/sparseconfig.h: No such file or directory
compilation terminated.
make: *** [Phonetisaurus.o] Error 1
Original comment by jsala...@gmail.com
on 27 May 2012 at 7:09
Hi, could you also provide the version of g++ you are running and your OS info?
I can't seem to duplicate this error.
Original comment by Josef.Ro...@gmail.com
on 28 May 2012 at 7:41
Nevermind. The issue was that default includes for googlehash assume that you
have installed the library at the system level. I edited them so that this is
no longer necessary.
Original comment by Josef.Ro...@gmail.com
on 28 May 2012 at 8:00
Original issue reported on code.google.com by
jsala...@gmail.com
on 27 May 2012 at 7:04