flamerobin icon indicating copy to clipboard operation
flamerobin copied to clipboard

Can´t build on Ubuntu

Open netinhoteixeira opened this issue 3 years ago • 2 comments

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!

netinhoteixeira avatar Dec 24 '21 01:12 netinhoteixeira

Please try with cmake

mkdir build
cd build
cmake ..
make
....

arvanus avatar Dec 24 '21 09:12 arvanus

seems that make -f Makefile starts to compile it I will look to see why it takes the wrong makefile when running without -f

mariuz avatar Jul 01 '22 15:07 mariuz