Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ Compiling the server
➜ Raspberry PI - Make Error
Raspberry PI - Make Error
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Mathrys83
(2 posts) Bio
|
Date
| Wed 24 Apr 2019 03:23 AM (UTC) |
Message
| is it even possible?
here is the error i get off of a defualt install of Raspbian-Full
(side note feel like a linux nub, DO NOT know many commands or options/flags)
----------------------------------
pi:~/Desktop/smaugfuss19/src $ make
make -s smaug
Compiling o/imc.o....
Compiling o/act_comm.o....
Compiling o/act_info.o....
Compiling o/act_move.o....
Compiling o/act_obj.o....
Compiling o/act_wiz.o....
Compiling o/ban.o....
Compiling o/boards.o....
Compiling o/build.o....
Compiling o/calendar.o....
Compiling o/chess.o....
Compiling o/clans.o....
Compiling o/color.o....
Compiling o/comm.o....
comm.c: In function ‘void nanny_get_name(DESCRIPTOR_DATA*, char*)’:
comm.c:1880:44: error: comparison of constant ‘255’ with boolean expression is always false [-Werror=bool-compare]
if( check_playing( d, argument, FALSE ) == BERR )
comm.c:1948:12: error: comparison of constant ‘255’ with boolean expression is always false [-Werror=bool-compare]
if( chk == BERR )
comm.c: In function ‘void nanny_get_old_password(DESCRIPTOR_DATA*, char*)’:
comm.c:2043:12: error: comparison of constant ‘255’ with boolean expression is always false [-Werror=bool-compare]
if( chk == BERR )
cc1plus: all warnings being treated as errors
Makefile:101: recipe for target 'o/comm.o' failed
make[1]: *** [o/comm.o] Error 1
Makefile:46: recipe for target 'all' failed
make: *** [all] Error 2
-------
I have read a few other forum posts here and there, do I just need to nano a specific file to remove -Werr? | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Wed 24 Apr 2019 04:54 AM (UTC) |
Message
| Can you give a link to the exact SmaugFUSS file you downloaded please? |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Mathrys83
(2 posts) Bio
|
Date
| Reply #2 on Wed 24 Apr 2019 05:40 AM (UTC) |
Message
| https://smaugmuds.afkmods.com/files/download/165/ | Top |
|
Posted by
| Fiendish
USA (2,534 posts) Bio
Global Moderator |
Date
| Reply #3 on Wed 24 Apr 2019 01:31 PM (UTC) Amended on Wed 24 Apr 2019 01:37 PM (UTC) by Fiendish
|
Message
| |
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
14,428 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top