docker-unifi-controller icon indicating copy to clipboard operation
docker-unifi-controller copied to clipboard

Document/remove `@VERSION inc`

Open jbeda opened this issue 9 years ago • 3 comments

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?

jbeda avatar Jan 13 '16 22:01 jbeda

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.

karrots avatar Jan 14 '16 02:01 karrots

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?

jbeda avatar Jan 14 '16 17:01 jbeda

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.

karrots avatar Jan 15 '16 01:01 karrots