I am trying to compile Blackbox on a Ubuntu server (I need a minimal WM).
I have a compilaiton error due to commit 305ae39479e4f54d385b6d8dd0425f86250eaa5f.
dev@psodev:~/repositories/blackbox$ make
[...]
Making all in lib
make[2] : on entre dans le répertoire « /home/dev/repositories/blackbox/lib »
CXX Application.lo
Application.cc: In member function ‘void bt::Application::run()’:
Application.cc:270:7: error: ‘errno’ was not declared in this scope
errno = 0;
^
Makefile:567 : la recette pour la cible « Application.lo » a échouée
make[2]: [Application.lo] Erreur 1
make[2] : on quitte le répertoire « /home/dev/repositories/blackbox/lib »
Makefile:472 : la recette pour la cible « all-recursive » a échouée
make[1]: [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/dev/repositories/blackbox »
Makefile:402 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
So I think errno.h has been missing as an include.
I will propose a PR for this issue.
I am trying to compile Blackbox on a Ubuntu server (I need a minimal WM). I have a compilaiton error due to commit 305ae39479e4f54d385b6d8dd0425f86250eaa5f.
So I think errno.h has been missing as an include. I will propose a PR for this issue.