jadooman / phonetisaurus

Automatically exported from code.google.com/p/phonetisaurus
0 stars 0 forks source link

Installation problem #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make

What is the expected output? What do you see instead?
In file included from M2MFstAligner.cpp:32:0:
M2MFstAligner.hpp:34:36: fatal error: fst/extensions/far/far.h: No such file or 
directory
compilation terminated.
make: *** [M2MFstAligner.o] Error 1

What version of the product are you using? On what operating system?
phonetisaurus-0.7.8 on Ubuntu 12.10

Please provide any additional information below.
Installed openfst-1.3.3

Original issue reported on code.google.com by sudheer....@gmail.com on 6 May 2013 at 7:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,
The problem is because of normal installation of openfst (without additional 
options . .. far etc). It is solved now.

Thankyou

Original comment by sudheer....@gmail.com on 6 May 2013 at 8:04

GoogleCodeExporter commented 9 years ago
Hi,
Unable to install for the following error:

Phonetisaurus.cpp:34:24: fatal error: fst/fstlib.h: No such file or directory
compilation terminated.
make: *** [Phonetisaurus.o] Error 1

Original comment by firoja...@gmail.com on 8 Jan 2014 at 8:45

GoogleCodeExporter commented 9 years ago
This is an include and/or library path issue.  You probably need to either add 
a '-I'  (include) entry specifying a non-standard openfst location, and/or a 
'-L' flag pointing to the libraries.   

Original comment by Josef.Ro...@gmail.com on 22 Apr 2014 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by Josef.Ro...@gmail.com on 22 Apr 2014 at 8:30