-
Notifications
You must be signed in to change notification settings - Fork 133
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
installation problem #137
Comments
Hi there, Try installing automake1.11. GD |
Hi, Have you solved it? I encountered the same problem. Any suggestion? |
Yeah I'm running into the same problem. Pretty frustrating. |
Hi ,to all |
Ah, that's because this was written before C++11 introduced the std::array, so you'll need to modify the code accordingly to fix the ambiguity between the HiFiLES array and the array in namespace std. |
Hi, to all
I recently installed HiFiLES on Ubuntu but encountered a problem. I have edited my configure_run.sh and do this on the terminal:
bash configure_run.sh
but it outputs like this
configure: WARNING: unrecognized options: --enable-metis
./configure: line 1847: systax error near unexpected token
./configure: line 1847:
AM_INIT_AUTOMAKE(subdir-objects foreign)
I don't know why AM_INIT_AUTOMAKE(subdir-objects foreign) has systax error. Any help would be appreciate, thanks!
Best
The text was updated successfully, but these errors were encountered: