Open ThanosMel opened 6 years ago
I am getting the same error. Did you able to solve it?
Yes. But sadly I don't remember how
On Sun, Jun 9, 2019, 5:16 AM anewa001 notifications@github.com wrote:
I am getting the same error. Do you able to solve it?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/signove/antidote/issues/2?email_source=notifications&email_token=AG7R64KNQJSJ7NC7WG3FJJDPZRRXZA5CNFSM4FF5G5N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXICCII#issuecomment-500179233, or mute the thread https://github.com/notifications/unsubscribe-auth/AG7R64O6VLLWWF6RDPCNXZTPZRRXZANCNFSM4FF5G5NQ .
and now?
i tweak so many thinks to make it work i can't remember all of them
This error is still happening? Anyone findout whats is wrong? I have tried here and no error had happened.
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