act_move compiling error?

Posted by Kalados on Sat 14 Nov 2009 09:48 AM — 4 posts, 20,564 views.

#0
Tried compiling, got this error.


make smaug
make[1]: Entering directory `/home/kalados/smaug1.8/src'
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG -DREGEX -DUSE_IMC act_move.c
act_move.c:393:15: warning: trigraph ??> ignored, use -trigraphs to enable
act_move.c: In function 'generate_exit':
act_move.c:604: error: lvalue required as left operand of assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/kalados/smaug1.8/src'
make: *** [all] Error 2

No idea what to do. Any sort of help would be appreciated.
So I have to find the 'generate_exit' argument, but what is an lvalue and what do i put in its place, not Quite sure. :/
Amended on Sat 14 Nov 2009 01:24 PM by Kalados
Canada #1
I can't help you directly with the error but I can suggest instead of using Smaug that you use SmaugFUSS. FUSS means Fixed up Smaug Source, and has cleaned up many of the bugs in the original Smaug. It's a clean, stable base code and is very easy to work with and is actively supported.

You can find and download the latest version SmaugFUSS1.9 here or at http://www.smaugmuds.org (the home of SmaugFUSS).

Good luck with your project.
#2
Yep, switched to FUSS and no errors. Everything is running great. How do I change my admin password from admin to something I want?
#3
Got it. Nevermind. Thanks :D