Following this tutorial, and after installing flex (that solved a previous compiling error), I ran:
dpkg-buildpackage -rfakeroot -b
But I get an error message that contains the words:
no rule to make target 'parser.h'
Following this tutorial, and after installing flex (that solved a previous compiling error), I ran:
dpkg-buildpackage -rfakeroot -b
But I get an error message that contains the words:
no rule to make target 'parser.h'
To solve this error, just open the source code main folder and run:
this will solve the dependency and allow the compiling process to finish.