Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile:390: recipe for target 'all-recursive' failed #2

Open
ThanosMel opened this issue Jun 20, 2018 · 5 comments
Open

Makefile:390: recipe for target 'all-recursive' failed #2

ThanosMel opened this issue Jun 20, 2018 · 5 comments

Comments

@ThanosMel
Copy link

ThanosMel commented Jun 20, 2018

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

@anewa001
Copy link

anewa001 commented Jun 9, 2019

I am getting the same error. Did you able to solve it?

@ThanosMel
Copy link
Author

ThanosMel commented Jun 10, 2019 via email

@timetravel-1010
Copy link

and now?

@ThanosMel
Copy link
Author

i tweak so many thinks to make it work i can't remember all of them

@mfpereira
Copy link
Member

This error is still happening? Anyone findout whats is wrong? I have tried here and no error had happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants