Skip to content
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

SU2 3.0.0 Eagle fails to compile due to missing automake-1.14 and aclocal-1.14 #27

Closed
ghost opened this issue Feb 18, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 18, 2014

I tried to compile SU2 with:

git clone https://github.com/su2code/SU2
cd SU2
./configure
make -j$(nproc)

Configure ran without any issues, but make failed because it was looking for automake-1.14 and aclocal-1.14. On my system I have version 1.11 installed. So I created two symlinks:

sudo ln -s /usr/bin/automake /usr/local/bin/automake-1.14
sudo ln -s /usr/bin/aclocal /usr/local/bin/aclocal-1.14

Ran make again, et voila, everything worked out fine. No issues.

I would like to suggest to change the source of SU2 to not specifically require version 1.14 of automake and aclocal.

@hlkline
Copy link
Member

hlkline commented Jan 22, 2015

I believe that this has been fixed with the bootstrap script in more recent versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant