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

make fails #5

Closed
JohnWeiner opened this issue Jul 20, 2017 · 3 comments
Closed

make fails #5

JohnWeiner opened this issue Jul 20, 2017 · 3 comments

Comments

@JohnWeiner
Copy link

JohnWeiner commented Jul 20, 2017

Trying to install harminv on macOS Sierra (10.12.6). Cloned harminv from GitHub.com...

git clone https://github.com/stevengj/harminv
cd ./harminv

sh autogens.sh runs to completion.
./configure runs to completion.
make stops with the following message,
make: *** No rule to make target copyright.h', needed by all'. Stop.

A few days ago I installed harminv on another iMac, running macOS Sierra, from the tarball without incident.

@stevengj
Copy link
Collaborator

You need to run ./configure --enable-maintainer-mode to build from git. autogen.sh does this for you, so you didn't need to run configure manually.

@JohnWeiner
Copy link
Author

JohnWeiner commented Jul 20, 2017 via email

@stevengj
Copy link
Collaborator

I've updated the installation instructions to make this clearer.

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

2 participants