flamerobin
flamerobin copied to clipboard
Can´t build on Ubuntu
Hello, I followed all steps in this link:
http://www.flamerobin.org/dokuwiki/wiki/howtobuildonubuntudebian
But in make step a error is happing:
update-revision-info.cmd
make: update-revision-info.cmd: No such file or directory
make: *** [GNUmakefile:222: revision-info] Error 127
I think that is happing after merge with branch dev in 12/10 (Commit 0af5ee11bd530684d55e77a4d663ee029bd2ef0f).
Thank you!
Please try with cmake
mkdir build
cd build
cmake ..
make
....
seems that make -f Makefile starts to compile it I will look to see why it takes the wrong makefile when running without -f