giellalt / lang-sme

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Northern Sami language
https://giellalt.uit.no
GNU General Public License v3.0
6 stars 1 forks source link

Make with --enable-all-tools fails #70

Closed albbas closed 1 year ago

albbas commented 1 year ago

After ./configure --enable-all-tools --enable-phonetic, make fails with this result:

Making all in tts
Making all in .
  CG3COMP  disambiguator.bin
disambiguator.cg3: Error: Cannot stat semsets.cg3 due to error -1 - bailing out!
make[3]: *** [disambiguator.bin] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
albbas commented 1 year ago

It seems that semsets.cg3 should be copied in from src/cg3 or something like that, manually copying it to tools/tts makes make pass

flammie commented 1 year ago

copied the handling from other tools in https://github.com/giellalt/lang-sme/commit/3859fed54b7ec3763915a7555a8ca719b9397a1f