> > 1. I installed openfst1.0 and didn't find any problem, but when i > > tried to build ocropus at configure stage, it complaints as " can't > > find openfst, you could disable openfst by specifying --without-fst > > option"... Anything I missed? > > OpenFST 1.0 installs its files differently from previous versions, so the > include file paths in 0.3 aren't going to be right. For 0.4, OpenFST will > be optional (it's not needed for recognition, just for building language > models).
Installing OpenFST 1.0 with "sudo make install" and executing (Warning! Ugly hack!) sudo mkdir -p /usr/local/include/fst/lib sudo ln -s /usr/local/include/fst/*.h /usr/local/include/fst/lib puts the files where ocropus 0.3 can find them. Unfortunately, the test in configure (or scons) will still fail, because some of the header files in OpenFST depend on OpenFST's config.h, which is not available. I reported this to the developers of OpenFST, though I don't have a good workaround. Hopefully this won't be an issue when ocropus 0.4 comes out. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocropus" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ocropus?hl=en -~----------~----~----~----~------~----~------~--~---
