I exec ./configure and i got no errors. When i try to exec make i am facing this issue:
Making all in src
make[1]: Entering directory '/home/pi/Desktop/antidote/antidote-2.0.0/src'
Making all in dim
make[2]: Entering directory '/home/pi/Desktop/antidote/antidote-2.0.0/src/dim'
CC pmstore.lo
pmstore.c:80:21: error: ‘PM_STORE_TO_CONFIRM_SET’ defined but not used [-Werror=unused-const-variable=]
static const intu32 PM_STORE_TO_CONFIRM_SET = 3;
^~~~~~~~~~~~~~~~~~~~~~~
pmstore.c:75:21: error: ‘PM_STORE_TO_GET’ defined but not used [-Werror=unused-const-variable=]
static const intu32 PM_STORE_TO_GET = 3;
^~~~~~~~~~~~~~~
pmstore.c:70:21: error: ‘PM_STORE_TO_CONFIRM_ACTION’ defined but not used [-Werror=unused-const-variable=]
static const intu32 PM_STORE_TO_CONFIRM_ACTION = 3;
^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:421: recipe for target 'pmstore.lo' failed
make[2]: *** [pmstore.lo] Error 1
make[2]: Leaving directory '/home/pi/Desktop/antidote/antidote-2.0.0/src/dim'
Makefile:931: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/Desktop/antidote/antidote-2.0.0/src'
Makefile:390: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
I exec ./configure and i got no errors. When i try to exec make i am facing this issue:
Making all in src
make[1]: Entering directory '/home/pi/Desktop/antidote/antidote-2.0.0/src'
Making all in dim
make[2]: Entering directory '/home/pi/Desktop/antidote/antidote-2.0.0/src/dim'
CC pmstore.lo
pmstore.c:80:21: error: ‘PM_STORE_TO_CONFIRM_SET’ defined but not used [-Werror=unused-const-variable=]
static const intu32 PM_STORE_TO_CONFIRM_SET = 3;
^~~~~~~~~~~~~~~~~~~~~~~
pmstore.c:75:21: error: ‘PM_STORE_TO_GET’ defined but not used [-Werror=unused-const-variable=]
static const intu32 PM_STORE_TO_GET = 3;
^~~~~~~~~~~~~~~
pmstore.c:70:21: error: ‘PM_STORE_TO_CONFIRM_ACTION’ defined but not used [-Werror=unused-const-variable=]
static const intu32 PM_STORE_TO_CONFIRM_ACTION = 3;
^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:421: recipe for target 'pmstore.lo' failed
make[2]: *** [pmstore.lo] Error 1
make[2]: Leaving directory '/home/pi/Desktop/antidote/antidote-2.0.0/src/dim'
Makefile:931: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/Desktop/antidote/antidote-2.0.0/src'
Makefile:390: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1