Open iPsych opened 1 year ago
In ubuntu18 , gcc 11.1, go 1.19.4 environment, vosk compile error happens in wire-pod implementation as below.
/tmp/go-build24453564/b001/exe/main: symbol lookup error: /tmp/go-build24453564/b001/exe/main: undefined symbol: vosk_recognizer_set_partial_words exit status 127
That method is part of newer binary, you probably need to download latest libvosk.so
In ubuntu18 , gcc 11.1, go 1.19.4 environment, vosk compile error happens in wire-pod implementation as below.