signove / antidote

Antidote, an open-source IEEE 11073-20601 stack
http://oss.signove.com/index.php/Antidote:_IEEE_11073-20601_stack
Other
48 stars 34 forks source link

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

Open ThanosMel opened 6 years ago

ThanosMel commented 6 years ago

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 commented 5 years ago

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

ThanosMel commented 5 years ago

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 .

timetravel-1010 commented 4 years ago

and now?

ThanosMel commented 4 years ago

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

mfpereira commented 4 years ago

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