-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
You need to run |
OK…I just downloaded the tarball and did the usual sequence of configure, make, sudo make install; and it proceeded without incident. I wasn’t aware of the autogen feature…live and learn.
John
… On 20 Jul 2017, at 23:32, Steven G. Johnson ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#5 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHg6ePD7Vzk-XnIgQu2CG09fdbD4x5NZks5sP8dvgaJpZM4OeDse>.
|
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
Trying to install harminv on macOS Sierra (10.12.6). Cloned harminv from GitHub.com...
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.
The text was updated successfully, but these errors were encountered: