mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

Can´t build on Ubuntu #241

Open netinhoteixeira opened 2 years ago

netinhoteixeira commented 2 years ago

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!

arvanus commented 2 years ago

Please try with cmake

mkdir build
cd build
cmake ..
make
....
mariuz commented 2 years ago

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