Advertisement
Guest User

OpenGrm compilation error

a guest
Jul 29th, 2014
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. ecooper@cheshire /proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3 $ make
  2. make all-recursive
  3. make[1]: Entering directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3'
  4. Making all in src
  5. make[2]: Entering directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src'
  6. Making all in include
  7. make[3]: Entering directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/include'
  8. make[3]: Nothing to be done for `all'.
  9. make[3]: Leaving directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/include'
  10. Making all in lib
  11. make[3]: Entering directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/lib'
  12. make[3]: Nothing to be done for `all'.
  13. make[3]: Leaving directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/lib'
  14. Making all in bin
  15. make[3]: Entering directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/bin'
  16. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -L/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/lib/fst -lfstfar -lfst -lm -ldl -L/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include -o ngramapply ngramapply.o ../lib/libngram.la
  17. libtool: link: g++ -g -O2 -o .libs/ngramapply ngramapply.o -L/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/lib/fst /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/lib/fst/libfstfar.so -lfst -lm -ldl -L/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include ../lib/.libs/libngram.so -Wl,-rpath -Wl,/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/lib/fst -Wl,-rpath -Wl,/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/installation/lib
  18. ngramapply.o: In function `InitFst':
  19. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/flags.h:237: undefined reference to `SetFlags(char const*, int*, char***, bool, char const*)'
  20. ngramapply.o: In function `main':
  21. /proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/bin/ngramapply.cc:55: undefined reference to `ShowUsage(bool)'
  22. ngramapply.o: In function `fst::FstWriter<fst::ArcTpl<fst::TropicalWeightTpl<float> > >::operator()(std::basic_ostream<char, std::char_traits<char> >&, fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl<float> > > const&) const':
  23. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/extensions/far/far.h:166: undefined reference to `FLAGS_fst_align'
  24. ngramapply.o: In function `fst::ImplToMutableFst<fst::VectorFstImpl<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > >, fst::MutableFst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > >::operator=(fst::Fst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > const&)':
  25. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/mutable-fst.h:369: undefined reference to `FLAGS_fst_error_fatal'
  26. ngramapply.o: In function `fst::ImplToExpandedFst<fst::VectorFstImpl<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > >, fst::MutableFst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > >::operator=(fst::Fst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > const&)':
  27. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/expanded-fst.h:166: undefined reference to `FLAGS_fst_error_fatal'
  28. ngramapply.o: In function `fst::ImplToFst<fst::VectorFstImpl<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > >, fst::MutableFst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > >::operator=(fst::Fst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > const&)':
  29. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:909: undefined reference to `FLAGS_fst_error_fatal'
  30. ngramapply.o: In function `fst::STListReader<fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl<float> > >, fst::FstReader<fst::ArcTpl<fst::TropicalWeightTpl<float> > > >::Find(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  31. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/extensions/far/stlist.h:205: undefined reference to `FLAGS_fst_error_fatal'
  32. ngramapply.o: In function `fst::STListReader<fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl<float> > >, fst::FstReader<fst::ArcTpl<fst::TropicalWeightTpl<float> > > >::Reset()':
  33. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/extensions/far/stlist.h:199: undefined reference to `FLAGS_fst_error_fatal'
  34. ngramapply.o:/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/mutable-fst.h:369: more undefined references to `FLAGS_fst_error_fatal' follow
  35. ngramapply.o: In function `fst::Fst<fst::ReverseArc<fst::ArcTpl<fst::TropicalWeightTpl<float> > > >::WriteFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
  36. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:280: undefined reference to `FLAGS_fst_align'
  37. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:278: undefined reference to `FLAGS_fst_align'
  38. ngramapply.o: In function `fst::Fst<fst::ReverseArc<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > > >::WriteFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
  39. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:280: undefined reference to `FLAGS_fst_align'
  40. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:278: undefined reference to `FLAGS_fst_align'
  41. ngramapply.o: In function `fst::Fst<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> > >::WriteFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
  42. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:280: undefined reference to `FLAGS_fst_align'
  43. ngramapply.o:/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/fst.h:278: more undefined references to `FLAGS_fst_align' follow
  44. ngramapply.o: In function `STTableWriter':
  45. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/extensions/far/sttable.h:60: undefined reference to `FLAGS_fst_error_fatal'
  46. ngramapply.o: In function `LookAheadComposeFilter':
  47. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/lookahead-filter.h:223: undefined reference to `FLAGS_fst_error_fatal'
  48. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/lookahead-filter.h:223: undefined reference to `FLAGS_fst_error_fatal'
  49. ngramapply.o: In function `fst::FromGallicMapper<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> >, (fst::StringType)2>::operator()(fst::GallicArc<fst::LexicographicArc<fst::TropicalWeightTpl<float>, fst::TropicalWeightTpl<float> >, (fst::StringType)2> const&) const':
  50. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/arc-map.h:832: undefined reference to `FLAGS_fst_error_fatal'
  51. ngramapply.o: In function `fst::FromGallicMapper<fst::ArcTpl<fst::TropicalWeightTpl<float> >, (fst::StringType)2>::operator()(fst::GallicArc<fst::ArcTpl<fst::TropicalWeightTpl<float> >, (fst::StringType)2> const&) const':
  52. /proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/arc-map.h:832: undefined reference to `FLAGS_fst_error_fatal'
  53. ngramapply.o:/proj/speech/tools/phonetisaurus/3rdparty/openfst-1.3.2/installation/include/fst/lookahead-filter.h:223: more undefined references to `FLAGS_fst_error_fatal' follow
  54. collect2: ld returned 1 exit status
  55. make[3]: *** [ngramapply] Error 1
  56. make[3]: Leaving directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src/bin'
  57. make[2]: *** [all-recursive] Error 1
  58. make[2]: Leaving directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3/src'
  59. make[1]: *** [all-recursive] Error 1
  60. make[1]: Leaving directory `/proj/speech/tools/phonetisaurus/3rdparty/opengrm-ngram-1.0.3'
  61. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement