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

Document/remove @VERSION inc #4

Open
jbeda opened this issue Jan 13, 2016 · 3 comments
Open

Document/remove @VERSION inc #4

jbeda opened this issue Jan 13, 2016 · 3 comments

Comments

@jbeda
Copy link

jbeda commented Jan 13, 2016

I may be dense (and is anyone really a GNU Make expert?) but I'm not sure how this line is supposed to work. When I run make on my precise server I get:

jbeda@knapsack:~/src/docker-unifi-controller$ make
make: VERSION: Command not found
make: *** [version_bump] Error 127

Is there some obscure utility I need to install?

@karrots
Copy link

karrots commented Jan 14, 2016

Not really obscure but not installed by default if your not generally building C/C++ programs on said install. Running apt-get install automake should fix your issue.

@jbeda
Copy link
Author

jbeda commented Jan 14, 2016

Thanks for responding. This isn't that big a deal, honestly so don't waste too much time :)

Installing automake didn't work. Is there a command someplace called VERSION or is this baked into gnu make someplace?

@karrots
Copy link

karrots commented Jan 15, 2016

Sorry I miss read that you have make installed and the error was actually from make. Not an expert either but VERSION is a file that is being read into a variable at the beginning of the Makefile.

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