I want to use duckling on jvm and I built duckling-0.1.6.1 with --enable-uberjar-mode and run the excutable jar, it raised exception Exception in thread "main" eta.runtime.exception.EtaException: WrapPCRE.hsc was not compiled against pcre library with HAVE_PCRE_H defined, How can I solve it?
I am very eager to solve this problem.
Description
See above.
Expected Behavior
Build a single runnable jar without exception.
Actual Behavior
Raise a exception when run: Exception in thread "main" eta.runtime.exception.EtaException: WrapPCRE.hsc was not compiled against pcre library with HAVE_PCRE_H defined
Possible Fix
Steps to Reproduce
etlas build --enable-uberjar-mode
Context
Unable to use duckling in my project.
Your Environment
- latest eta
- latest etlas
- duckling-0.1.6.1
- ubuntu-18.04