in Makefile.tmk
use g++ without absolute path (it does not have to be
in /usr/bin)
better use configure system to find location of the
used tools and linked libraries (e.g. on my system
mysql is installed under /opt/mysql)
add README to tell users about the requirements
e.g. what aflib is (I don't seem to have it)
in inc/DbHandler.h
provide the sstream includeas it is no standard c++
include or require the respective g++ version