-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Make broken #67
Comments
Don't use autoreconf, use their CMAKE file for building. |
@g-aaroncruz will you please show me the command? |
The cmake command or the automake command? |
@qingpengchen2011 here are the cmake commands
above steps are generic and are same for all/most cmake projects ... btw above all ran fine for me on Ubuntu 19.10 |
thanks @scottstensland |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried compiling the latest release for this on Ubuntu 16.04.
this commit 92c8a59, broke the makefile.
There is still one double_t in src/ftts_trig.c
Here is the error while compiling:
After changing I got this error while compiling
The text was updated successfully, but these errors were encountered: