You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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:Is there some obscure utility I need to install?
The text was updated successfully, but these errors were encountered: