From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:10:47
|
On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > Using Opensuse 12.3 64 bit, kernel 3.9. > > 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk > 2. download appeared to finish correctly > 3. examined INSTALL, went into dir /tools and did make, finished without > error as far as I can tell > 4. then ../src and ./configure, which stops at > > $ ./configure > Configuring ... > Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... > Checking OpenFst library was patched. > Doing OS specific configurations ... > ***configure failed: Static OpenFST library not found: See > ../tools/INSTALL *** Could you check to see if you have the following file kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make in the tools directory should create it, unless there was some error that didn't get reported. > 5. Checked tools install, it just tells me to do make. I did a search on > "openfst*" to find a library or executable on the system, but outside > the download dirs nothing available. No, it's not going to be in the systems directories, but just in the tools directory. > 6. attempted to compile as root (bad, but I thought maybe compile needed > to be able to write somewhere) no difference. You don't need to do anything as root. > 7. attempted to define --fst-root but no change to error. That's only helpful if you already have a OpenFST installation that you want to use. > Any suggestions? > > -- > --- > Colin Beckingham > http://www.it4gh.com > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users |